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 / tech3
go to SM36 and create background job by giving job name, job
class and job steps (JOB SCHEDULING)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Define structure in abap data dictionary?
Explain the difference between free and refresh?
what will happen if called program is not executable ?
What are different data types in abap/4?
What are the events in screen programming?
What is the different between template and a table?
What is a transaction variant and why are they used?
What is the difference between a structure and an append structure?
How can you display frames (horizontal and vertical lines) in lists?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Explain the concept of clusters in payroll
Explain how do you use structures in the abap programs?
How do you process errors in session method ? : abap bdc
How to find the return code of an stmt in abap programs?
Why do we use FOR ALL ENTRIES and what is the pre-requisite