mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
AUTH serialization: fix package popup
This commit is contained in:
parent
529bfc478e
commit
829a68fcc6
|
@ -57,6 +57,8 @@ CLASS zcl_abapgit_object_auth IMPLEMENTATION.
|
||||||
io_xml->read( EXPORTING iv_name = 'AUTHX'
|
io_xml->read( EXPORTING iv_name = 'AUTHX'
|
||||||
CHANGING cg_data = ls_authx ).
|
CHANGING cg_data = ls_authx ).
|
||||||
|
|
||||||
|
tadir_insert( iv_package ).
|
||||||
|
|
||||||
CREATE OBJECT lo_auth.
|
CREATE OBJECT lo_auth.
|
||||||
|
|
||||||
IF lo_auth->add_afield_to_trkorr( ls_authx-fieldname ) <> 0.
|
IF lo_auth->add_afield_to_trkorr( ls_authx-fieldname ) <> 0.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user