Menu

SAP Function Module J_1IEX_PRINT_ARE

For Printing AREs

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_PRINT_ARE (For Printing AREs) 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_PRINT_ARE
Short Text For Printing AREs
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
IS_EXCHDR LIKE J_1IEXCHDR Excise invoice header detail
I_COPIES LIKE ITCPO-TDCOPIES Number of copies
I_DOCNO LIKE J_1IEXCHDR-DOCNO Excise invoice header
I_DOCYR LIKE J_1IEXCHDR-DOCYR Number of copies
I_EXNUM LIKE J_1IEXCHDR-EXNUM Excise Document Number
I_EXYEAR LIKE J_1IEXCHDR-EXYEAR Excise Year
I_SRGRP LIKE J_1IEXCHDR-SRGRP Excise Document Series Group
I_TRNTYP LIKE J_1IEXCHDR-TRNTYP Excise Transaction Type

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
IT_EXCDTL LIKE J_1IEXCDTL Excise invoice line item details

Exceptions

This function module does not define any Exceptions.