‎2007 Nov 06 6:16 AM
I have a report in that 4 BDCs r there. Now the requirement is in the selection screen there shoud b a button(back ground) ...if click job will be created for in SM37. Now how to do it? U can find similer options in standard programs..and where that display comes in spool ...
PLZ ITS URGENT
regards
Message was edited by:
KaushiK©Datta
‎2007 Nov 06 7:43 AM
Hi,
Go to SM36 Tcode and click on Job wizard it will give you step by step.
Reward if helpful.
Regards,
Harini.S
‎2007 Nov 06 7:43 AM
Hi,
Go to SM36 Tcode and click on Job wizard it will give you step by step.
Reward if helpful.
Regards,
Harini.S
‎2007 Nov 06 7:54 AM
Hi Kaushik,
Do you want to write a code for creating a job through your program or do u want to know where that spool gets stored?
‎2007 Nov 06 8:13 AM
Hi, Njoi,
Through my code, job will be created. Im using call transaction to update FBB1. So through my code all the BDCs will go for background processing.
Suppose if u go to FBL3N...there is an option Execute in back ground..So in my program i need the same..
Message was edited by:
KaushiK©Datta
‎2007 Nov 06 8:22 AM
use JOB_OPEN and JOB_START & JOB_CLOSE f modules to do this. on clicking the push button
*reward if helpful*
‎2007 Nov 06 8:23 AM
Hi..
To create a Background Job Dynamically :
You have to call the FMs.
CALL FUNCTION 'JOB_OPEN' "Creates a Job
SUBMIT RSBDCBTC WITH QID = .... "For processing a Session
CALL FUNCTION 'JOB_CLOSE' "Releases the Job
reward if Helpful.
‎2007 Nov 06 9:20 AM
‎2008 Aug 26 10:36 AM