1 Initialization 2 At selection-screen 3 Start-of-selection 4 End-of-selection 5 Top-of-page 6 End-of-page 7 At line-selection 8 At user-command 9 At PF 10 Get 11 At New 12 At LAST 13 AT END 14 AT FIRST 1 Initialization 2 At selection-screen 3 Start-of-selection 4 End-of-selection 5 Top-of-page 6 End-of-page 7 At line-selection 8 At user-command 9 At PF 10 Get 11 At New 12 At LAST 13 AT END 14 AT FIRST - See more at: https://wwwairedin/2010/06/part-6-sap-abap-interview-questions-andhtml#sthashq4iDHrxedpuf
Technology problems
Search Results
1. What are the advantages and disadvantages of using views in ABAP programming ?
Correct Answer: advantages: view is used to retrieve the data very fastly from the database tables * memory wastage is reduced * faster than joins to retrieve the data from database tables disadvantages: * view is not a container,it will not hold the data * view memory is not permanent memory
2. Explain about roll area , Dispatcher, ABAP-Processor.
Correct Answer: Dispatcher recieves the request from client and assigns the request to one of the work process Roll area: Each workprocess works in a particular memory that memory is known as Role Area, which consists of User context and session data ABAP- Processor :is an interpretor which can execute logic
3. What is the difference between SAP memory and ABAP memory?
Correct Answer: sap memory is a global memory whereas abap memory is local memory For example, we have four programs in abap memory and assigned some varibles to a particular program in abap memory then those varibles can't be used by anyother program in abap memory ie, the variables are only for that program and also local to that memory,whereas sap memory can access all the abap memory or else it can perform any kind of modifications
4. What is the differences between structure and table in data dictionary in ABAP?
Correct Answer: Structure and table both are 2/2 matrices but there are many differences between table and structure 1 Table can store the data physically but a structure dose not store 2 Table can have primary key but a structure dose not have 3 Table can have the technical attribute but a structure dose not have structure doesn't contain technical attributes structure doesn't contain primary key structure doesn't stores underline database level
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
6. What is the meaning of ABAP editor integrated with ABAP data dictionary?
Correct Answer: ABAP Editor: Tool in the ABAP Workbench in which you enter the source code of ABAP programs and check their syntax You can also navigate from the ABAP Editor to the other tools in the ABAP Workbench
7. Difference between transparent tables and pooled tables
Correct Answer: Transparent tables: Transparent tables in the dictionary has a one-to-one relation with the table in database Its structure corresponds to single database field Table in the database has the same name as in the dictionary Transparent table holds application data Pooled tables: Pooled tables in the dictionary has a many-to-one relation with the table in database Table in the database has the different name as in the dictionary Pooled table are stored in table pool at the database level
8. what are the differences between se01 se09 and se10 ?
Correct Answer: SE01 is the main screen of the Change and transport Organizer From here the administrator can acheive all tasks related to transport requests - such as create, change, view logs, display client/delivery transports, etc SE09 and SE10 can also be accessed from here However, not all developers might be granted access to this transaction SE09 is the workbench transport requests transaction - here the developers can track changes to all ABAP workbench objects (dictionary, reports, module pools, etc) This is a developer-specific transaction and mostly all developers have access to this transaction SE10 is the customizing request display transaction - this displays all the customizing requests in the system Again, this could be restricted to Business analysts if required, since they would be doing most of the customizing changes in the system