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: 

Not able to run the BDC session in the Background mode.

Former Member
0 Kudos
116

Hi,

I have done a BDC recording for the transaction fd32 (Credit Management )

It is working in the foreground and display onlly errors mode but not in the background mode.

Its there in 3.1i version SAP.

In the program i have used few function modules to get the file name, to upload and also to save the long text.

Can anyone please tell me what can be done.

Thanks and Regards

Deepak.B

5 REPLIES 5

Former Member
0 Kudos
73

you cahnge the mode of BDC from E to N in the call transaction syntax and it will solve your problem

0 Kudos
73

Hi

Change the display mode in N( No display) then un can process it in the back ground.

mode E for displaying only error messages in the fore ground.

So select the N mode.

Regards,

Farook.

0 Kudos
73

No i am not using call transaction but i have done recording and creating a session;

and going to sm35 to execute the session i am not able to run the BDC session in the Background mode

0 Kudos
73

Hello Deepak,

I believe you are uploading the file from Presentation server in background mode too. You cannot use WS_UPLOAD in background mode but you can only pick the file from Application Server path (AL11) in background using OPEN DATA Statement. That is the reason your upload would be failing not the BDC.

Hope it helps.

Thanks,

Jayant.

You will get a lot of help from SDN on getting the file from Application Server.

0 Kudos
73

k but i have done a similar kind of recording in ECC 5.0

where i am trying to upload the file from PC and create a session and am able to successfully execute

the session in background in SM35.

But why not in this case where i am doing the same procedure but for a different Tcode in 3.1i