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

background processing

Former Member
0 Likes
569

Hi all,

I have created a BDC using call transaction method. If i need to run this in background mode how shall i do this and where shall i see whether it has run successfully...

Regards

subbu.

6 REPLIES 6
Read only

Former Member
0 Likes
554

Hi,

If u run BDC in N mode ie no screens mode then its background processing

Regards

Read only

Former Member
0 Likes
554

Hi,

just goto tcode sm37

give ur session name and create background job.

Regards,

DVNS

Read only

0 Likes
554

sorry yaar i tought it is back ground job, sorry.

Regards,

DVNS.

Read only

Former Member
0 Likes
554

Hi,

tcode Se38>on menu bar>Program>execute>background.

Before doing above work In "call transaction statement the MODE should be "N".

2.You can track this in tcode SM37

pls. reward if usefull

Read only

0 Likes
554

hi,

thanks for ur reply...

i have submitted my bdc in background... but i'm completely unaware of what should be done in sm37, can u tell me the steps to be done in sm37.

Thanks and regards

subbu.

Read only

Former Member
0 Likes
554

Run the program in background:

Give program name in se38 ..

Program >execute.> background

Here give the program name .. variant and U can execute it

immediately or schedule to run later ...

Look for the results in SM37 ..