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 is not populating while and running and saving

Former Member
0 Kudos
167

Hi!

I've implemented badi ME_GUI_PO_CUST for adding additional subscreen to the line item level. My customer fields are in EKPO table. customer fields are visible in ME21n transaction. when I try to fill in values to the my customer fields and save. it gives a message saying No Data changed. looks like my customer fields are not identified by the program/ screen. Also my customer fields are not displaying any values from the table.

I've implemented my badi as in the sample code..help need in this.

thanks!

3 REPLIES 3

krzysztof_konitz4
Contributor
0 Kudos
73

Hi,

May be the problem is that there is no fieldstatus assigned to the customer fields on the customer screen. I think you should try to implement FIELDSELECTION_ITEM method of the BAdI ME_PROCESS_PO_CUST. Have a look at note 496083.

Krzys

0 Kudos
73

Hi

In ME_GUI_PO_CUST, if any changes occurs then U need to set re_changed = 'x' in method TRANSPORT_FROM_DYNP...

Hope this will solve your problem

Regards

Jeevi

0 Kudos
73

Hi!

This has been taken care.. It still does not populate the fields or when i enter the values it does not recognize the fields.