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: 

Add a checkbox in a standard transaction

Former Member
0 Kudos
454

Hi,

How can I add a checkbox in the 'Additional data' tab of ME21N, ME22N?

How can I find the BADI?

3 REPLIES 3

Former Member
0 Kudos
202

Check whether you have any screen exit available?

former_member186099
Contributor
0 Kudos
202

Hi,

There is a user exit provided by SAP by which you can add ur check box under additional data tab.

User exit: MM06E005

Since you want to extend the header use include 'CI_EKKODB' to add ur fields.

And components to be used

EXIT_SAPMM06E_006 Export Data to Customer Subscreen for Purchase doc header

EXIT_SAPMM06E_007 Export Data to Customer Subscreen for Purchase doc item

EXIT_SAPMM06E_008 Import Data from Customer Subscreen for purchasing document

EXIT_SAPMM06E_009 Reset Customer Data at Beginning of New document

EXIT_SAPMM06E_012 Check Customer-Specific Data Before Saving purchase doc

EXIT_SAPMM06E_013 Update Customer's Own Data in Purchasing doc

EXIT_SAPMM06E_014 Read Customer-Specific Data when Importing purchasing document

I hope it is helpful.

Reward Points

Thanks,

Prasanna

Former Member
0 Kudos
202

Hi,

Check the following BADI's:

ME_PROCESS_PO

ME_PROCESS_PO_CUST

Regards

Kiran Sure