‎2007 Jun 06 10:47 AM
HAI,
WITH OUT USING SM35 HOW CAN RUN SESSION.IS IT POSSIBLE
THANK YOU
ASHOK KUMAR
‎2007 Jun 06 10:50 AM
Hi,
Sessions can be executed using SM35 only.
Yes, an alternate for Sessions is Call Transaction.
i.e. Record ur transaction and simply Call it using CALL TRANSACTION statement.
This will prevent you from creating sessions, manually going to sm35 and executing the session.
Regards,
Himanshu
‎2007 Jun 06 10:51 AM
Hi,
The only possibility i can see is if you can schedule the job from the program using FMs JOB_OPEN, JOB_SUBMIT and JOB_CLOSE.
santhosh
‎2007 Jun 06 10:52 AM
hi ,
Without using SM35 byou can use JOB_OPEN , JOB_SUBMIT and JOB_CLOSE function modules for running a session .
Regards,
Ranjita
‎2007 Jun 06 10:53 AM
hi ashok,
that may not be possible,
u just check the data base table <b>APQD</b>.
regards,
seshu.
‎2007 Jun 06 10:57 AM
Hi,
Std program RSBDCSUB is used for processing the session.
When u execute it provide ur session name in the selection screen.