2023 May 03 7:52 PM
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.
2023 May 03 9:14 PM
2023 May 04 2:13 PM
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.