Application Development 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: 
SAP Community Downtime Scheduled for This Weekend

BDC

Former Member
0 Kudos
67

hi gurus,

i m create one bdc program.

i need that program runs

background and foreground.

3 REPLIES 3

paruchuri_nagesh
Active Contributor
0 Kudos
50

hi

sankar u can do it by using

RSBDCSUB program

it submits records in back ground

regards

Nagesh.Paruchuri

Former Member
0 Kudos
50

Hi,

Do the recording for the transaction u want the BDC program.

Do the necessary changes in it, and then create a session.

Then go to T-coed SM35, select ur session and u will get an option of running ur program as foreground or as background.

<b>Hope this is helpful</b>

Former Member
0 Kudos
50

Hi,

if want to run the BDC program first go recording for u r particular T code

once recording is over generate the program make all necessary changes according to u r code.

if want run program in forground mention the process mode 'A'.

if want run program in background mention the process mode 'N'.

other words run the standard program RSBDCSUB give u r program name and Execute that program the process run in the backgorund mode.

u r BDC program in the Session method GOTO SM35 give u job name

goto SM36 process that job for as want like if u want run in forground or background mode.

Reward is useful.

Patil