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.
| 1. |
What Is An On”*-input” Statement? |
|
Answer» The ABAP/4 MODULE is called if the user has entered the “*” in the first character of the field, and the field has the attribute *-entry in the screen Painter. The ABAP/4 module is called if the user has entered the “*” in the first character of the field, and the field has the attribute *-entry in the screen Painter. |
|
| 2. |
What Is An “on Request” Statement? |
|
Answer» The ABAP/4 Module is called only if the user has entered the VALUE in the FIELD value since the last screen DISPLAY . The Value counts as changed EVEN if the User simply TYPES in the value that was already there .In general ,the ON REQUEST condition is triggered through any Form of” MANUAL INPUT’. The ABAP/4 Module is called only if the user has entered the value in the field value since the last screen display . The Value counts as changed Even if the User simply types in the value that was already there .In general ,the ON REQUEST condition is triggered through any Form of” MANUAL INPUT’. |
|
| 3. |
What Is An “on Input” Statement? |
| Answer» | |
| 4. |
What Are The “field” And “chain” Statements? |
|
Answer» The FIELD and CHAIN flow logic statements let you PROGRAM your own checks. FIELD and CHAIN tell the system which fields you are CHECKING and WHETHER the System should Perform Checks in the flow logic or calls an ABAP/4 MODULE. The FIELD and CHAIN flow logic statements let you Program your own checks. FIELD and CHAIN tell the system which fields you are checking and Whether the System should Perform Checks in the flow logic or calls an ABAP/4 Module. |
|
| 5. |
The Function Code Currently Active Is Ascertained By What Variable? |
|
Answer» SY-UCOMM VARIABLE. SY-UCOMM Variable. |
|
| 6. |
How Are The Function Codes Handled In Flow Logic? |
Answer»
|
|
| 7. |
What Is To Be Defined For A Push Button Fields In The Screen Attributes? |
|
Answer» A FUNCTION code has to be defined in the SCREEN attributes for the PUSH buttons in a screen. A function code has to be defined in the screen attributes for the push buttons in a screen. |
|
| 8. |
How Does The Dialog Handle User Requests? |
Answer»
|
|
| 9. |
How Does The Interaction Between The Dynpro And The Abap/4 Modules Take Place? |
Answer»
|
|
| 10. |
What Is Gui Status? How To Create /edit Gui Status? |
|
Answer» A GUI status is a subset of the interface elements used for a certain screen. The GUI status for a transaction may be COMPOSED of the following elements: To create and edit GUI status and GUI title, use the Menu Painter (SE 41). A GUI status is a subset of the interface elements used for a certain screen. The GUI status for a transaction may be composed of the following elements: To create and edit GUI status and GUI title, use the Menu Painter (SE 41). |
|
| 11. |
Can We Use Flow Logic Control Key Words In Abap/4 And Vice-versa? |
|
Answer» The flow control of a dynpro consists of a few STATEMENTS that SYNTACTICALLY RESEMBLE ABAP/4 statements .HOWEVER, we cannot use flow control keywords in ABAP/4 and vice-versa. The flow control of a dynpro consists of a few statements that syntactically resemble ABAP/4 statements .However, we cannot use flow control keywords in ABAP/4 and vice-versa. |
|
| 12. |
Can We Use Write Statements In Screen Fields? If Not How Is Data Transferred From Field Data To Screen Fields? |
|
Answer» No,. The SYSTEM INSTEAD transfers data by comparing screen fields names with ABAP/4 variable names. If both names are the same, it transfers screen fields values to ABAP/4 PROGRAMS fields and Vice Versa.This happens immediately after displaying the screen. No,. The system instead transfers data by comparing screen fields names with ABAP/4 variable names. If both names are the same, it transfers screen fields values to ABAP/4 programs fields and Vice Versa.This happens immediately after displaying the screen. |
|
| 13. |
In The Menu Bar Can You Associate A Function Key To A Button? |
|
Answer» yes |
|
| 14. |
If We Do Not Have / Give Menu Bar Than What Will Menu Bar Have By Default? |
|
Answer» System , help |
|
| 15. |
How Many Pbo And Pai Modules Are Allowed For A Screen? |
|
Answer» one PBO and one PAI |
|
| 16. |
What Does Pai And Pbo Contain By Default? |
|
Answer» PBO - MODULE STATUS_0100 - KEY / button definitions PAI - * MODULE USER_COMMAND_0100 How do you handle the code behind the button that was PRESSED PBO - MODULE STATUS_0100 - Key / button definitions PAI - * MODULE USER_COMMAND_0100 How do you handle the code behind the button that was pressed |
|
| 17. |
What Are Pbo And Pai? |
| Answer» | |
| 18. |
How Can I Identify Which Button Is Pressed? |
|
Answer» “fctcode” ATTRIBUTES of the BUTTON. “fctcode” attributes of the button. |
|
| 19. |
Difference Between The Normal Report / Program And Module Pool Program? |
| Answer» | |
| 20. |
What Is Dynpro? What Are Its Components? |
|
Answer» A dynpro (Dynamic Program) consists of a screen and its FLOW logic and CONTROLS exactly one dialog STEPS. The different COMPONENTS of the dynpro are:
A dynpro (Dynamic Program) consists of a screen and its flow logic and controls exactly one dialog steps. The different components of the dynpro are: |
|
| 21. |
What Are The Basic Components Of Dialog Program? |
Answer»
|
|
| 22. |
What Does Dialog Programming Consist Of? |
|
Answer» SCREENS with their CORRESPONDING processing code, Menu, module pool PROGRAM. Screens with their corresponding processing code, Menu, module pool program. |
|
| 23. |
Why Do I Need To Do Dialog Programming? |
|
Answer» To have your own CUSTOMIZED SCREENS and PROCESSING. To have your own customized screens and processing. |
|