2024 Jul 25 11:50 AM - edited 2024 Jul 25 12:37 PM
Hi Team,
I have the jason payload, that i need to convert into internal table.Using Dynamic structure i converted the JASON payload.
" Generate dynamic structure to suit the data
ljason_data = /ui2/cl_json=>generate( json = lv_jason_out ).
ASSIGN ljason_data->* TO <l_jason_data>.
In above image ORDERINVOICELIST component one deep structure is there, in this deep structure only sale order details were stored.
If i opened ORDERINVOICELIST deep structure, in the component level getting sale order number in that each sale order having the deep structure contains header and line item details.
At last i need to store sale order header and line item details into one custom table. How can i achieve it.In the component level value are coming dynamically( Sale order Number).
Suggest me how move the data in to internal table or custom table.
#SAP_ABAP
#API
Regards
Hari Prasath
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.