‎2009 Jun 19 4:02 PM
I am working on user exit EXIT_SAPLMEREQ_010 for purchase requisition. When there is an error I pass values to external message paramert structure "ex_messages". I see error message but when I exit the Purchase Req document, with error message also it allows me to save the document . For other standard error messages it does not save the document.
How to prevent save for User exit error messages also? Do I need to pass any partucular parameter to structure BAPIRET2. At present i am passing
v_msgs-type = 'E'.
v_msgs-id = 'ZZ'.
v_msgs-number = '000'.
v_msgs-message_v1 = 'Text message'.
Thanks,
AP
‎2009 Jun 19 5:19 PM
look for a BADI BADI ME_PROCESS_REQ* that solved my similar problem
‎2009 Jun 19 5:19 PM
look for a BADI BADI ME_PROCESS_REQ* that solved my similar problem