Application Development and Automation 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: 
Read only

Inbound Invoice Idoc error / Abab message exception

Former Member
0 Likes
523

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

2 REPLIES 2
Read only

Former Member
0 Likes
457

You need to add an entry to the internal table IDOC_STATUS. You may need to do this in another user exit.

Read only

Former Member
0 Likes
457

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