Created
June 7, 2016 13:54
-
-
Save larshp/b75102cb1a7020bd4c10cfde3d5c480a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATA: | |
source_tab TYPE rswsourcet, | |
obj_source TYPE REF TO if_oo_clif_source. | |
obj_source = cl_oo_factory=>create_instance( )->create_clif_source( | |
clif_name = 'ZCL_AOC_CATEGORY' | |
version = 'A' ). | |
obj_source->get_source( IMPORTING source = source_tab ). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment