The Function Module DET_VALUE_DATE_FROM_VORGANG (Determine value date from table T012C) is a standard Function Module in SAP ERP and is part of the function group FDV1 within the package FF.
Function Module | DET_VALUE_DATE_FROM_VORGANG |
Short Text | Determine value date from table T012C |
Function Group | FDV1 |
Package | FF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BLDAT | LIKE | BKPF-BLDAT | SY-DATUM | Document date |
I_BUDAT | LIKE | BKPF-BUDAT | SY-DATUM | Posting date |
I_BUKRS | LIKE | T001-BUKRS | Company code | |
I_FAEDT | LIKE | BSEG-ZFBDT | SY-DATUM | Due date |
I_HBKID | LIKE | T012A-HBKID | House bank key | |
I_HKTID | LIKE | T012K-HKTID | Bank account key | |
I_VORGA | LIKE | T012A-VORGA | Transaction |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_VALUT | LIKE | BSEG-VALUT | Value date |
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 |
---|---|
CAL_ID_NOT_FOUND | Invalid calendar ID in T012C |
NOT_FOUND_IN_T012C | Transaction not maintained in T012C |