The Function Module HR_99S_DISPLAY_EDITABLE_ALV (Display editable ALV) is a standard Function Module in SAP ERP and is part of the function group HR99S00_FORMS within the package P99S.
Function Module | HR_99S_DISPLAY_EDITABLE_ALV |
Short Text | Display editable ALV |
Function Group | HR99S00_FORMS |
Package | P99S |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_EVENT_RECEIVER | CLASS | IF_GRID_EVENT_RECEIVER | Object to handle grid edition event | |
P_LAYOUT | TYPE | LVC_S_LAYO | ALV control: Layout structure | |
P_PF_STATUS | TYPE | SLIS_FORMNAME | Name of pf_status in calling program, if any | |
P_REPORT | TYPE | SY-REPID | SY-REPID | ABAP program, current main program |
P_SET_ENTER_EVENT | TYPE | BOOLEAN | 'X' | boolean variable (X-true, --false, space-unknown) |
P_TAB_FIELDCAT | TYPE | LVC_T_FCAT | Field Catalog for List Viewer Control | |
P_USER_COMMAND | TYPE | SLIS_FORMNAME | 'CALLBACK' | Name of routine to handle callbacks in calling report |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.