2015 Jun 11 11:16 AM
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,
2015 Jun 11 11:25 AM
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
2015 Jun 11 11:31 AM
2015 Jun 11 12:29 PM
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.
2015 Jun 11 1:21 PM
Hi,
Execution mode is,
CALL TRANSACTION 'EC01' USING bdcdata Mode 'N' UPDATE 'S'
Regards,
2015 Jun 11 1:30 PM
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
2015 Jun 11 12:31 PM
this problem persist then debug background job by JDBG.
reff
How to debug the active or finished batch jobs? - Code Gallery - SCN Wiki
2015 Jun 11 2:33 PM
Hi,
While doing the recording(SHDB) did you use the "Simulate background mode" option?
R