Can
a transparent table exist in data dictionary but not in the data base
physically?
No. Transparent tables do exists with the same structure in dictionary & database.
No. Transparent tables do exists with the same structure in dictionary & database.
What is the step by
step process to create a table in data dictionary?
Step 1: creating domains (data type, field length, range).
Step 2: creating data elements (properties and type for a table field).
Step 3: creating tables (SE11).
Step 1: creating domains (data type, field length, range).
Step 2: creating data elements (properties and type for a table field).
Step 3: creating tables (SE11).
What is the typical structure of an ABAP/4 program?
HEADER, BODY, FOOTER.
A situation: An ABAP program creates a batch input session. We need to submit the
HEADER, BODY, FOOTER.
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
Go to SM36 and create background job by giving job name, job class and job steps (JOB
SCHEDULING)
What is the
alternative to batch input session?
Call transaction.
Direct Input Method
BAPIs