mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00
ENHO: remove exporting
This commit is contained in:
parent
5a6a3476f4
commit
a46d7b5da4
|
@ -96,9 +96,7 @@ CLASS lcl_object_enho_clif IMPLEMENTATION.
|
||||||
io_xml->read( EXPORTING iv_name = 'TAB_METHODS'
|
io_xml->read( EXPORTING iv_name = 'TAB_METHODS'
|
||||||
CHANGING cg_data = lt_tab_methods ).
|
CHANGING cg_data = lt_tab_methods ).
|
||||||
|
|
||||||
io_clif->set_enhattributes(
|
io_clif->set_enhattributes( tab_attributes = lt_tab_attributes ).
|
||||||
EXPORTING
|
|
||||||
tab_attributes = lt_tab_attributes ).
|
|
||||||
|
|
||||||
* SAP standard SET_ENH_NEW_METHOS does not work
|
* SAP standard SET_ENH_NEW_METHOS does not work
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user