An ABAP program creates a batch input session. We need to
submit the program and the batch session in back ground. How
to do it?

Answer Posted / pratyush

Using submit report name
with selection-table internal_tab(type bcddata)
and return.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of views are there ?

645


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

637


How do you Export a session ?

1450


What is the difference of update types in call transaction method ? : abap bdc

629


Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?

580






Some Realtime Objects on Bdc.

2429


What is asynchronous update?

577


What is the difference between getting and get late?

587


How can we use multiple transactions by using bdc_insert? : abap bdc

646


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

769


What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary

628


What is a development class? : abap data dictionary

703


What is the disadvantage of a call by reference?

640


How can you manipulate the presentation and attributes of interactive lists?

615


How to copy table across clients?

624