2008 Oct 16 12:49 PM
Hi Gurus,
When I scheduled a z tcode ( BDC) for transaction ME12 in background . It is not working and show status as cancelled. But it is working fine in forground.
Please suggest how to solve the problem.
Thanks in advance.
Regards,
S. Sharma.
Hi Gurus,
When I scheduled a z tcode ( BDC) for transaction ME12 in background . It is not working and show status as cancelled. But it is working fine in forground.
Please suggest how to solve the problem.
Thanks in advance.
Regards,
S. Sharma.
2008 Oct 16 12:51 PM
Hi
Are u uploading the flat file from Presentation Server and then running in Background?? If Yes, it wont work that way. Put the file on Appln Server and then run a Background.
Regards,
Vishwa.
2008 Oct 16 12:54 PM
Hi
I think u have to modify ur BDC program also .
If u r using CALL Transaction then add it ADDITION "BACK Ground processing".
Regards
Sachin
2008 Oct 16 12:54 PM
Hi
If u want to get the file from presentation server in backgruond you need to do some settings
Go through this link
Rewards if helpful
2008 Oct 16 12:54 PM
give the statement
submit RSBDCSUB via selection-screen.
and then give the session name
2008 Oct 16 12:54 PM
Hi,
Check bdcmsgcoll table carefully and identify where acctually problem happen.
2014 Aug 07 1:28 PM
Neenu,
If BDC is using Call Transaction method then use Syntax
CALL TRANSACTION <tcode>
USING <bdc_tab>
MODE <mode>
UPDATE <update>
In mode use N no screen then scheduling the program by using SM36 and SM37 for Backhround the run the BDC.
If BDC is Session Method the use report RSBDCSUB.
2008 Oct 17 5:38 AM
Sir,
I am not uploading any file from presentaion server. I am only updating some data on some particular condition. It is working fine when user run it manualy. But in background job it shows the status as cancelled.
Regards
S.Sharama.
2014 Aug 07 2:19 PM
Hello Sharma,
Kindly provide more details like code u have written, are you using batch input or Call transaction, what is exact error you are getting when you say cancelled.
Regards,
Jaffer.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |