cancel
Showing results for 
Search instead for 
Did you mean: 

Add Custom Fields to ME51N usingb BADI

Former Member
0 Kudos

Hi All,

Can anyone tell me how to add custom fields to Purchase Requistion Screen me51n using BADI only.

I would appreciate if some one throw some light on this

I found ME_PROCESS_REQ_CUST but this BADI doesnot allow to give the screen number or screen designed like ME_GUI_PO_CUST~SUBSCRIBE

Let me know

Thanks

Edited by: kajol sindi on Nov 16, 2009 5:17 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member191735
Active Contributor
0 Kudos

> Can anyone tell me how to add custom fields to Purchase Requistion Screen me51n using BADI only.

>

> I would appreciate if some one throw some light on this

>

> I found ME_PROCESS_REQ_CUST but this BADI doesnot allow to give the screen number or screen designed like ME_GUI_PO_CUST~SUBSCRIBE

>

The screen you have developed has to be a subscreen.

I cannot copy the help here but i can walk you through... .Go to SPRO - IMG - Materials management - Purchasing - Business add ins for purchasing - Customers own screens in enjoy Purchase order (can also be used for purchase req) . read the documentation on this and follow the steps

Former Member
0 Kudos

Hi Sampath and all,

I have previously added sub screens to PO using BADI's and the one you mentioned is believed to add Custom Subscreens to PO only

So, i believe there is no way to add custom subscreens to Pur Req Using BADI

SAP Documentation

The SUBSCRIBE method of the Business Add-In ME_GUI_PO_CUST enables you to make your own screens known to the transaction control facility.

Parameters

The following parameters are available:

IM_APPLICATION - Application

Note

Since this enhancement is currently only available for the Enjoy purchase order, the value of the parameter IM_APPLICATION is always 'PO'.

If i'm wrong please do let me know

Thanks

Former Member
0 Kudos

Hi,

I'm assuming that i have go forward with Screen Exit Traditional way and closing the thread

Thanks

Former Member
0 Kudos

Hello,

Why you are very much keen to BADI, for ME51N we have a Screen Enhancement : MEREQ001

In this you can add the logic under the screen no: SAPLMEGUI 0014 SUB0 SAPLXM02 0111

you can use this Function module to wrote your logic as per your requirement.

EXIT_SAPLMEREQ_001 - Export Data to Customer Subscreen for Requisition (PBO)

EXIT_SAPLMEREQ_002 - Prepare Customer Subscreen for Requisition (PAI Before Subscreen)

EXIT_SAPLMEREQ_003 - Import Data from Customer Subscreen for Requisition

I think this will server your purpose.

If you need more inputs revert back to me.

Anil.

Former Member
0 Kudos

Hi Anil,

My client want to use BADI's . I Created Sub Screens for ME51N using Screen Exit's that you mentioned.

I'm particularly looking for subscreen using BADI only

Thanks for your help.

Let me know if you have any useful information regarding BADI for ME51N

Thanks

Former Member
0 Kudos

Any suggestions