Application Development 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: 

How to fetch data

Former Member
0 Kudos

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

  • SAP Managed Tags:
1 REPLY 1

former_member185414
Active Contributor
0 Kudos

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.

  • SAP Managed Tags: