Menu

SAP Function Module J_1IEX_GET_OUT_EXCISE_INVOICE

Get Outgoing Excise Invoice Details

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_1IEX_GET_OUT_EXCISE_INVOICE (Get Outgoing Excise Invoice Details) is a standard Function Module in SAP ERP and is part of the function group J1IEX within the package J1ICIN40A.

Technical Information

Function Module J_1IEX_GET_OUT_EXCISE_INVOICE
Short Text Get Outgoing Excise Invoice Details
Function Group J1IEX
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_EXGRP TYPE J_1IEXCHDR-EXGRP Excise Group
I_EXNUM LIKE J_1IEXCHDR-EXNUM Excise Document Number
I_EXYEAR LIKE J_1IEXCHDR-EXYEAR Excise Year
I_SRGRP TYPE J_1IEXCHDR-SRGRP Excise Document Series Group

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_EXHEAD LIKE J_1IEXHEAD Excise Invoice: Header Data

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_EXITEM LIKE J_1IEXITEM Excise Invoice: Item Details

Exceptions

This function module does not define any Exceptions.