‎2019 Feb 28 12:15 PM
Hi all,
Is it possible that generating a SE11 structure based on a given JSON if I don't want to define the structure field one by one. In Java, I can use file writer class to generate a class file, I am not sure if ABAP can do the same thing.
‎2019 Feb 28 1:35 PM
If i understood correctly, raffinkira wants to create and not to fill a dictionary table/structure .
But i'm not so sure if it's to create or to fill the table
‎2019 Feb 28 1:42 PM
/UI2/CL_JSON can create dynamic structure (local, not DDIC).
‎2019 Feb 28 2:28 PM
Why a SE11 structure? Don't you just want to parse the JSON dynamically (sXML)?
‎2019 Mar 01 2:23 AM
you can generate structure dynamically, look into function group: SDIF.
‎2025 Mar 11 7:44 AM
Hi Sandra,
sometimes you have to SEND in JSON. Means: First fill an internal Structure in ABAP Code.
The internal strukture refers to SE11.
That is what raffinkira wants.
Regards
Mario