2009 Mar 26 9:18 PM
Hi
I've a Z subscreen on Item level on ME22N made of three customer fields of EKPO and fields from a Z table.
I've implemented BADIs ME_PROCESS_PO_CUST and ME_GUI_PO_CUST to manage that extend.
When I modify any data on this Z screen and no other field is modified and Save button is pushed, a message with: 'No modifications are made' is shown and Method POST of ME_PROCESS_PO_CUST is not executed. What can I do to get to avoid this message and to execute method POST?
Thanks and Regards
Dani
2009 Mar 26 9:44 PM
Set the RE_CHANGED = 'X' in the method TRANSPORT_FROM_DYNP in the BADI ME_GUI_PO_CUST when your enter your data or data has been changed.
Regards,
Naimesh Patel
2009 Mar 26 9:44 PM
Set the RE_CHANGED = 'X' in the method TRANSPORT_FROM_DYNP in the BADI ME_GUI_PO_CUST when your enter your data or data has been changed.
Regards,
Naimesh Patel