‎2022 Mar 09 5:07 AM
Hi Experts,
I need to create dynamic structure and internal table to append the records to the corresponding internal table. I am using get( ) from class CL_ABAP_STRUCTDESCR. But not getting the required result.
Can anyone suggest what should be the approach for the same.
Thanks and Regards,
Aditya Mane
‎2022 Mar 11 9:49 PM
Here is an example for dynamically creating a work area and internal table and then using that for a dynamic SELECT. I hope it helps.
REPORT zema_dynamic_itab. BREAK-POINT.
‎2022 Mar 09 6:21 AM
‎2022 Mar 09 7:08 AM
Your code is missing
+
What result do you get and what do you expect?
‎2022 Mar 11 9:49 PM
Here is an example for dynamically creating a work area and internal table and then using that for a dynamic SELECT. I hope it helps.
REPORT zema_dynamic_itab. BREAK-POINT.
‎2022 Mar 14 3:09 PM
Did you perform a simple search in forum such as "CL_ABAP_STRUCTDESCR" in wiki part, you should