‎2008 Jan 14 10:00 AM
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
‎2008 Jan 14 10:03 AM
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
‎2008 Jan 14 10:18 AM
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