Application Development and Automation 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: 
Read only

Screen Exit ME22N

Former Member
0 Likes
648

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%

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
Read only

Former Member
0 Likes
605

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.

Read only

0 Likes
605

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.

Read only

0 Likes
605

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.

Read only

Former Member
0 Likes
605

use this badi

ME_PROCESS_PO