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
2. 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
3. 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
4. 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
Correct Answer: Silverlight 1 is purely AJAX and JavaScript based All the code has to be written in JavaScript and XAML Silverlight 2 supports managed code When the Silverlight 2 runtime is installed, it installs a limited version of the NET runtime on the client machine