The Function Module FM_RECERTIFIED_PAYMENT_DATE (Extratc recertified payment previous run date for PPA penalty calculation) is a standard Function Module in SAP ERP and is part of the function group FMFG_TC within the package FMFG_E.
Function Module | FM_RECERTIFIED_PAYMENT_DATE |
Short Text | Extratc recertified payment previous run date for PPA penalty calculation |
Function Group | FMFG_TC |
Package | FMFG_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BELNR | LIKE | REGUP-BELNR | Accounting document number | |
I_BUKRS | LIKE | REGUP-BUKRS | Company Code | |
I_BUZEI | LIKE | REGUP-BUZEI | Number of Line Item Within Accounting Document | |
I_GJAHR | LIKE | REGUP-GJAHR | Fiscal Year | |
I_LIFNR | LIKE | REGUP-LIFNR | Account Number of Vendor or Creditor |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUDAT | LIKE | F110C-BUDAT | Posting Date in the Document |
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.