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

How to fetch data

Former Member
0 Likes
716

i want to know about how to fetch data from third party api. could you suggest me. is there any module

i want to know about how to fetch data from third party api. could you suggest me. is there any module

1 REPLY 1
Read only

Ankit_Maskara
Product and Topic Expert
Product and Topic Expert
0 Likes
643

Though I have not implemented this but came across below in my project and you can try something similar.

1. Create a class inheriting from CL_PROXY_CLIENT.

2. Fill the input and output parameters and call the method execute of interface IF_PROXY_CLIENT in some method of class created in step 1.

3. Call the method created in step 2 in your caller.