Hello Deep,
Previously the IW32 transaction can open ME53N and show the display/change icon. That was considered to be a bug and corrected with note 2402050. The new logic is also explained in KBA 2561562.
In function module MASTER_DATA, 'ME_DISPLAY_PURCHASE_DOCUMENT' is called with parameter
I_DISPLAY_ONLY = 'X', so the change icon is hidden. If you would like to show the change icon, you can set
I_DISPLAY_ONLY to blank in function module MASTER_DATA before calling 'ME_DISPLAY_PURCHASE_DOCUMENT', but please note that that change is modification.
Best regards,
Diana
Add comment