mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
SUSO WDYA: fix package popup
This commit is contained in:
parent
ff056a218e
commit
eabfbaf2c5
|
@ -127,6 +127,8 @@ CLASS lcl_object_suso IMPLEMENTATION.
|
||||||
io_xml->read( EXPORTING iv_name = 'TOBJVOR'
|
io_xml->read( EXPORTING iv_name = 'TOBJVOR'
|
||||||
CHANGING cg_data = lt_tobjvor ).
|
CHANGING cg_data = lt_tobjvor ).
|
||||||
|
|
||||||
|
tadir_insert( iv_package ).
|
||||||
|
|
||||||
lv_objectname = ms_item-obj_name.
|
lv_objectname = ms_item-obj_name.
|
||||||
CALL FUNCTION 'SUSR_COMMEDITCHECK'
|
CALL FUNCTION 'SUSR_COMMEDITCHECK'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
|
|
|
@ -140,6 +140,8 @@ CLASS lcl_object_wdya IMPLEMENTATION.
|
||||||
li_prop->set_value( <ls_property>-value ).
|
li_prop->set_value( <ls_property>-value ).
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
||||||
|
tadir_insert( iv_package ).
|
||||||
|
|
||||||
lo_app->if_wdy_md_lockable_object~save_to_database( ).
|
lo_app->if_wdy_md_lockable_object~save_to_database( ).
|
||||||
CATCH cx_wdy_md_exception.
|
CATCH cx_wdy_md_exception.
|
||||||
lcx_exception=>raise( 'error saving WDYA' ).
|
lcx_exception=>raise( 'error saving WDYA' ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user