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: 

ME_GUI_PO_CUST problem when displaying data in 2 subscreens

younes_asri
Explorer
0 Kudos

Hi experts,

My goal is to create 2 custom subscreens in ME23N displaying custom fields added in EKKO and EKPO.

One will be shown on the header and another one on the Item detail.

Luckily, I had no problem to display these two subscreens.

But when I run ME23N, I see that the subscreen 1 is not filled with data in the header !

While the subscreen 2 in the item detail is filled with data.

Please can you help me solve that issue ?

All the best,

Younes

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

So you missed something in TRANSPORT_FROM_MODEL or TRANSPORT_TO_DYNP method, related to header, as I don't have a crystal ball on hand I can only suggest you check your code once more starting with those methods?

Regards,

Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

So you missed something in TRANSPORT_FROM_MODEL or TRANSPORT_TO_DYNP method, related to header, as I don't have a crystal ball on hand I can only suggest you check your code once more starting with those methods?

Regards,

Raymond

0 Kudos

Hi,

I found the error in the Subscribe method.

I had set the same screen name for the Header and the Items.

Thank you anyway,

Younes