Application Development 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: 

Exception when running CO11N by BDC in SAP Workflow

Former Member
0 Kudos

Hi all,

We have designed a SAP workflow and all is OK.

But in a step of this workflow, we have run CO11N with BDC and we got a RAISE_EXCEPTION (message type: A, message ID: 00, message number: 342, message text: Runtime error & has occurred). So we can not successfully run CO11N.

We have tested this BDC (by running this BDC in a ABAP program) and the result of BDC is all OK.

If anyone know this problem, could you please help us?

How can we correct this EXCEPTION?

Thanks a lot,

Vinh Vo

1 ACCEPTED SOLUTION

Former Member
0 Kudos

C011N looks like an EnjoySAP transaction and not well suited for batch input. If run in the background, it will try to use the GUI (which is not there) and will dump.

Rob

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

Message 00342 is : "Batch input internal error. Please check the system log". Did you check it ? (SM21)

Former Member
0 Kudos

C011N looks like an EnjoySAP transaction and not well suited for batch input. If run in the background, it will try to use the GUI (which is not there) and will dump.

Rob

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

See the following note for a workaround to this issue:

1840705 - RAISE_EXCEPTION short dump if running CO11N in background

BR

Caetano