The Function Module DATASET_ENTRY_USAGE (Maintenance of Where-Used List for Data Set Entries) is a standard Function Module in SAP ERP and is part of the function group RGSU within the package GBSE.
Function Module | DATASET_ENTRY_USAGE |
Short Text | Maintenance of Where-Used List for Data Set Entries |
Function Group | RGSU |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTION | TYPE | C | 'I' | Insert, Delete, Delete All (I/D/A) |
CLIENT | LIKE | SY-MANDT | Client | |
DATA_SET | TYPE | C | Data Set ID | |
DATA_SET_ENTRY | LIKE | T804F-DSENTRY | Data set entry | |
RW_TABLE | LIKE | T804F-TAB | Report Writer Table | |
SEQNR | TYPE | SIMPLE | Line Number in Data Set |
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.