Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module RFIDPT_GET_PR_TAX_INFO (Get tax info relevant for Pro-Rata) is a standard Function Module in SAP ERP and is part of the function group RFIDPT_POST within the package ID-FI.
Function Module | RFIDPT_GET_PR_TAX_INFO |
Short Text | Get tax info relevant for Pro-Rata |
Function Group | RFIDPT_POST |
Package | ID-FI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | TYPE | BUKRS | Company Code | |
I_COEF | TYPE | KWERT | Condition value | |
I_LAND1 | TYPE | LAND1 | Country Key | |
I_MWSKZ | TYPE | MWSKZ | KOMV structure plus index |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_KBETR_DED | TYPE | KBETR | Rate (condition amount or percentage) | |
E_KBETR_NDED | TYPE | KBETR | Rate (condition amount or percentage) | |
E_KTOSL_DED | TYPE | KTOSL | Transaction Key | |
E_KTOSL_NDED | TYPE | KTOSL | Transaction Key |
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 |
---|---|
DED_PART_IS_NOT_GREATER_T_Z | Deductible part has not percentage greater than zero |
DOUBLE_NON_DED_NOT_IDENTIFIED | More than one non deductible part and no customization exists |
INVALID_KSCHL | Invalid condition type |
INVALID_KTOSL | Invalid transaction key |
MORE_THAN_ONE_DED_PART | Tax code has more than one deductible part |
NON_DED_PART_IS_NOT_ZERO | Non deductible part has percentage different than zero |
NO_DED_PART | Tax code has no deductible part |
NO_NDED_PART | Tax code has no non-deductible part |