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: 

BADI user exit at me51n or me21n

Former Member
0 Kudos

Hi,

i need badis or user exit while creating Purchase order requisition(me51n) or purchase order purchase order(me21n).

What i am trying to do is that the cost center should be provided while the user enters other data.

And the cost center will be composed of based on some criteria and it will be available while user entering data.

Thanks.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello

In both cases you should use the "CUST" version of the BAdI because the other ones are "SAP-internal":

ME_PROCESS_PO_CUST
ME_PROCESS_REQ_CUST

For both BAdIs you will find plenty of sample codings with the ABAP Development forums.

Regards

Uwe

3 REPLIES 3

Former Member
0 Kudos

Could BADI "ME_PROCESS_PO" be usefull?

Former Member
0 Kudos

And maybe ME_PROCESS_REQ for Purchase requisitions.

uwe_schieferstein
Active Contributor
0 Kudos

Hello

In both cases you should use the "CUST" version of the BAdI because the other ones are "SAP-internal":

ME_PROCESS_PO_CUST
ME_PROCESS_REQ_CUST

For both BAdIs you will find plenty of sample codings with the ABAP Development forums.

Regards

Uwe