The Function Module FDU_SINGLE_PROT_DEL () is a standard Function Module in SAP ERP and is part of the function group KCDX within the package BKD.
Function Module | FDU_SINGLE_PROT_DEL |
Short Text | |
Function Group | KCDX |
Package | BKD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DTB | TYPE | BALDATE | Application log: date | |
DTV | TYPE | BALDATE | Application log: date | |
PROTNAME | TYPE | PROTNAME | ABAP/4 Dictionary: name of SDIC log | |
USR | TYPE | BALUSER | Application log: user name | |
ZTB | TYPE | BALTIME | Application log: time | |
ZTV | TYPE | BALTIME | Application log: time |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PROT_TABLE | LIKE | KCD_PROT_TABLE | EDT: Structure for collecting log information |
This function module does not define any Exceptions.