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 does not trigger all methods with my own screen

Former Member
0 Kudos

Hi. I have implemented ME_GUI_PO_CUST using the sample code, and it works fine, and all seems to make sense.

However, as soon as I replace the sample screen with my own screen, and amend the methods SUBSCRIBE and MAP_DYNPRO_FIELDS, all the other methods stop triggering so I can not store or retrive data.

I think it must be something I am missing the in the PBO of my own screen or something, does anyone have any ideas?

Thanks a lot for your help.

Regards,

Dave.

3 REPLIES 3

Former Member
0 Kudos

I have just got most of it working, now all the methods work apart from TRANSPORT_TO_MODEL, which I think is the important 1 to actually store the data.

Does anyone have any ideas on this part?

Thanks a lot.

Dave.

Former Member
0 Kudos

Sorry, just figured it all out, I was not setting "re_changed" in the TRANSPORT_FROM_DYNP method.

Thanks a lot anyway, it is all OK now.

0 Kudos

Hi,

     I faced similar problem. But you didn't put your solution on how were you able to make the other methods trigger and I had to figure it out myself.

     So to whoever may have been reading this, the solution i found was to declare the PBO modules inside the screen itself. You will find the PBO module names inside the the include LMEVIEWSF01 of the sample code. Thanks.