Correct Answer: 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)
2. What are the problems in processing batch input sessions and How is batch input process different from processing online ?
Correct Answer: 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
Correct Answer: Extractors is a data retrieval mechanisms in the SAP source system Which can fill the extract structure of a data source with the data from the SAP source system datasets The extractor may be able to supply data to more fields than exist in the extract structure
Correct Answer: ST02 / ST03 In general via table buffers, you could go into the whole Work Process, roll in, roll out, heap (private) memory, etc However just as a Unix or DBA admin would know, is you look this up when needed for the exact specifics
Correct Answer: AWB stands for Administrator WorkBench AWB is a tool for controlling, monitoring and maintaining all the processes connected with data staging and processing in the business information whearhousing
Correct Answer: BATCH INPUT SESSION is an intermediate step between internal table and database table Data along with the action is stored in session ie data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed
Correct Answer: ABAP (Advanced Business Application Programming) is a high level programming language created by the German software company SAP It is currently positioned as the language for programming SAP's Web Application Server, part of its NetWeaver platform for building business applications Its syntax is somewhat similar to COBOL
Correct Answer: ABAP/4 Query is a powerful tool to generate simple reports without any coding ABAP/4 Query can generate the following 3 simple reports: Basic List: It is the simple reports Statistics: Reports with statistical functions like Average, Percentages Ranked Lists: For analytical reports - For creating a ABAP/4 Query, programmer has to create user group and a functional group Functional group can be created using with or without logical database table Finally, assign user group to functional group Finally, create a query on the functional group generated
Correct Answer: Transferring of large/external/legacy data into SAP system using Batch Input programming Batch input is a automatic procedure referred to as BDC(Batch Data Communications) The central component of the transfer is a queue file which receives the data vie a batch input programs and groups associated data into ?sessions?
Correct Answer: SAP scripts is a word processing tool of SAP which has the following components: Standard text It is like a standard normal documents Layout sets - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats Creating forms in the R/3 system Every layout set consists of Header, paragraph, and character string ABAP/4 program