Application Development and Automation 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: 
Read only

additional fields in me21n

former_member188827
Active Contributor
0 Likes
462

hi all,

requirement is to open extra fields in me21n in a new tab at header & line item level for that we need to use badi : 'customer's own screens in enjoy purchase order'.

iam new to badi's can anyone plz guide as how to use it??

points will be awarded.

hi all,

requirement is to open extra fields in me21n in a new tab at header & line item level for that we need to use badi : 'customer's own screens in enjoy purchase order'.

iam new to badi's can anyone plz guide as how to use it??

points will be awarded.

2 REPLIES 2
Read only

Former Member
0 Likes
436

Hi,

You can add extra custome fields to std transaction using Screen exits or BADI's (for enjoy Transactions).

From SPRO search for the related BADI for PO.

Go to SE18 and copy the same to ZBADI

and go to the methods and write the code.

http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm

and

http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm

Regards,

ANJI

Read only

Former Member
0 Likes
436

hi

- put tcode ME21N and find program name by using menu SYSTEM-STATUS (SAPLMEGUI)

-fithen open it and use menu GOTO-ATTRIBUT for findig <b>package</b> <b><u>ME</u></b>

-Then use TCODE SE18 press F4 for help put then click INFORMATION SYSTEM enter package ME and press enter key its shows all BADI which is used with that package.

- so choose it then create IMPLEMENTATION by using SE19 and put selected BADI and code there whatever u want.

**Please reward suitable points***

With Regards

Navin Khedikar