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

BDC Call transaction issue in SM37

0 Kudos
494

Hi Experts,

I have developed BDC program for TCode EC01 its working fine, when iam scheduling this BDC program in Background job in sm36 not able to create the company code. What may be the issue for this problem.

Regards,

7 REPLIES 7
Read only

Former Member
0 Kudos
355

Hi,

Do you have the source file in Application server?

If your source file is in your desktop system then your background job work work. There wont be any link b/w your system and application server.

Regards,

Vadamalai A

Read only

0 Kudos
355

Hi,

I have the source file in Application server.

Regards,

Read only

0 Kudos
355

HI,

Though you schedule this program to background job , but what is the execution mode of bdc.

It must be N or E never A.

Cross check once and let us known.


Read only

0 Kudos
355

Hi,

Execution mode is,

CALL TRANSACTION 'EC01' USING bdcdata Mode 'N' UPDATE 'S'


Regards,

Read only

0 Kudos
355

Hi,

we have last option that is Debug that background job by using JDBG, so that it will find where problem i.e fill picking or bdc call

Read only

SwadhinGhatuary
Active Contributor
0 Kudos
355

this problem persist then debug background job by JDBG.

reff

How to debug the active or finished batch jobs? - Code Gallery - SCN Wiki

Read only

Former Member
0 Kudos
355

Hi,

While doing the recording(SHDB) did you use the "Simulate background mode" option?

R