Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RSBDCSUB exiting screen

Former Member
0 Likes
631

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

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

3 REPLIES 3
Read only

Former Member
0 Likes
558

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,

Read only

0 Likes
557

Hi Sailatha,

You are Great this solved my problem.

Tell me what should I do .

Thank you Very very much.

Read only

0 Likes
557

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