Hi,
If the data is created inside the method, you could just pass the data reference directly to the method.
CALL METHOD me->get_entity_data
EXPORTING
io_access = io_access
IMPORTING
cs_data = lr_data.
Hi,
If the data is created inside the method, you could just pass the data reference directly to the method.
CALL METHOD me->get_entity_data
EXPORTING
io_access = io_access
IMPORTING
cs_data = lr_data.