Menu

SAP Function Module APAR_SEL_VEND_ITM_ON_ACCOUNT

EBPP: Selektion offener Posten auf dem Konto

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 APAR_SEL_VEND_ITM_ON_ACCOUNT (EBPP: Selektion offener Posten auf dem Konto) is a standard Function Module in SAP ERP and is part of the function group APAR_EBPP_IMPL within the package EBPP_APAR.

Technical Information

Function Module APAR_SEL_VEND_ITM_ON_ACCOUNT
Short Text EBPP: Selektion offener Posten auf dem Konto
Function Group APAR_EBPP_IMPL
Package EBPP_APAR
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_ACCOUNT_CHECK TYPE BOOLEAN SPACE X: Prüfe Existenz des Kontos
I_ALL_PAYMENT_METHODS TYPE BOOLEAN 'X' X: alle Zahlmethoden
I_BANK_TYPE TYPE BVTYP SPACE Partnerbanktyp
I_CLEARED_ITEMS TYPE BOOLEAN SPACE X:ausgeglichene Posten
I_CLR_DATE_HIGH TYPE DATUM '99999999' Datum
I_CLR_DATE_LOW TYPE DATUM '00000000' Datum
I_COMP_CODE TYPE BUKRS Buchungskreis
I_LOCK_MODE TYPE DD26E-ENQMODE SPACE Sperrmodus
I_NORMAL_OI TYPE BOOLEAN 'X' X: Rechnungen und Gutschriften
I_OPEN_ITEMS TYPE BOOLEAN 'X' X: offene Posten
I_OPEN_ITEMS_FOR_CLRD TYPE BOOLEAN SPACE X: offene Posten aus Ausgleichsvorgängen
I_PARKED_ITEMS TYPE BOOLEAN SPACE boolean variable (X-true, --false, space-unknown)
I_PAYMENT_METH TYPE CHAR10 SPACE Zahlweg
I_SELECT_FOR_PAYMENTS TYPE BOOLEAN 'X' X: Selektion nach Zahlungen, SPACE: Selektion nach BuchungenX: kompletter Rechn
I_SP_GL_IND TYPE AGUMS SPACE Additional special G/L Indicators for Selection
I_VENDOR TYPE LIFNR Debitorennummer

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_FILTER_CLRD_ITEMS LIKE APAREBPP_WTAB FSCM Biller-Direct: dynamische where Bedingung
T_FILTER_OPEN_ITEMS LIKE APAREBPP_WTAB FSCM Biller-Direct: dynamische where Bedingung
T_ITEMS LIKE APAREBPP_ITEM FSCM Biller-Direct: Positionsdaten

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ACCOUNT_LOCKED Account locked
ACCOUNT_MISSING Account not defined
INVALID_SELECTION Selection parameter not complete