1. On which even we can validate the input fields in module programs?
2. CHAIN END CHAIN?
3. is it possible to bring select option in module pool screens?
4. What is GUI Status?
5. What is GUI Title?
6. What are screen painter? menu painter? Gui status? ..etc.
7. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
8. What table stores the online messages? What is the message class and what is its significance?
9. Give an example for AT USER-COMMAND?
10. What is difference between dialog program and a report?
11. What is the difference between table controls and step loops in dialog programming?
12. Difference between Table-Controls and Step-loops?
13. What is LUW or Database LUW or Database Transaction ?
14. What is SAP LUW or Update Transaction ?
15. Does the external program run in the same SAP LUW as the caller, or in a separate one?
16. What are the requirements a dialog program must fulfill ?
17. What are the basic components of dialog program ?
18. What is a dynpro ? What are its components ?
19. What is screen flow logic? What are the selections in it? Explain PAI and PBO?
20. Can we use WRITE statement in screen fields ? If not how is data transferred from field data to screen fields?
21. How does the Dialog handle user requests ?
22. How are the function codes handled in flow logic ?
23. What controls the screen flow ?
24. What are “field” and “chain” statements ?
25. What is an on “*-input field” statement ?
26. What are conditional chain statements ?
27. What is “at exit-command” ?
28. Which function type has to be used for using “at exit-command” ?
29. What is the difference between SET SCREEN and CALL SCREEN ?
30. What is module pool program in abap?
31. What is a transaction?
32. What are the requirements a dialog program must fulfill?
33. What are the basic components of dialog program?
34. What is PBO and PAI events?
35. What is user defined validation checks in the flow logic?
36. What is a ABAP/4 module pool?
37. Can we use WRITE statements in screen fields?if not how is data transferred from field data to screen fields?
38. Can we use flow logic control key words in ABAP/4 and vice-versa?
39. What is GUI status? How to create /Edit GUI status?
40. How does the interection between the Dynpro and the ABAP/4 Modules takes place?
41. How does the Dialog handle user requests?
42. What is to be defined for a push button fields in the screen attributes?
43. How are the function code handles in Flow Logic?
44. What controls the screen flow?
45. The Function code currently active is ascertained by what Variable?
46. The function code currently active is ascertained by what variable ?
47. What are the “field” and “chain” Statements?
48. What is an “on input filed” statements?
49. What is an “on request Field” statement?
50. What is an on”*-input filed” statement?
51. What are conditional chain statement?
52. What is “at exit-command:?
53. Which Function type has to be used for using “at exit-command” ?
54. What are the different message types available in the ABAP/4 ?
55. What is difference between SET SCREEN and CALL SCREEN ?
56. Can we specify the next screen number with a variable (*Yes/No)?
57. What is dialog Module?
58. What is “call mode”?
59. The max number of calling modes stacked at one time is?
60. What is LUW or Data base Transaction ?
61. What is SAP LUW or Update Transaction?
62. What happens if only one of the commands SET SCREEN and LEAVE SCREEN is used without using the other?
63. What is the significance of the screen number ‘0’?
64. What does the ‘SUPPRESS DIALOG’ do?
65. What is the significance of the memory table ‘SCREEN’?
66. Why grouping of fields is required? What is the max no of modification groups for each field?
67. What are the attributes of a field that can be activated or deactivated during runtime?
68. What is a screen group? How it is useful?
69. What is a Subscreen? How can we use a Subscreen?
70. What are the restrictions on Subscreens?
71. How can we use / display table in a screen?
72. What are the differences between TABLE CONTROLS and STEP LOOPS?
73. What are the dynapro keywords?
74. Why do we need to code a LOOP statement in both the PBO and PAI events for each table in the screen?
75. How can we declare a table control in the ABAP/4 program?
76. Differentiate between static and dynamic step loops.
77. What are the two ways of producing a list within a transaction?
78. What is the use of the statement Leave to List-processing?
79. When will the current screen processing terminates?
80. How is the command Suppress-Dialog useful?
81. What happens if we use Leave to list-processing without using Suppress-Dialog?
82. How the transaction that are programmed by the user can be protected?
83. What are the modes in which any update tasks work?
84. What is the difference between Synchronous and Asynchronous updates?
85. What are the different database integrities?
86. What is SAP locking?
87. What does a lock object involve?
88. What are the different kinds of lock modes?
89. How can a lock object be called in the transaction?
90. What are the events by which we can program “help texts” and display “possible value lists”?
91. What is a matchcode?.
92. In what ways we can get the context sensitive F1 help on a field?
93. What is roll area?
94. How does the system handle roll areas for external program components?
95. When is the chain command used in the PBO event?
96. What are function modules?
97. What are the types of parameters in the function modules?
98. What are screen painter and menu painter?
99. What does WITH statement add to a message?
100. Is the SET PARAMETER statement to be issued in PBO or PAI module? Why?
2. CHAIN END CHAIN?
3. is it possible to bring select option in module pool screens?
4. What is GUI Status?
5. What is GUI Title?
6. What are screen painter? menu painter? Gui status? ..etc.
7. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
8. What table stores the online messages? What is the message class and what is its significance?
9. Give an example for AT USER-COMMAND?
10. What is difference between dialog program and a report?
11. What is the difference between table controls and step loops in dialog programming?
12. Difference between Table-Controls and Step-loops?
13. What is LUW or Database LUW or Database Transaction ?
14. What is SAP LUW or Update Transaction ?
15. Does the external program run in the same SAP LUW as the caller, or in a separate one?
16. What are the requirements a dialog program must fulfill ?
17. What are the basic components of dialog program ?
18. What is a dynpro ? What are its components ?
19. What is screen flow logic? What are the selections in it? Explain PAI and PBO?
20. Can we use WRITE statement in screen fields ? If not how is data transferred from field data to screen fields?
21. How does the Dialog handle user requests ?
22. How are the function codes handled in flow logic ?
23. What controls the screen flow ?
24. What are “field” and “chain” statements ?
25. What is an on “*-input field” statement ?
26. What are conditional chain statements ?
27. What is “at exit-command” ?
28. Which function type has to be used for using “at exit-command” ?
29. What is the difference between SET SCREEN and CALL SCREEN ?
30. What is module pool program in abap?
31. What is a transaction?
32. What are the requirements a dialog program must fulfill?
33. What are the basic components of dialog program?
34. What is PBO and PAI events?
35. What is user defined validation checks in the flow logic?
36. What is a ABAP/4 module pool?
37. Can we use WRITE statements in screen fields?if not how is data transferred from field data to screen fields?
38. Can we use flow logic control key words in ABAP/4 and vice-versa?
39. What is GUI status? How to create /Edit GUI status?
40. How does the interection between the Dynpro and the ABAP/4 Modules takes place?
41. How does the Dialog handle user requests?
42. What is to be defined for a push button fields in the screen attributes?
43. How are the function code handles in Flow Logic?
44. What controls the screen flow?
45. The Function code currently active is ascertained by what Variable?
46. The function code currently active is ascertained by what variable ?
47. What are the “field” and “chain” Statements?
48. What is an “on input filed” statements?
49. What is an “on request Field” statement?
50. What is an on”*-input filed” statement?
51. What are conditional chain statement?
52. What is “at exit-command:?
53. Which Function type has to be used for using “at exit-command” ?
54. What are the different message types available in the ABAP/4 ?
55. What is difference between SET SCREEN and CALL SCREEN ?
56. Can we specify the next screen number with a variable (*Yes/No)?
57. What is dialog Module?
58. What is “call mode”?
59. The max number of calling modes stacked at one time is?
60. What is LUW or Data base Transaction ?
61. What is SAP LUW or Update Transaction?
62. What happens if only one of the commands SET SCREEN and LEAVE SCREEN is used without using the other?
63. What is the significance of the screen number ‘0’?
64. What does the ‘SUPPRESS DIALOG’ do?
65. What is the significance of the memory table ‘SCREEN’?
66. Why grouping of fields is required? What is the max no of modification groups for each field?
67. What are the attributes of a field that can be activated or deactivated during runtime?
68. What is a screen group? How it is useful?
69. What is a Subscreen? How can we use a Subscreen?
70. What are the restrictions on Subscreens?
71. How can we use / display table in a screen?
72. What are the differences between TABLE CONTROLS and STEP LOOPS?
73. What are the dynapro keywords?
74. Why do we need to code a LOOP statement in both the PBO and PAI events for each table in the screen?
75. How can we declare a table control in the ABAP/4 program?
76. Differentiate between static and dynamic step loops.
77. What are the two ways of producing a list within a transaction?
78. What is the use of the statement Leave to List-processing?
79. When will the current screen processing terminates?
80. How is the command Suppress-Dialog useful?
81. What happens if we use Leave to list-processing without using Suppress-Dialog?
82. How the transaction that are programmed by the user can be protected?
83. What are the modes in which any update tasks work?
84. What is the difference between Synchronous and Asynchronous updates?
85. What are the different database integrities?
86. What is SAP locking?
87. What does a lock object involve?
88. What are the different kinds of lock modes?
89. How can a lock object be called in the transaction?
90. What are the events by which we can program “help texts” and display “possible value lists”?
91. What is a matchcode?.
92. In what ways we can get the context sensitive F1 help on a field?
93. What is roll area?
94. How does the system handle roll areas for external program components?
95. When is the chain command used in the PBO event?
96. What are function modules?
97. What are the types of parameters in the function modules?
98. What are screen painter and menu painter?
99. What does WITH statement add to a message?
100. Is the SET PARAMETER statement to be issued in PBO or PAI module? Why?