The Function Module VBDRV_BUTTON_VISIBLE (Prüft, ob die Ableitung für einen Zeitpunkt aktiv ist) is a standard Function Module in SAP ERP and is part of the function group DRVA within the package VBDRV.
Function Module | VBDRV_BUTTON_VISIBLE |
Short Text | Prüft, ob die Ableitung für einen Zeitpunkt aktiv ist |
Function Group | DRVA |
Package | VBDRV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACT_TYPE | TYPE | AKTYP | Aktivitätstyp in der Transaktion | |
I_CHARG | TYPE | CHARG_D | Chargennummer (zu produzierende Charge) | |
I_EVENT | TYPE | DRVEV | Ableitungszeitpunkt | |
I_RELE | TYPE | XFLAG | X: Auftrag freigegeben, blank: Auftrag nicht freigegeben |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ACTIVE | TYPE | CHAR1 | ||
E_INPUT | TYPE | CHAR1 | ||
E_INVISIBLE | TYPE | CHAR1 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_ACTIVE | Ableitung generell nicht aktiv |
NOT_ACTIVE_FOR_EVENT | Ableitung nicht aktiv fuer Zeitpunkt |