ABAP
screen it is passed,program name behind it, and how next screen is processed.
5. What is th
5. What is th
5. What is th
5. What is the alternative to batch input session?
e alternative to batch input session?
e alternative to batch input session?
e alternative to batch input session?
ANS:-
Call transaction.
6. A situation: An ABAP program creates a batch input session.
6. A situation: An ABAP program creates a batch input session.
6. A situation: An ABAP program creates a batch input session.
6. A situation: An ABAP program creates a batch input session.
We need to submit the program and the batch session in back ground. How to
We need to submit the program and the batch session in back ground. How to
We need to submit the program and the batch session in back ground. How to
We need to submit the program and the batch session in back ground. How to
do it?
do it?
do it?
do it?
ANS:-
go to SM36 and create background job by giving
job name,job class and job steps (JOB SCHEDULING)
8. What are the problems in processing batch input sessions?
8. What are the problems in processing batch input sessions?
8. What are the problems in processing batch input sessions?
8. What are the problems in processing batch input sessions?
How is batch input process different from processing online?
How is batch input process different from processing online?
How is batch input process different from processing online?
How is batch input process different from processing online?
ANS:-
PROBLEMS:-
i) If the user forgets to opt for keep session then the session will be automatically
removed from the session queue(log remains). However if session is processed
we may delete it manually.
ii)if session processing fails data will not be transferred to SAP database table.
10. W
10. W
10. W
10. What are the different types of data dictionary objects?
hat are the different types of data dictionary objects?
hat are the different types of data dictionary objects?
hat are the different types of data dictionary objects?
ans:-
tables, structures, views, domains, data elements, lock objects, Matchcode
objects.
11. How many types of tables exists and what are they in data dictionary?
11. How many types of tables exists and what are they in data dictionary?
11. How many types of tables exists and what are they in data dictionary?
11. How many types of tables exists and what are they in data dictionary?
ans :-
4 types of tables
i)Transparent tables - Exists with the same structure both in dictionary as well as
in database exactly with the same data and fields. Both Opensql and Nativesql