Mark the valid usage of Read stement. (More than one answer is correct)
A. DO. Read Line SY-INDEX. ENDDO.
B. Read Line 3 of Current Page
C. Read Line 3 of Next Page
D. Read Current Line of ble IB
What does not cause Top-Of-page Event?
A. New-Page followed by a Write
B. Line Count is exceeded as defined in the Report stement
C. Double Click on the line
D. The first encountered Write Stement
Mark the valid values for a checkbox. (More than one answer is correct)
A. X
B. Space
C. 1
D. 0
E. Any Alpha Character
The user cans customize the look of various ble control values? Which of the following can the user adjust? (More than one answer is correct)
A. The Column heading
B. The width of a column ,
C. The horizonl grid can be set off/on
D. The order of the columns
You perform an update task using update function modules and detect an error in the program that calls the update function modules. Which statement can be used to discard all update requests for the current SAP LUW? (Choose two.)
A. EXIT.
B. ROLLBACK WORK.
C. MESSAGE axxx(nnn).
D. MESSAGE exxx(nnn).
E. DELETE UPDATE.
You created a transparent table and during activation got a warning message "Enhancement category for table missing".
What do you have to do to eliminate the warning message?
A. Select any option other than Not Classified from the enhancement category.
B. Change the Data Class and Size category in the technical settings.
C. Provide the correct reference field for the Currency or Quantity field.
D. Select the option Not Classified from the enhancement category.
What can you enhance using BAdIs? (Choose three.)
A. Data elements
B. Menus
C. Screens
D. Database tables
E. Source code
You have written a method implementation containing the following access to an internal table defined as a changing parameter of the method.
READ TABLE ct_itab INTO cs_struc INDEX 1.
What are the possible type definitions for parameter ct_itab? (Choose three.)
A. Standard Table
B. Sorted Table
C. Any Table
D. Index Table
E. Hashed Table
You have created the following:
A class with an event definition A handler class with a method ON_EVT that handles this event A report that instantiates the handler class A message statement that raises an exception
However, the report does not react to the event.
How do you analyze this issue? (Choose three.)
A. Check if the implementation of the handler method ON_EVT contains the desired logic.
B. Check if the handler method ON_EVT is defined in a subroutine of the report.
C. Check if the handler method is registered to the correct event.
D. Check if the event is triggered by setting a breakpoint at the RAISE EVENT statement.
E. Check if the event is triggered by setting a breakpoint at the MESSAGE ... RAISING ... statement.