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: 

CNTL_SYSTEM_ERROR with BDC

Former Member
0 Kudos

Hi,

We created a FM with Call Transaction BDC for HU creation for T-code VL02N. The FM is called in the Partner Profile for an incoming IDoc. The IDocs are processed correctly when triggered immediately. When the Partner Profile was changed to trigger in background, IDocs fail with error "CTRL_SYSTEM_ERROR".

Now when we switched the Partner Profile agian to trigger immediately, IDocs are erroring with the error: "Immediately processing not possible: Exception condition "CNTL_SYSTEM_ERROR" raised".

Anybody has any idea on this particular error.

Thanks

Regards,

Alok Varma

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Hi,

this is well known error, since it is Enjoy transaction.

Try to use BAPI instead .

Regards

vijay

Former Member
0 Kudos

Hi,

The reason for that error is that VL02n transaction uses CONTAINERS / CONTROLS on which a BDC program cannot be run. Most of the enjoy transactions do that.

You will have to find a BAPI to do the functionality.

Regards,

Ravi

Note :Please close the thread, if the question is answered and mark all the helpful answers

Former Member
0 Kudos

OSS Note 457925 talks about using this transaction in batch input.

Rob