Application Development and Automation 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: 
Read only

Customer fields modified but METHOD post is not executed (ME22N)

danielpalacios3
Explorer
0 Likes
389

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

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
363

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

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

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
364

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