‎2008 May 06 3:31 PM
Hi,
I want to execute the program and as well as process the session in SE 38 only. I dont want to in SM35 for process session.
Thanks and Regards,
Sunil Kumar.T
‎2008 May 06 4:00 PM
Hi Shiva,
You can u program RSBDCSUB
u need to submit the control to this program like this
SUBMIT rsbdcsub WITH mappe EQ p_group
WITH von EQ sy-datum
WITH bis EQ sy-datum
WITH fehler EQ '.'
EXPORTING LIST TO MEMORY
AND RETURN.Hope this helps...
Best regards,
raam
‎2008 May 06 4:09 PM
Hi,
use the program RSBDCSUB to process the session.
submit RSBDCSUB with MAPPE = 'session' and return.
Regards
Kiran sURE
‎2008 May 07 5:25 AM
hi
for processing the session with in the program use rsbdcsub or rsbdcbtc.
example:
SUBMIT RSBDCSUB
WITH MAPPE = 'XK01' (here specify the session name)
WITH VON = SY-DATUM
WITH Z_VERARB = 'X'
WITH ERR = 'X'
WITH LOGALL = 'X'
AND RETURN EXPORTING LIST TO MEMORY.
for rsbdcbtc go through the follwing link