generic object handler: fix unit test (#6399)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
Lars Hvam 2023-08-23 07:51:08 +02:00 committed by GitHub
parent 9a4c9bb37d
commit 89f715ed5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ ENDCLASS.
CLASS zcl_abapgit_objects_generic IMPLEMENTATION.
CLASS ZCL_ABAPGIT_OBJECTS_GENERIC IMPLEMENTATION.
METHOD after_import.
@ -241,6 +241,9 @@ CLASS zcl_abapgit_objects_generic IMPLEMENTATION.
SORT mt_object_table BY tobj_name ASCENDING.
DELETE ADJACENT DUPLICATES FROM mt_object_table COMPARING tobj_name.
* back to primary key table sorting,
SORT mt_object_table BY objectname objecttype trwcount.
* object methods
SELECT * FROM objm INTO TABLE mt_object_method
WHERE objectname = is_item-obj_type