cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to SOAP scenario - query for response as table

former_member183906
Active Contributor
0 Kudos

This is for BAPI to SOAP scenario. We need response as TABLE(multiple values,like arraylist/resultset in java) , not as single valued items.

.net method is ->Y_Vct(string CoCode,string Role, ref A_BTable) -

Request:

CoCode -Optional, if empty string is passed all companies will be fetched by the function

Role - Optional, if empty string is passed all the roles will be fetched by the function

Response:

A_B- returns set of records(Multiple) based on the parameters passed

BAPI is - Y_Vct

How to get response from table of multiple values .

like 10 records as response for 1 request.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jha,

Which version of PI you are using? If you are uisng 7.1 then you can return the multiple values.

Regards,

---Satish

former_member183906
Active Contributor
0 Kudos

I am using PI 7.0 only. Can you send me examples which resturn multiple values in response of call.

Answers (1)

Answers (1)

former_member183906
Active Contributor
0 Kudos

In PI 7 also , it returned multiple value in response.