2008 Nov 27 5:08 AM
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
2008 Nov 27 5:10 AM
you cahnge the mode of BDC from E to N in the call transaction syntax and it will solve your problem
2008 Nov 27 5:14 AM
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.
2008 Nov 27 5:14 AM
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
2008 Nov 27 5:22 AM
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.
2008 Nov 27 5:33 AM
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