mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #814 from bigld/issue-#812
#812 Sort Order for Class Component texts
This commit is contained in:
commit
286c143c9e
|
@ -603,8 +603,9 @@ CLASS lcl_oo_base IMPLEMENTATION.
|
|||
|
||||
METHOD lif_oo_object_fnc~read_descriptions.
|
||||
SELECT * FROM seocompotx INTO TABLE rt_descriptions
|
||||
WHERE clsname = iv_obejct_name. "#EC CI_SUBRC
|
||||
DELETE rt_descriptions WHERE descript IS INITIAL.
|
||||
WHERE clsname = iv_obejct_name
|
||||
AND descript <> ''
|
||||
ORDER BY PRIMARY KEY. "#EC CI_SUBRC
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD lif_oo_object_fnc~delete.
|
||||
|
|
Loading…
Reference in New Issue
Block a user