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 for TCODE PO03

Former Member
0 Kudos

Hi All,

We have requirement to upload Job data to Infotype 1005 using PO03 TCODE.

The BDC is working fine in foreground mode ,

but is giving runtime error ' CNTL_SYSTEM_ERROR' in method CONSTRUCTOR when run in Background.

Has anybody come across this kind of problem , Please provide inputs to solve this.

Thanks in advance,

Harika.

3 REPLIES 3

Former Member
0 Kudos

Hi

It's not a good error: it's usually due to SAPGUI, that can means your transaction doesn't support the BDC: it's typical for enjoy transaction.

Max

Former Member
0 Kudos

Thanks for your reply.

I have found the SAP NOTE for this error - 721791.

Thanks & Regards,

Harika.

0 Kudos

Hi

Yes...that note just explains what I wrote in my prevoius answer, I don't know that trx, but I know that problem: it's typical of enjoy transactions.

The screens of these transactions are based on control framework: generally it can't support the BDC.

The main transactions have a BAPI can replace a BDC program, else it needs to find out an alternative solution or suggestion just like that note.

Max