Menu

SAP Function Module FM_IFMPDOC_DISPLAY

Display Selected Documents for Payment Directive

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 FM_IFMPDOC_DISPLAY (Display Selected Documents for Payment Directive) is a standard Function Module in SAP ERP and is part of the function group FMPDOCFUNC_E within the package FMPDOC_E.

Technical Information

Function Module FM_IFMPDOC_DISPLAY
Short Text Display Selected Documents for Payment Directive
Function Group FMPDOCFUNC_E
Package FMPDOC_E
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PBELNR TYPE BELNR_D Accounting document number
PBLART TYPE BLART Document type
PBLDAT TYPE BLDAT Document Date in Document
PBUDAT TYPE BUDAT Posting Date in the Document
PGJAHR TYPE GJAHR Fiscal Period
PMONAT TYPE MONAT Fiscal Period
PWAERS TYPE WAERS Currency Key
REFBLART TYPE BLART Document type
REFBUKRS TYPE BUKRS Company Code
REFGJAHR TYPE GJAHR Fiscal Year

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_BKPF LIKE BKPF Accounting Document Header
T_BSEC LIKE BSEC One-Time Account Data Document Segment
T_BSEG LIKE BSEG Accounting Document Segment
T_IFMPDCUST LIKE IFMPDCUST Customizing table for Posting Payment Directives
T_ITEMS LIKE IFMPDOC P documents: Structure for posting list
T_WITHITEM LIKE WITH_ITEM Witholding tax info per W/tax type and FI line item

Exceptions

This function module does not define any Exceptions.