Interactive Reporting: Event Keyword Event
Interactive Reporting: Event Keyword Event
15. What are the drill-down features provided by abap/4 in interactive lists ?
A. ABAP/4 provides some interactive events on lists such as AT LINE-
SELECTION(double click) or AT USER-COMMAND(pressing a button).you can
use these events to move through layers of information about individual items in a
list.
17. Is the basic list deleted when the new list is created?
A. NO.It is not deleted and you can return back to it using one of the standard navigation
functions like clicking on the back button or the cancel button.
20. Can we create a gui status in a program from the object browser ?
A. Yes. You can create a GUI STATUS in a program using SET PF-STATUS.
21. In which system field does the name of current gui status is there ?
A. The name of the current GUI STATUS is available in the system field SY-PFKEY.
22. Can we display a list in a pop-up screen other than full-size stacked list ?
A. Yes, we can display a list in a po-up screen using the command WINDOW with the
additions starting at X1 Y1 and ending at X2 Y2 to set the upper-left and the lower-
right corners where x1 y1 and x2 y2 are the coordinates.
25. How can you display frames (horizontal and vertical lines) in lists ?
A. You can display tabular lists with horizontal and vertical lines (FRAMES) using the
ULINE command and the system field SY-VLINE.The corners arising at the
intersections of horizontal and vertical lines are automatically drawn by the system.
26. What are the events used for page headers and footers ?
A. The events TOP-OF-PAGE and END-OF-PAGE are used for page headers and
footers.
27. How can you access the function code from menu painter ?
A. From within the program, you can use the SY-UCOMM system field to access the
function code. You can define individual interfaces for your report and assign them in
the report to any list level. If you do not specify self-defined interfaces in the report
but use at least one of the three interactive event keywords AT LINE-SELECTION,
AT PF<nn>, or AT USER-COMMAND in the program, the system automatically
uses appropriate predefined standard interfaces. These standard interfaces provide the
same functions as the standard list described under the standard list.
30. How can you manipulate the presentation and attributes of interactive lists ?
A. Scrolling through Interactive Lists
Setting the Cursor from within the Program
Modifying List Lines
Report Transaction
Call and SUBMIT AND RETURN CALL
return TRANSACTION
Call without SUBMIT LEAVE TO
return TRANSACTION