The Function Module FI_TAX_GET_PRICING_DATA (Ermittelt Schema und/oder Konditionsart in Schemadaten) is a standard Function Module in SAP ERP and is part of the function group TAX2 within the package FBAS.
Function Module | FI_TAX_GET_PRICING_DATA |
Short Text | Ermittelt Schema und/oder Konditionsart in Schemadaten |
Function Group | TAX2 |
Package | FBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | LIKE | T001-BUKRS | Buchungskreis | |
I_KSCHL | LIKE | T683S-KSCHL | Konditionsart | |
I_KTOSL | LIKE | T683S-KVSL1 | Vorgangsart |
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 |
---|---|---|---|---|
T_T683S | LIKE | T683S | Resultat |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COMPANY_CODE_NOT_FOUND | Buchungskreis wurde nicht gefunden |
COUNTRY_NOT_FOUND | Ländercode wurde nicht gefunden |
KALSM_NOT_FOUND | Kalkulationsschema wurde nicht gefunden |
KSCHL_NOT_FOUND | Konditionsart wurde nicht gefunden |
KTOSL_NOT_FOUND | Vorgangsart wurde nicht gefunden |
PARAMETER_ERROR | widersprüchliche oder zuwenig Parameter |