cancel
Showing results for 
Search instead for 
Did you mean: 

Soap to Rfc...restricting data for one company code....

Former Member
0 Kudos

Dear Friends,

I have developed one web service in Pi 7.0 which is Soap-to-Rfc. I am using BAPI_PO_GETDETAIL to get the purchase order information and displaying this data in web service. Our company using two company codes. However, i want that the other party can only see one company code's purchase order data. BAPI_PO_GETDETAIL do not give option of company code in import parameters. Is there any way that i can restrict the data in PO only on one company code? Is there any option in PI where i can restrict the data only on one company code.

Thanks

Regards

Imran

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Try beens option  or try below one

If you dont want to send other company code info then before sending data to BAPI supress in Request mapping.

Former Member
0 Kudos

Hi Imran,

You can handle this in response mapping. Filter the data with other company code.

Do you get company code in response?

Regards,

Beena