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: 

How to update Partner function tab in ME21N Transaction

Former Member
0 Kudos

Dear Guru's,

I have a requirement to call a selection screen in ME21N transaction which will show list of vendors available. the selected vendor in the selection screen should be updated with parnter function 'CR' in the Parnter function tab of ME21N Transaction and EKPA table also.

Thanks & Regards,

Sridhar R Perumalla.

1 REPLY 1

former_member262988
Active Contributor
0 Kudos

Hi,

Use the function module MM_UPDATE_PARTNERS for updation ....and wite the code in ME_PROCESS_PO_CUST badi in process_header method...

in PROCESS_HEADER method use GET_DATA to get the entered vendor number in PO.

Thanks,

Shailaja Ainala.