2007 Jan 26 12:08 PM
Hi,
Can you please let me know how to run the BDC session in foreground using RSBDCSUB.
Presently i am using the following code for RSBDCSUB.
submit rsbdcsub with mappe eq gc_bdcname
with Z_VERARB EQ 'X'
with FEHLER EQ ' '
and return.
Thanks,
2007 Jan 26 12:21 PM
this is used to run in background mode only....if u want a session to run in foreground..then fill the bdcdata and create a session using this bdcdata...goto sm35 and from here pick the session which u have created and click on process. check the process/foreground radio button and press enter...the session will run in foreground.
this is used to run in background mode only....if u want a session to run in foreground..then fill the bdcdata and create a session using this bdcdata...goto sm35 and from here pick the session which u have created and click on process. check the process/foreground radio button and press enter...the session will run in foreground.
2007 Jan 26 12:20 PM
Hi,
Yes thats how its need to be done....
SUBMIT RSBDCSUB WITH MAPPE = 'xyz'
WITH VON = SY-DATUM
WITH Z_VERARB = 'X'
AND RETURN .
Cheers
VJ
2007 Jan 26 12:21 PM
this is used to run in background mode only....if u want a session to run in foreground..then fill the bdcdata and create a session using this bdcdata...goto sm35 and from here pick the session which u have created and click on process. check the process/foreground radio button and press enter...the session will run in foreground.
2007 Jan 26 12:32 PM
SM35 submits the Session created to RSBDCSUB
To create session from program we use...
SUBMIT RFBIBL00 WITH DS_NAME = VA_FILE
WITH CALLMODE = CALLMODE AND RETURN.
run session.... there isnt any option to run it in foreground as far as I know, this will process it automatically, award points if found helpful
SUBMIT RSBDCSUB WITH MAPPE = P_NAME
WITH VON = SY-DATUM
WITH BIS = SY-DATUM
WITH FEHLER = ' '
TO SAP-SPOOL
LIST NAME P_NAME
LIST DATASET P_NAME
COVER TEXT P_NAME
NEW LIST IDENTIFICATION ' '
EXPORTING LIST TO MEMORY
AND RETURN.
2007 Jan 26 1:26 PM
2011 May 25 7:07 AM
Hi,
i have the same requirement as u had that time.
would u suggest how BDC session executed in foreground through Program?
Neha Gupta
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |