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: 

Adding new screen to standard transaction ?

0 Kudos

Dear ABAP Experts ,

                     I have a requirement that when the user select payment term value as 'LC' (Letter of Credit ) then they wants to generate new screen in ME21N transaction. In that screen there are many fields (which are field by manually). In that screen they want SAVE button. When the user press SAVE button then all the data(New Screen fields) will store in Custom(Z or Y)table.

   If the user will not select LC the process is normal only.

This is possible to implement ?  How can i do this ?

Help me the steps required to create new screen for the above mentioned scenario.






Thanks & Regards


K Chinna..

1 REPLY 1

Former Member
0 Kudos

Hi Chinna,

Check for the suitable method in BADI "ME_PROCESS_PO_CUST" which gets triggered after user inputs Payment term.

Call a Z function module from this BADI method from which you can always call your own screen defined in the same Function Group.