Menu

SAP Function Module FI_POSTINGS_ALV_NEW

Print generated Postings

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 FI_POSTINGS_ALV_NEW (Print generated Postings) is a standard Function Module in SAP ERP and is part of the function group FALV within the package FREP.

Technical Information

Function Module FI_POSTINGS_ALV_NEW
Short Text Print generated Postings
Function Group FALV
Package FREP
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_LAYOUT TYPE SLIS_LAYOUT_ALV Angaben zum Layout
IS_VARIANT LIKE DISVARIANT SPACE Variant Name
I_ACC_PRINCIPLE TYPE ACCOUNTING_PRINCIPLE SPACE Rechnungslegungsvorschrift
I_HEADLINE TYPE SLIS_LISTHEADER-INFO Header Line

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
T_DOC_HDR LIKE DOC_HDR_ALV Belegkopf
T_DOC_LINES LIKE DOC_LINE_ALV Belegzeilen
T_FIELDS_HDR TYPE FIELDNAME_TAB Gewünschte Felder des Belegkopfes
T_FIELDS_LINES TYPE FIELDNAME_TAB Gewünschte Felder der Belegzeilen

Exceptions

This function module does not define any Exceptions.