‎2008 Apr 29 11:35 AM
hello SAP Gurus,
can any one tell me how we run the batch input session?
Is it background job ?Can we run this session in background?
Thank you very much.
‎2008 Apr 29 11:37 AM
HI,
We can run Batch input session using tcode sm35.
REWARD IF USEFUL
‎2008 Apr 29 11:40 AM
‎2008 Apr 29 11:40 AM
for foreground run in sm35,
for background u can use the prg RSBDCSUB
‎2008 Apr 29 11:42 AM
Schedule RSBDCSUB to run periodically in one or more background jobs.
If you have regularly scheduled batch input runs, you can schedule separate jobs for each of the scheduled data transfers. The start time for the RSBDCSUB job can be set according to the batch input schedule. And you can use a variant to restrict RSBDCSUB only to the batch input sessions that you expect.
You can also start batch input sessions explicitly from transaction SM35, if necessary.
Please have a look at belwo link.
[Processing Sessions Automatically |http://help.sap.com/saphelp_46c/helpdata/en/69/c250414ba111d189750000e8322d00/frameset.htm]
I hope it helps.
Best Regards,
Vibha
Please mark all the helpful answers
‎2008 Apr 29 11:49 AM
Hi vijaya lakshmi,
first goto t.code shdb recording the report.
its save then goto create any name with se38.
its applied for BDC_open and BDC_insert and BDC_close groups.
its save and executed.
its from flat file to sap system.
goto tcode SM35. find ur session name.
click as processing...
its processed then save to database from flat file.
Reward if useful,
Regards,
S.Suresh
‎2008 Apr 29 11:57 AM
Hi ,
we can run different ways ,
1) Goto sm35
2) click on process push button in application tool bal
3) select radiobuton " Background"
4) then click continue button .
this is easy way to set the job in background.
Please award points if helpful ..
thanks
Satya.