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: 

Screen Exit ME22N

Former Member
0 Kudos

Hi Friends,

I have created the custom tab at PO header level (ME21N) and designed the required fields in the screen SE51.

But my problem is how to populate these amount values in the custom screen.

Example:

Screen Name : SD

Screen Field: ZSDSUB which is not available in EKKO table.

Screen Description: SD Deposit%

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Are you using the BADI ME_GUI_PO_CUST for that.

if so there are various methods to do that.

TRANSPORT_TO_DYNP "To the screen

TRANSPORT_FROM_DYNP " From the screen

I hope you are not using the BADI.

0 Kudos

Hi

Thanks for reply.

You are correct. I am not using any BADI.

I got amount values from the tables. But my problem is how to populate these amount values into my own custom screen.

Please send sample code.

0 Kudos

what is the enhancement/exit you are using..? and why can't you try with the BADI ME_GUI_PO_CUST.

in SE18 you can see the sample implementation too.

check it once.

Former Member
0 Kudos

use this badi

ME_PROCESS_PO