‎2005 Dec 28 7:08 AM
frnds,
just a small doubt..
can we run a BDC by call transaction method in the background???
‎2005 Dec 28 7:10 AM
‎2005 Dec 28 7:10 AM
‎2005 Dec 28 7:10 AM
Hi madan,
1. ya absolutely we can run the program for
bdc in background.
2. Only thing is about the data FILES
which are required .
If they are on prsentation server,
then it won't get the data
(bcos its running in the background)
ie. GUI_UPLOAD won't get executed.
3 However if they are on app server,
it will run .
ie. OPEN DATASET functionality will work.
regards,
amit m.
Message was edited by: Amit Mittal
‎2005 Dec 28 7:23 AM
amit,
by passing the file name to the fm "gui upload" cant we run the same in the background?
‎2005 Dec 28 7:26 AM
Hi again,
1. ABSOLUTELY NO.
2. Because in background,
the front-end is NOT Avaialble!
3. Hence how will the r/3 know
which front-end / computer to use
for the path !
4. The program will pass syntax-check
and run perfect in fore-ground,
but in background it won't run
the gui_upload.
regards,
amit m .
‎2005 Dec 28 7:32 AM
GUI_UPLOAD will fail, in background.
if the file is in AL11 then no problem.
vijay
‎2005 Dec 28 7:10 AM
‎2005 Dec 28 7:33 AM
Hi Madan,
Follow these steps.
1. Run the BDC Program.
2. Choose the call transaction option.
3. Bellow that there is a option for processing mode which default takes the value 'A'.
4. Press 'F4' to find the available options.
5. You can find that the 'N' is for Back Ground Processing.
If you are running the BDC Program using transaction code 'SHDB' then when you click ther process button it will ask for the processing mode where you can select the mode as background processing.
If you are running the BDC Program using the Transaction code 'sm35'then when you click ther process button it will ask for the processing mode where you can select the mode as background processing.
Hope it helps.
Regards,
Maheswaran.B