2014 Dec 05 11:10 AM
Hi Guys,
Hope you are all doing great.
My Requirement is to send data to an application through RFC function module which accept the input only in JSON format and the output from application is also in JSON format.
I tried using CALL TRANSFORMATION, but i failed since the json file has multiple structures and arrays and i couldnt read all the values correctly.
Could you please help me out in this.
Thank You.
Anil.
Hi Guys,
Hope you are all doing great.
My Requirement is to send data to an application through RFC function module which accept the input only in JSON format and the output from application is also in JSON format.
I tried using CALL TRANSFORMATION, but i failed since the json file has multiple structures and arrays and i couldnt read all the values correctly.
Could you please help me out in this.
Thank You.
Anil.
2014 Dec 05 11:21 AM
Does your system contain required tools as in 1648418 - JSON Support in ABAP with 7.20 kernel or is a higher version ?
Else use search tool, there are already at scn some wiki/blogs on conversion of internal table to JSON in Abap. (Start with ABAP and JSON)
Regards,
Raymond