/SAPSLL/CL_ALV_GRID - LLS: ALV Grid Wrapper
Vendor Master (General Section) RFUMSV00 - Advance Return for Tax on Sales/PurchasesThis documentation is copyright by SAP AG.
Functionality
Class /SAPSLL/CL_ALV_GRID simplifies the use of standard class CL_GUI_ALV_GRID for the editable ALV grid. This class has two basic methods that are relevant for use:
- Constructors
- IV_CONTAINER: This parameter must be supplied with a container name
- IV_REPID: Name of the calling program
- IV_DYNNR: Screen number
- IV_STRUCTURE: Line type of the output table
- IV_DBL_CLK_CALLBACK: Callback function module for the double-click event (interface: see below)
- IV_BEFORE_USER_COMMAND_CALLBACK: Callback function module to override the standard ALV functions (interface: see below). These FCODES are located among the attributes of class CL_GUI_ALV_GRID
- IV_UCOMM_CALLBACK: Callback function module for customer functions in the toolbar (interface: see below)
- DISPLAY
- IT_FINFO: Information about individual fields; options: editable, do not output, technical. You can use function module /SAPSLL/APPEND_FINFO to fill this internal table
- IT_TOOLBAR_EXCLUDING: Table with standard ALV functions to exclude
- IT_ADD_FUNCTIONS: Custom-defined functions in the ALV grid
- IS_LAYOUT: Layout information, for example, no toolbar
- CT_DATA: Data table
Relationships
Example
Notes
The callback modules have the following interfaces:
- IV_DBL_CLK_CALLBACK
- Import parameter: is_data TYPE line type output table
- IV_BEFORE_USER_COMMAND_CALLBACK
- Import parameters: is_data TYPE line type output table; iv_ucomm TYPE SY-UCOMM
- IV_UCOMM_CALLBACK
- Import parameters: is_data TYPE line type output table; iv_ucomm TYPE SY-UCOMM,,,,
Further information
ABAP Short Reference Vendor Master (General Section)
This documentation is copyright by SAP AG.
Length: 2662 Date: 20120526 Time: 072218 triton ( 61 ms )






