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
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: 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: 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: 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
5. What is the alternative to batch input session?
Correct Answer: The 2 editors are se38 and se80 both have the abap editor in place In se38 you can go create programs and view online reports and basically do all thedevelopmet of objects in this editor In se80 ( object navigator) there are additional features such as creating packages,module pool , function group ,classes, programs ( where you can create ur programs) and BSP applications
Correct Answer: Events keywords in Reports are: For Classical Reports, 1Initialization 2 At line-selection 3 Start-of-selection 4Top-of-page 5 At user-command 6End-of-selection 7 End-of-page 8At Pfn For Interactive Reports, 9At line-selection 10 Top-of-page during line selection For LDB (Logical DataBase) Reports, 10 get 11put 12 get table
8. what are the types of standard SAP Internal Tables?
Correct Answer: An Interactive report allows the user to participate in retrieving and present data at each levelwhile classical report doesn't have access to interact
10. What is meant by BDC. How many methods of BDC are there?