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 save the pr number to a custom table when I click the save button in ME51N

souma-2606
Member
207

I have one small requirement.

I have to add a custom tab in the item line of ME51N where there will be two manual input field. When I click on the save button, those manual entry and the created pr no during runtime will save in a custom table.

Please show me the way to achieve that.

2 REPLIES 2

RAHEEL_BABAR
Active Contributor
0 Kudos
162

Hi,

Please check this BADI ME_PROCESS_REQ_CUST with help of ABAP.

Regards

raymond_giuseppi
Active Contributor
0 Kudos
162

If you only want to insert a record in a z-table BAdI ME_PROCESS_REQ_CUST method POST is a correct solution

But you could add your fields in CI_EBANDB append of EBAN, and handle the dialog within Enhancement (SMOD/CMOD) MM06E005, so data will be saved in standard table.