Menu

SAP Function Module J_1IEXGM_CALC_HEADER_DUTY

calculate header duty based on items

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module J_1IEXGM_CALC_HEADER_DUTY (calculate header duty based on items) is a standard Function Module in SAP ERP and is part of the function group J1IEXGM within the package J1ICIN40A.

Technical Information

Function Module J_1IEXGM_CALC_HEADER_DUTY
Short Text calculate header duty based on items
Function Group J1IEXGM
Package J1ICIN40A
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_GR_QTY_BASED TYPE CHAR1 ' ' Single-character flag
I_POST_VALUE TYPE CHAR1 ' ' Single-character flag

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TOTAL_AED LIKE J_1IEXCHDR-EXAED Additional Excise Duty
E_TOTAL_BED LIKE J_1IEXCHDR-EXBED Basic Excise Duty
E_TOTAL_ECS LIKE J_1IEXCHDR-ECS Education CESS
E_TOTAL_EXADDTAX1 LIKE J_1IEXCHDR-EXADDTAX1 Additional Tax1 value
E_TOTAL_EXADDTAX2 LIKE J_1IEXCHDR-EXADDTAX2 Additional Tax2 value
E_TOTAL_EXADDTAX3 LIKE J_1IEXCHDR-EXADDTAX3 Additional Tax3 value
E_TOTAL_NCCD LIKE J_1IEXCHDR-NCCD NCCD Value
E_TOTAL_SED LIKE J_1IEXCHDR-EXSED Special Excise Duty

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CS_EXHEAD LIKE J_1IEXHEAD Incoming Excise Invoice: CIN40A : Header Data

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CT_EXITEM LIKE J_1IEXITEM Incoming Excise Invoice: CIN40A : Item Details

Exceptions

This function module does not define any Exceptions.