2010 Jan 26 1:28 PM
Hi Gurus,
I am working as an ABAP consultant is it possible to shedule in a job in back ground. As per my knowlrdge in call transafction I can shedule the job in foreground.
Hi Gurus,
I am working as an ABAP consultant is it possible to shedule in a job in back ground. As per my knowlrdge in call transafction I can shedule the job in foreground.
2010 Jan 26 1:35 PM
Hi
Something doesn't sound good: a job works in background as default, if u need to schedule a job, that means the program scheduled will run in background mode.
Now the problem is a TRANSACTION can be insert in a step of a job, but it can use the program assigned to the transaction: so u should explain what u need to do
Max
2010 Jan 26 1:40 PM
Hey Max,
My quesrion is can it possible in call transaction method in BDC to schedule the job in back ground.As per my knowledge I can schedule it only Sesssion method.(My questioin is related to BDC)
2010 Jan 26 2:14 PM
Hi
Yes u can.
U can create a BDC session a run it in background mode.
The session can be run by transaction SM35, but u can do it programmatically (or manually) by submitting the program RSBDCSUB.
That means u can schedule a job for the program above in order to run your BDC session.
Max
2010 Jan 26 1:48 PM
yes,..we can do that..Use no display mode ..
schedule the program for background job processing using the transactions SM36 and SM37.
2010 Feb 03 7:33 AM
Hi,
its possible to run the calltransaction method in back ground means just changing the themode like mod 'N' means in no display .
syntax
like call transaction 'T-CODE' using BDCDATA mode 'N'
update 'A'
messages into BDCMSGCOLL.
and the job scheduling , schedule the program using SM36 transaction and using overview of job SM37.
Regards,
Madhu
2010 Aug 06 6:13 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |