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: 

Populating Web Service Table Parameters

former_member445996
Participant
0 Kudos

Hi All,

I have a created a proxy for a third party web service. One of the parameters that I have to pass to the web service is a table which consists of three fields. Does anyone know how to reference and populate those fields in those tables using Field Symbols? Please keep in mind these are not some internal tables that I am defining in my code, these tables get generated by SAP when we create the client proxy for the third party web service.

Thnaks for your help.

1 REPLY 1

Former Member
0 Kudos

Try to create the web service with the Netwaver developer Studio. Then define the business method, next define the 3 parameters as String and check on array.

You will be able to loop inside the array of parameters