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: 

Custom screen changed in PO (ME22n). Message "I" - No data changed -

Former Member
0 Kudos

Dear All,

I have a customer tab in Item tabstrip in a PO by implementing the Exit: MM06E005 Customer fields in purchasing document

Issue is when I change the custom screen fields alone, which i had appended to EKET structure, SAP issues a message saying no data is changed (on clicking save) and DB is not updated. When i change something in PO, all is fine.

I changed XEKET-UPDKZ to "U" in debugging but still same message is issued. Is there any flag in Userexit/badi to bypass this and SAVE the PO when my custom screen is changed so that DB table EKET is updated?

Thanks,

Kausthub

5 REPLIES 5

Former Member
0 Kudos

Hi Kausthub Krish,

Have you set the flag E_CI_UPDATE = 'X' in function exit ZXM06U37(EXIT_SAPMM06E_008) ?

Thanks & Regards,

Faheem.

0 Kudos

Hi Faheem,

Thanks for your reply. I tried it. This exit is not called ON SAVE. I mean, when i go to custom tab, without changing anything related to PO, and then change my custom fields, the Exit you suggested is not called.

Thanks,

kausthub

0 Kudos

If I remember correctly we solved this problem by Implementing the method

IF_EX_ME_GUI_PO_CUST~TRANSPORT_TO_MODEL

and within the method call set_changed() method of the PO header object

DATA: ls_header TYPE REF TO if_purchase_order_mm.

CALL METHOD ls_header->set_changed( ).

This should solve your problem. Revert back if any issues.

0 Kudos

Hi Vishnu,

I have done this. It is not working.

Any other suggestion from your side ?

Thanks,

Kausthub

avijeet_negel
Explorer
0 Kudos

I am also facing the same issue.

I have added a drop down field for Tx- ME22N via CMOD customer Exit.

The issue that I am facing is even after changing the values in the drop down and clicking on save button ,I am getting an message as 'No Data Changed'But I am changing the value in the fields (Custom Field that I have added) .

Please Help me to sort the issue.

Thanks and Regards,

Avijeet Negel