Skip to content

Instantly share code, notes, and snippets.

@larshp
Created June 7, 2016 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larshp/b75102cb1a7020bd4c10cfde3d5c480a to your computer and use it in GitHub Desktop.
Save larshp/b75102cb1a7020bd4c10cfde3d5c480a to your computer and use it in GitHub Desktop.
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