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
Technology problems
Search Results
1. 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
Correct Answer: 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
3. 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
4. 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
5. 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
6. 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