1) Name the reports, interfaces, transactions, sap script programs written? Explain the Functionality?
2) What is the typical structure of an ABAP/4 program?
Ans. = Declarative elements, Operational, control, events.
3) What are field symbols and field groups? Have you used “component idx of structure” clause with fields groups?
Ans.: place holder for existing fields similar to fields point to point
Groups. : Common several fields under one Name.
4) What should be the approach for writing a BDC program?
Ans.: 1. Analysis the Data. 2. Generate SAP structure. 3. Develop transfer program
4. Create sequential file. 5. Create batch input program. 6. Process batch input data
5) What is the alternative to batch input session?
1) 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? (up to 3.1H)
Ans.: Run the session by RSBDCSUB explicitly by providing batch input session name Go to batch input, Double click on session name. It gives a pop up screen for run mode enter it and run.
1) What are the problems in processing batch input sessions? How is batch input process different from processing on line?
Ans.: Sessions cannot be run in parallel and not fast.
2) Name as many SAP Transactions as possible you are familiar with?
Ans. : SE38 - ABAP editor , SE80 – Object Browser , SE36 – logical databases
SE11 – ABAP data dictionary & SE16 SE37 – Function Module
3) What are the different types of data dictionary objects?
Ans : Tables – Data Elements – Domains - Structure – Foreign Keys
4) How many types of tables exist and What are they in data dictionary?
Ans : Transparent Tables - Pooled Tables – Cluster Tables
5) What is the step by step process to create a table in data dictionary?
Ans : Create Domain – Create Data elements – Create fields – Create Tables
6) Can a transparent table exist in data dictionary but not in the database physically?
Ans : Yes. (Tables in database have different structures, different names and total no. of tables in oracle database is smaller than transparent tables)
7) What are the domains and data elements?
Ans : domain describes Technical Characteristics of a table fields e.g. value range
Elements describe role played by a fields in technical contains e.g. Form of field text.