Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

access json file format into abap and vice-versa through RFC function module

0 Likes
1,507

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.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
753

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