ABAP
72. What are screen painter? menu painter? Gui status? ..etc.
72. What are screen painter? menu painter? Gui status? ..etc.
72. What are screen painter? menu painter? Gui status? ..etc.
72. What are screen painter? menu painter? Gui status? ..etc.
ans:-
dynpro - flow logic + screens.
menu painter -
GUI Status - It is subset of the interface elements(title bar,menu bar,standard tool
bar,push buttons) used for a certain screen.
The status comprises those elements that are currently needed by the
transaction.
73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
73. What is screen flow logic? What are the sections in it? Explain PAI and PBO.
ans:-
The control statements that control the screen flow.
PBO - This event is triggered before the screen is displayed.
PAI - This event is responsible for processing of screen after the user enters the
data and clicks the pushbutton.
74. Overall how do you write transaction programs in SAP?
74. Overall how do you write transaction programs in SAP?
74. Overall how do you write transaction programs in SAP?
74. Overall how do you write transaction programs in SAP?
ans:-
Create program-SE93-create transcode-Run it from command field.
75. Does SAP has a GUI screen painter or not? If yes what operating systems is
75. Does SAP has a GUI screen painter or not? If yes what operating systems is
75. Does SAP has a GUI screen painter or not? If yes what operating systems is
75. Does SAP has a GUI screen painter or not? If yes what operating systems is
it available on? What is the other type of screen painter called?
it available on? What is the other type of screen painter called?
it available on? What is the other type of screen painter called?
it available on? What is the other type of screen painter called?
76. What are step loops? How do you program pagedown
76. What are step loops? How do you program pagedown
76. What are step loops? How do you program pagedown
76. What are step loops? How do you program pagedown pageup in step loops?
pageup in step loops?
pageup in step loops?
pageup in step loops?
ans:-
step loops are repeated blocks of field in a screen.
77. Is ABAP a GUI language?
77. Is ABAP a GUI language?
77. Is ABAP a GUI language?
77. Is ABAP a GUI language?
ANS:-
Yes.
ABAP IS AN EVENT DRIVEN LANGUAGE.