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: 

Partner functions change in PO

Former Member
0 Kudos

Hi All,

I want to change the partner functions in PO. Is there any function module available for this.

Lincon

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check these FM.

ME_UPDATE_DOCUMENT

MM_UPDATE_PARTNERS

MM_MAINTAIN_PARTNERS

MM_CALL_UPDATE_PARTNERS

Regards,

Ferry Lianto

6 REPLIES 6

Former Member
0 Kudos

There is only one FM : MM_READ_PARTNERS

Table is : MM_READ_PARTNERS

I think no fm available for change Partner function in Purchasing

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check these FM.

ME_UPDATE_DOCUMENT

MM_UPDATE_PARTNERS

MM_MAINTAIN_PARTNERS

MM_CALL_UPDATE_PARTNERS

Regards,

Ferry Lianto

0 Kudos

Hi Ferry,

I have used the function module MM_UPDATE_PARTNERS to update the partner functions.This function module inserts the record into EKPA table. The new record is there in EKPA table. But when i went to PO (ME23n) the partner function and the vendor is not there.Any thing extra i need to do??

Please tell me.

Thanks

Lincon

0 Kudos

Hi All,

I got the solution. Use BAPI_PO_CHANGE function module for changing any variables in the PO.

Lincon

Former Member
0 Kudos

BAPI_PO_CHANGE

0 Kudos

Hi Lincon,

I was used this function module to update partner function, it success when I update partner function where partner number is vendor (eg. GS), but when i try to update partner function where partner number is personnel number (eg. VW,CS,etc), it always failed.

The error message in BAPI is "Please enter a partner role".

Do you have solution for this case?

Thanks