Menu

SAP Function Module J_1I4A_DETERMINE_NEW_RATE

Determine if material is excisable/nonexcisable and the rate

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module J_1I4A_DETERMINE_NEW_RATE (Determine if material is excisable/nonexcisable and the rate) is a standard Function Module in SAP ERP and is part of the function group J1I4A within the package J1ICIN30A.

Technical Information

Function Module J_1I4A_DETERMINE_NEW_RATE
Short Text Determine if material is excisable/nonexcisable and the rate
Function Group J1I4A
Package J1ICIN30A
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUKRS LIKE T001-BUKRS
CALC_DATE TYPE SY-DATUM Date and Time, Current (Application Server) Date
KAWRT LIKE KOMV-KAWRT
MATNR LIKE MARA-MATNR
MENGE LIKE MSEG-MENGE
PROCEDURE TYPE VBRK-KALSM Pricing procedure for sales and distribution
UNIT LIKE KOMP-MEINS
VENDOR LIKE LFA1-LIFNR
VKORG LIKE KOMK-VKORG ' '
VTWEG LIKE KOMK-VTWEG ' '
WERKS LIKE VBAP-WERKS

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADD_AMOUNT LIKE TAXCOM-NEBTR
ADD_PERC LIKE J_1IEXCTAX-J_1IAEDRAT
CESS_PERC LIKE J_1IADDEXC-J_1ICESSPC
ECS_AMOUNT LIKE TAXCOM-NEBTR Net Payment Amount
ECS_PERC LIKE J_1IEXCTAX-ECSRATE ECS rate in %
EXADDTAX1_AMOUNT LIKE TAXCOM-NEBTR Net Payment Amount
EXADDTAX1_PERC LIKE J_1IEXCTAX-J_1IAEDRAT Additional Excise Duty %
EXADDTAX2_AMOUNT LIKE TAXCOM-NEBTR Net Payment Amount
EXADDTAX2_PERC LIKE J_1IEXCTAX-J_1IAEDRAT Additional Excise Duty %
EXADDTAX3_AMOUNT LIKE TAXCOM-NEBTR Net Payment Amount
EXADDTAX3_PERC LIKE J_1IEXCTAX-J_1IAEDRAT Additional Excise Duty %
EXC_AMOUNT LIKE TAXCOM-NEBTR
EXC_PERC LIKE J_1IEXCTAX-RATE
NCCD_AMOUNT LIKE TAXCOM-NEBTR Net Payment Amount
NCCD_PERC LIKE J_1IEXCTAX-J_1INCCDRAT NCCD Rate in %
SED_AMOUNT LIKE TAXCOM-NEBTR
SED_PERC LIKE J_1IEXCTAX-J_1ISEDRAT

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CHAPTER_ID_MISSING
COMPANY_DATA_NOT_SETUP
EXCIND_MISSING
EXCISE_RATE_MISSING
TAXCODE_INVALID
TAX_PROC_INVALID
VENDOR_MISSING