InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
What Is The Use Of Table Maintenance Allowed? |
|
Answer» MARK the Table maintenance allowed FLAG if USERS with the corresponding authorization may change the DATA in the table using the Data Browser (TRANSACTION SE16). If the data in the table should only be maintained with programs or with the table view maintenance transaction (Transaction SM30), you should not set the flag. Mark the Table maintenance allowed flag if users with the corresponding authorization may change the data in the table using the Data Browser (Transaction SE16). If the data in the table should only be maintained with programs or with the table view maintenance transaction (Transaction SM30), you should not set the flag. |
|
| 102. |
What Are The Differences Between Se01, Se09 And Se10? |
Answer»
|
|
| 103. |
How Can You Write Programmatically Value Help To A Field Without Using Search Help And Match Codes? |
|
Answer» By USING two types of FUNCTION MODULES to be called in SAP Script:
By using two types of function modules to be called in SAP Script: |
|
| 104. |
How To Declare Select-option As A Parameter? |
|
Answer» SELECT-OPTIONS: SPECIFY are DISPLAYED on the SELECTION screen for the user to ENTER values. SELECT-OPTIONS: specify are displayed on the selection screen for the user to enter values. |
|
| 105. |
Can We Have More Than One Selection-screen And How? |
|
Answer» YES, we can have more than ONE selection SCREEN. Yes, we can have more than one selection screen. |
|
| 106. |
What Is The Difference Between Free And Refresh? |
|
Answer» FREE - You can use FREE to initialize an internal table and release its memory space without first using the REFRESH or CLEAR STATEMENT. Like REFRESH, FREE works on the table body, not on the table work area. After a FREE statement, you can ADDRESS the internal table again. It still occupies the AMOUNT of memory required for its header (currently 256 bytes). When you refill the table, the system has to allocate new memory space to the lines. Free - You can use FREE to initialize an internal table and release its memory space without first using the REFRESH or CLEAR statement. Like REFRESH, FREE works on the table body, not on the table work area. After a FREE statement, you can address the internal table again. It still occupies the amount of memory required for its header (currently 256 bytes). When you refill the table, the system has to allocate new memory space to the lines. |
|
| 107. |
What Is The Inside Concept In Select-options? |
|
Answer» Select-options specify are displayed on the selection screen for the user to enter values. Select-options specify are displayed on the selection screen for the user to enter values. |
|
| 108. |
What Is Get Cursor Field? |
|
Answer» GET CURSOR statement transfers the name of the screen element on which the cursor is positioned during a user ACTION into the variable <f>. GET CURSOR statement transfers the name of the screen element on which the cursor is positioned during a user action into the variable <f>. |
|
| 109. |
What Are Differences Between At Selection-screen And At Selection-screen Output? |
|
Answer» AT SELECTION-SCREEN - event is triggered in the PAI of the selection screen once the ABAP runtime ENVIRONMENT has passed all of the input DATA from the selection screen to the ABAP program. AT SELECTION-SCREEN - event is triggered in the PAI of the selection screen once the ABAP runtime environment has passed all of the input data from the selection screen to the ABAP program. |
|
| 110. |
What Are The Differences Between Sap Memory And Abap Memory? |
|
Answer» ABAP Memory is a memory area in the INTERNAL session (ROLL area) of an ABAP program. Data within this area is RETAINED within a SEQUENCE of program calls, allowing you to pass data between PROGRAMS that call one another. It is also possible to pass data between sessions using SAP Memory. ABAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this area is retained within a sequence of program calls, allowing you to pass data between programs that call one another. It is also possible to pass data between sessions using SAP Memory. |
|
| 111. |
Can There Be More Than 1 Main Window In Sap Script? |
|
Answer» No, there cannot be more than 1 MAIN window in SAP Script because in WRITE_FORM, it ASKS for the PARAMETER Window that will CREATE the problem.
No, there cannot be more than 1 main window in SAP Script because in WRITE_FORM, it asks for the parameter Window that will create the problem. |
|
| 112. |
What Is Read Line In Abap? |
|
Answer» READ LINE and READ CURRENT LINE – These statements are used to read data from the LINES of existing list levels. These statements are CLOSELY CONNECTED to the HIDE technique. READ LINE and READ CURRENT LINE – These statements are used to read data from the lines of existing list levels. These statements are closely connected to the HIDE technique. |
|
| 113. |
What Are The System Table Used In Abap? |
Answer»
|
|
| 114. |
Work Most On Which Module: Name A Few Tables? |
|
Answer» Sales & Distribution Module Sales & Distribution Module |
|
| 115. |
What Are The Function Modules Used In F4 Help? |
|
Answer» There are TWO TYPES of function modules used in F4 HELP:
There are two types of function modules used in F4 help: |
|
| 116. |
Create Any Functions? How To Go About It? |
|
Answer» Steps for creating the Functions: Steps for creating the Functions: |
|
| 117. |
How Do You Move On To The Next Screen In Interactive Reporting? |
Answer»
Write code of the following: |
|
| 118. |
How To Write A Bdc - How Do You Go About It? |
|
Answer» Steps for writing BDC Steps for writing BDC |
|
| 119. |
If I Forgot Some Command In Sap Script E.g.: Suppress Zero Display - How To Do Find It? |
|
Answer» Suppressing of entire screens is possible with this COMMAND. This command ALLOWS us to perform screen processing “in the background”. Suppressing screens is useful when we are BRANCHING to list-mode from a TRANSACTION DIALOG step. Suppressing of entire screens is possible with this command. This command allows us to perform screen processing “in the background”. Suppressing screens is useful when we are branching to list-mode from a transaction dialog step. |
|
| 120. |
If Internal Table Used In For All Entries In Empty Then What Happens? |
|
Answer» No, RECORDS will be DISPLAYED. No, records will be displayed. |
|
| 121. |
What Are The Difference Between Call Screen And Leave Screen? |
|
Answer» Call Screen: CALLING a single screen is a special case of embedding a screen sequence. If you want to prevent the CALLED screen from covering the current screen completely, you can use the CALL SCREEN statement with the STARTING AT and ENDING AT
Call Screen: Calling a single screen is a special case of embedding a screen sequence. If you want to prevent the called screen from covering the current screen completely, you can use the CALL SCREEN statement with the STARTING AT and ENDING AT
|
|
| 122. |
Logo In Sap Script? |
|
Answer» RSTXLDMC OR RSTXLDMC OR |
|
| 123. |
Systems Fields Used For Interactive Lists And Lists? |
Answer»
|
|
| 124. |
How Do You Find Out Whether A File Exits On The Presentation Server? |
|
Answer» eps_get_directory_listing for DIRECTORY. eps_get_directory_listing for directory. |
|
| 125. |
Different Types Of Luws. What Are They? |
|
Answer» Two types of LUW are:
Two types of LUW are: |
|
| 127. |
What Are Extracts? |
|
Answer» EXTRACTS are dynamic sequential datasets in which different LINES can have different structures. We can ACCESS the individual records in an extract dataset USING a LOOP. Extracts are dynamic sequential datasets in which different lines can have different structures. We can access the individual records in an extract dataset using a LOOP. |
|
| 128. |
What Are The Function Modules Used In A Sap Script Driver Program? |
|
Answer» There are THREE FUNCTIONS USED in SAP SCRIPT:
There are three functions used in SAP Script: |
|
| 129. |
What Are The Types Of Windows In Sap Script? |
|
Answer» There are five Standard Layouts in SAP Script: There are five Standard Layouts in SAP Script: |
|
| 130. |
How Do You Display A Data In A Detail List? |
|
Answer» By USING TWO STATEMENTS:
By using two statements: |
|
| 131. |
What Are Joins And Different Types Joins? |
|
Answer» There are four TYPES of JOINS: There are four types of Joins: |
|
| 132. |
What Will You Code In Start-of-selection & End-of-selection ? |
|
Answer» Answer : START-OF-SELECTION SELECT * FROM DEPTT INTO CORRESPONDING FIELDS OF ITAB WHERE DEPTNO IN DEPTNO. APPEND ITAB. ENDSELECT. LOOP AT ITAB. WRITE : / 10 ITAB-DEPTNO. HIDE : ITAB-DEPTNO. ENDLOOP. END-OF-SELECTION |
|
| 133. |
What Is An Rdbms? |
|
Answer» RDBMS – RELATIONAL DATABASE Management System. It helps to CREATE relationship between two or more table. RDBMS – Relational Database Management System. It helps to create relationship between two or more table. |
|
| 134. |
What Are The Events Used In Interactive Reports? |
|
Answer» There are THREE events of Interactive Reports:
There are three events of Interactive Reports: |
|
| 135. |
Advantages And Disadvantages Of Different Types Of Bdc S? |
|
Answer» TRANSACTION Method: Session Method:
Transaction Method: Session Method: |
|
| 136. |
What Are The Types Of Bdc S? |
|
Answer»
There are two types of BDC’s: |
|
| 138. |
What Is The Significance Of Hide? |
|
Answer» It STORES the CLICK VALUE and DISPLAY the related record in the secondary list. It stores the click value and display the related record in the secondary list. |
|
| 139. |
Explain What Are The Events In Screen Programming? |
Answer»
|
|
| 140. |
If You Are Using Logical Databases How Will You Modify The Selection-screen Elements? |
|
Answer» Select-options : dname for deptt-dname. Select-options : dname for deptt-dname. |
|
| 141. |
Explain What Is The Difference Between Primary Key And Unique Key? |
|
Answer» Primary Key – It can ACCEPTS 0 VALUE and cannot be NULL. Primary Key – It can accepts 0 value and cannot be NULL. |
|
| 142. |
What Is The Transaction Code For Table Maintenance? |
|
Answer» SM30. SM30. |
|
| 143. |
What Are The System Fields You Have Worked With? Explain? |
|
Answer» I had worked with the following (30) system fields: I had worked with the following (30) system fields: |
|
| 144. |
What Are The Commands Used For Interactive Reports? |
|
Answer» Top-of-Page during line-selection. Top-of-Page during line-selection. |
|
| 145. |
Explain What Are Interactive Reports? |
|
Answer» An output LIST which displays just the basic details & allow USER to interact, so that a NEW list is populated based on user-selection. With interactive list, the user can actively control data retrieval and DISPLAY during the session. An output list which displays just the basic details & allow user to interact, so that a new list is populated based on user-selection. With interactive list, the user can actively control data retrieval and display during the session. |
|
| 146. |
What Are The Events Used In Abap In The Order Of Execution? |
|
Answer» The Events used in ABAP are: 1. INITIALIZATION The Events used in ABAP are: 1. INITIALIZATION |
|
| 147. |
What Are The Data Types Of Internal Tables? |
|
Answer»
There are three types: |
|
| 148. |
What Is The Difference Between Get And Get Late? |
|
Answer» GET - After the logical database has READ an entry from the node table Tag. GET LATE - After all the nodes of the logical database have been processed that are below <table> in the database hierarchy. GET - After the logical database has read an entry from the node table Tag. GET LATE - After all the nodes of the logical database have been processed that are below <table> in the database hierarchy. |
|
| 149. |
Explain What Are The Events Used For Logical Database? |
|
Answer» There are Two Events:
There are Two Events: |
|
| 150. |
Explain What Is A Logical Database? |
Answer»
|
|