2009 Mar 18 10:34 AM
I send 'E' MESSAGE in user-exit EXIT_SAPMM06E_012 of functional module ME_PURCHASE_DOCUMENT_DATA_SAVE.
Appears a window with my error and with only button 'Exit'. When i click Exit my program, which called ME_PURCHASE_DOCUMENT_DATA_SAVE terminates.
This mean, that FM converts my 'E' message into 'A'.
How call funcion ME_PURCHASE_DOCUMENT_DATA_SAVE to prevent main program termination?
Edited by: S S on Mar 18, 2009 11:38 AM
2009 Mar 18 11:02 AM
Hi,
Send an 'I' message but with display like 'E' ,ie
Message msg TYPE 'I' DISPLAY LIKE 'E'.
Hope this solves your problem.
Regards,
Qamar.
Hi,
Send an 'I' message but with display like 'E' ,ie
Message msg TYPE 'I' DISPLAY LIKE 'E'.
Hope this solves your problem.
Regards,
Qamar.
2009 Mar 18 10:54 AM
Hi,
Can u tell how u r throwing that error message. Can u give the code for it?
2009 Mar 18 11:00 AM
2009 Mar 18 11:02 AM
Hi,
Send an 'I' message but with display like 'E' ,ie
Message msg TYPE 'I' DISPLAY LIKE 'E'.
Hope this solves your problem.
Regards,
Qamar.
2009 Mar 18 11:03 AM
Hi,
howu gave the error message..Basically error message comes under bottom there won't be any popup like the information message.
give liek this
message 'no data found' type 'E'.
Regards,
Nagaraj
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |