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 get user exits for Tcode ME22N to add a text field on the screen

Former Member
0 Kudos

Hi All,

I want to add a text field on the screen of ME22N.

This text field will contain the reason for no GR which has to be saved in a ZTable with PO being the key field of this table.

Is there a possibility of any enhancement in ME22N wherein we can create an input output field on the main screen or any of the subscreen of ME22N.

Regards,

Vidya .

4 REPLIES 4

megha_h
Participant
0 Kudos

Hi,

You have to check out Sreen exit for PO

from SMOD.

This will allow you to create screens in standard transaction.

Regards

Megha

Former Member
0 Kudos

Try using user exit MM06E005

Former Member
0 Kudos

Hi,

Please take a look at this available user exits.

EXIT_SAPMM06E_012 - Check Customer-Specific Data Before Saving

EXIT_SAPMM06E_013 - Update Customer's Own Data in Purchasing Document

EXIT_SAPMM06E_016 - Export Data to Customer Subscreen for Purchasing Document Item (PBO)

EXIT_SAPMM06E_017 - Export Data to Customer Subscreen for Purchasing Document Item (PAI)

EXIT_SAPMM06E_016 and EXIT_SAPMM06E_017 are the best place to change line item. I used in both places again it depends on your requirement for PBO or PAI.

Hope this will help

Regards

Former Member
0 Kudos

I called a Zscreen for my requirments.

Did not use any user exits.