2007 Apr 19 4:03 PM
Hi Iam raising an exception in the user exit of the module IDOC_INPUT_INVOIC_FI while posting an inbound invoice idoc
User Exit EXIT_SAPLIEDI_102 with the statement
MESSAGE ID 'VW'
TYPE 'E'
NUMBER '885'
WITH 'Custom message'
RAISING NOT_FOUND.
When the module is executed and the condition is satisfied iam seeing an error like
'Exception triggered in customer enhancement EXIT_SAPLIEDI_102' in the Idoc and not my custom message...How can I raise my own message...?
Thanks for your help!
Larry
Hi Iam raising an exception in the user exit of the module IDOC_INPUT_INVOIC_FI while posting an inbound invoice idoc
User Exit EXIT_SAPLIEDI_102 with the statement
MESSAGE ID 'VW'
TYPE 'E'
NUMBER '885'
WITH 'Custom message'
RAISING NOT_FOUND.
When the module is executed and the condition is satisfied iam seeing an error like
'Exception triggered in customer enhancement EXIT_SAPLIEDI_102' in the Idoc and not my custom message...How can I raise my own message...?
Thanks for your help!
Larry
2007 Apr 19 4:37 PM
You need to add an entry to the internal table IDOC_STATUS. You may need to do this in another user exit.
2007 Apr 19 7:27 PM
Hi,
Before reaching your custom message somthing is stopping the process, put break point and try to find from where that message is coming.
Sudheer.A
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |