-
-
-
-
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 do it?
go to SM36 and create background job by giving job name, job class and job steps (JOB SCHEDULING)
-
-
-
-
-
-
-
-
-
Can you create a table with fields not referring to data elements?
YES. eg:- ITAB LIKE SPFLI.here we are referening to a data object(SPFLI) not data element.
-
-
-
-
-
-
-
What are the different types of data dictionary objects?
tables, structures, views, domains, data elements, lock objects, Match code objects.
ABAP Interview Questions
Ans