SAP---ABAP

Monday, May 12, 2008

ABAP/4 Interview Qns and Answers

17) What is sequence of event triggered in report?

Ans There are 6 events in report:
1) Initialization
2) At Selection-Screen
3) Start-of-Selection
4) Get
5) Get Late
6) End-of-Selection
7) Top-of-Page
8) End-of-Page
9) At Line Selection
10) At User Command
11) At PF (nn)


18) What are standard layouts sets in the SAP Script?


Ans There are four standard layouts in the SAP Script:
1) Header
2) Logo
3) Main Window
4) Footer


19) What function module upload data from application server?


Ans


20) What are the various types of selection screen event?


Ans SELECTION-SCREEN BEGIN OF BLOCK ABC WITH FRAME TITLE T01. SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW.

CALL SELECTION-SCREEN 500 STARTING AT 10 10.


21) What do you know about a client?

Ans


22) What are the system fields? Explain?

Ans The ABAP system fields are active in all ABAP programs. They are filled by the runtime

environment, and you can query their values in a program to find out particular states of the

system. Although they are variables, you should not assign your own values to them, since this

may overwrite information that is important for the normal running of the program. However,

there are some isolated cases in which you may need to overwrite a system variable.


For example, by assigning a new value to the field SY-LSIND, you can control navigation within

details lists.

No comments: