mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Added comments
Added comments
This commit is contained in:
parent
1925cad8ab
commit
194352c064
|
@ -472,6 +472,8 @@ CLASS lcl_oo_base IMPLEMENTATION.
|
||||||
RECEIVING
|
RECEIVING
|
||||||
result = lo_factory.
|
result = lo_factory.
|
||||||
|
|
||||||
|
"Enable modification mode to avoid exception CX_OO_ACCESS_PERMISSON when
|
||||||
|
"dealing with objects in foreign namespaces (namespace role = C)
|
||||||
CALL METHOD lo_factory->('CREATE_SETTINGS')
|
CALL METHOD lo_factory->('CREATE_SETTINGS')
|
||||||
EXPORTING
|
EXPORTING
|
||||||
modification_mode_enabled = abap_true
|
modification_mode_enabled = abap_true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user