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

Batch input session skipping first screen

Former Member
0 Likes
616

Hi all,

I am using se38 to execute a report.I am creation a BDC session for it using Batch input session.

But i want to skip first screen.

How is works?

Suggess.

Thanks

Sanket sethi

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi,

while executing the bdc u will have skip the first screen u check that check box u can skip the first screen

plzz reward points if it helps

Read only

Former Member
0 Likes
487

hi sanket.,

use the following code after building the bdcdata internal table.

submit rsbdcsub to sap-spool

spool parameters v_print_parameters

using selection-screen sy-dynnr

with mappe eq v_sessn

without spool dynpro

via job v_job_name number v_job_number

and return.

Reward points if useful

Chandra