Skip to Content
0
Former Member
Dec 06, 2008 at 08:36 PM

ABAP Table to JSON file

1036 Views

Hi,

i need some Help to transfer internal table to file in JSON format (JavaScript Object Notation) .

i find this link : https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action%3fpageid=14260

but what i miss is the select he does there (i need it to follow his code) .

like :

select *

from sflight

and get the structure and then follow all the flow .

another thing is how he declare tab_struct.

if some one with experience can help me with that i appreciate it a lot!

i new to Abap 😊

Regards