cancel
Showing results for 
Search instead for 
Did you mean: 

bapi to read customer's partners

0 Kudos

Hi,

I have to read a customer's ship-to partners with Bapis. Which Bapi should I use?

Thanks

Krisztian

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

Hi,

this not BAPI, but it is RFC, you can use it.

<b>CUSTOMER_PARTNERFS_GET</b>

thanks

vijay

0 Kudos

Hello Vijay,

Thanks, I think this will help.

former_member188685
Active Contributor
0 Kudos

pass this info to the rfc,

KUNNR

VKORG

VTWEG

SPART

and you will get the partner info table.

you can get the following info.

Function

Partner function

Customer number of business partner

Default partner

Customer description of partner (plant, storage location)

Thanks

vijay

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U can try using FM SD_PARTNER_READ. But is is not a RFC enabled FM. If u want BAPI, I think no FM is there. We need to do a small work around using BAPI_SALESORDER_CHANGE. We can just process this without updating any data of SO. Then at return all the SO data will be stored in appropriate tables of FM. U can use that...

Hope it helps u...

Sreedhar

0 Kudos

Hello Shreedhar,

I will have to use the partner's info in the java stack, so I have to stick to the bapis (for now)...

Thanks,

Krisztian