2005 Jul 25 2:47 PM
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!
2005 Jul 25 10:42 PM
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
2005 Jul 26 4:00 AM
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
2005 Jul 26 2:02 PM
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.