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 or user exit for ME21n

kanishakgupta1
Contributor
0 Kudos

Hi ,

Want to extract the Outline agreement number in the sreen of Me21n when the user has filled in the other details.

Is there BADI avaliable or user exit???

Kanishak

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Kanishak

Try BAdI ME_PROCESS_PO_CUST.

Regards

Sabu.

7 REPLIES 7

Former Member
0 Kudos

Kanishak

Try BAdI ME_PROCESS_PO_CUST.

Regards

Sabu.

Former Member
0 Kudos

Try this BADI

ME_PROCESS_PO_CUST

Regards

Sathar

Former Member
0 Kudos

Hi,

follow these steps

1. SE93, give in the tcode

2. display, view the developemtn class

3. now go to SMOD

4. Press F4

5. Give in that developemtn class there

6. Press Enter

will display the list of user exits for a particular tcode

To know the BADI's goto SE84

Enhancements - > Business Addins - > Definitions

here u can get the BADI's

Hope this helps,

Sumana

Former Member
0 Kudos

Hi,

To find user exit or badi for ME21n follow the steps:

1) Goto Tcode: ME21n -> System ->Status ->Double click on the transaction and get the package name.

2) Goto Tcode : Se84 -> Enhancements -> Business Add-ins ->Definitions.

Enter the package and press the execute button.

You will get the list of Badi's. Read the description and try to find the appro Badi of ur use.

Regards,

Dhavalshree.

Former Member
0 Kudos

Hi Kanishak,

Badi : ME_PROCESS_PO_CUST

Exits name : MELAB001, MMFAB001

Enhancement : EXIT_RM06ELAB_001,

Program: ZXM06U26

Hope this will help..

Regards,

Vivek

Former Member
0 Kudos

Hi,

Please find the following steps to find out a BADI:

Tcode(ME21N)->System->Status->Program Name->Double click on that Program name->In menu Bar->GOTO->Attributes->You will find the package name ->take this package name and go to Tcode SMOD

then press F4->Information system->Give Package Name ->Depending on the requirement put break point and get the Exit which suits for your requirment.

Thanks and Regards,

Rizwana

kanishakgupta1
Contributor
0 Kudos

badi me_process_po_cust solves the purpose...thnks all for posting