2006 Aug 07 11:02 AM
Hi All,
I am using RSBDCSUB program for processign session.
The problem is the program where I have used this statement is called from RFC so when this statement executes it gives a screen saying that session is selected for basckground processing.Here I need to pres F3 to go back to next statemnt of the program.
I need to exit the screen and after rsbdcsub instruction it should not show the screen and come to next instruction of the program.
Please guide me friends.
Here is the statement I ma using
SUBMIT rsbdcsub WITH mappe = group
WITH z_verarb = 'X'
WITH fehler = ' '
AND RETURN.
Thanks,
Yuvaraj
2006 Aug 07 11:37 AM
Hi,
You can check some of the standard programs as to how this programs RSBDCSUB is submitted, for ex you can refer the following code,
Call function job_open.
submit rsbdcsub and return
user sy-uname
via job jobname number jobcount
with mappe = group
with von = sy-datum
with bis = sy-datum
with z_verarb = 'X'.
call function job_close,
Hope this helps,
Rgds,
Hi All,
I am using RSBDCSUB program for processign session.
The problem is the program where I have used this statement is called from RFC so when this statement executes it gives a screen saying that session is selected for basckground processing.Here I need to pres F3 to go back to next statemnt of the program.
I need to exit the screen and after rsbdcsub instruction it should not show the screen and come to next instruction of the program.
Please guide me friends.
Here is the statement I ma using
SUBMIT rsbdcsub WITH mappe = group
WITH z_verarb = 'X'
WITH fehler = ' '
AND RETURN.
Thanks,
Yuvaraj
2006 Aug 07 11:37 AM
Hi,
You can check some of the standard programs as to how this programs RSBDCSUB is submitted, for ex you can refer the following code,
Call function job_open.
submit rsbdcsub and return
user sy-uname
via job jobname number jobcount
with mappe = group
with von = sy-datum
with bis = sy-datum
with z_verarb = 'X'.
call function job_close,
Hope this helps,
Rgds,
2006 Aug 07 1:09 PM
Hi Sailatha,
You are Great this solved my problem.
Tell me what should I do .
Thank you Very very much.
2006 Dec 27 10:25 AM
Hi,
Could you solve my issue please
1) For the t-code abt1n.. i have used a session method to create the session.
2) Once the session is created ,when i process the session in the background mode in SM35 ... it session has the error"No batch input data for screen<screen no.>
3) the same faulty session works fine in foreground mode
thanks in advance,
susmita
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |