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

Former Member
0 Likes
525

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.

6 REPLIES 6
Read only

Former Member
0 Likes
503

HI,

We can run Batch input session using tcode sm35.

REWARD IF USEFUL

Read only

Former Member
0 Likes
503

Hi,

We run the session from SM35.

Reward.

Read only

Former Member
0 Likes
503

for foreground run in sm35,

for background u can use the prg RSBDCSUB

Read only

Former Member
0 Likes
503

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

Read only

Former Member
0 Likes
503

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

Read only

Former Member
0 Likes
503

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.