mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
parent
6e678b27b7
commit
c7e2ed737a
|
@ -323,11 +323,19 @@ CLASS lcl_object_devc IMPLEMENTATION.
|
||||||
|
|
||||||
" Clear text descriptions that might be localized
|
" Clear text descriptions that might be localized
|
||||||
CLEAR: ls_package_data-comp_text,
|
CLEAR: ls_package_data-comp_text,
|
||||||
ls_package_data-dlvu_text.
|
ls_package_data-dlvu_text,
|
||||||
|
ls_package_data-translation_depth_text,
|
||||||
|
ls_package_data-translation_graph_depth_text,
|
||||||
|
ls_package_data-layer_text.
|
||||||
|
|
||||||
" Clear things related to local installation package
|
" Clear things related to local installation package
|
||||||
CLEAR: ls_package_data-namespace,
|
CLEAR: ls_package_data-namespace,
|
||||||
ls_package_data-dlvunit.
|
ls_package_data-dlvunit,
|
||||||
|
ls_package_data-pdevclass.
|
||||||
|
|
||||||
|
" Not usable on customer systems
|
||||||
|
CLEAR: ls_package_data-translation_depth,
|
||||||
|
ls_package_data-translation_graph_depth.
|
||||||
|
|
||||||
CLEAR: ls_package_data-korrflag.
|
CLEAR: ls_package_data-korrflag.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user