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_PSO_CUST_OI_ASSIGN (Zuordnung eines Zahlbetrages für Ausgleich offener Posten) is a standard Function Module in SAP ERP and is part of the function group FM_FEB within the package FMKW.
Function Module | FI_PSO_CUST_OI_ASSIGN |
Short Text | Zuordnung eines Zahlbetrages für Ausgleich offener Posten |
Function Group | FM_FEB |
Package | FMKW |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FEBEP_EXT_ESNUM | LIKE | FEBEPXT_BF-ESNUM | Nr. des Einzelpostens im Konto | |
I_FEBEP_EXT_KWAER | LIKE | FEBEPXT_BF-KWAER | Kontenwährungsschlüssel | |
I_FEBEP_EXT_KWBTR | LIKE | FEBEPXT_BF-KWBTR | Betrag in Kontenwährung | |
I_FEBEP_EXT_VALUT | LIKE | FEBEPXT_BF-VALUT | Valutadatum | |
I_FEBEP_INT_KUKEY | LIKE | FEBEPIN_BF-KUKEY | Kurzschlüssel (Surrogat) | |
I_FEBKO_INT_BUKRS | LIKE | FEBKOIN_BF-BUKRS | Buchungskreis | |
I_KUNNR | LIKE | KNA1-KUNNR | Kassenzeichen für Zuordnung der Zahlung |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_FEBCL | LIKE | FEBCL | Clearing-Daten |
This function module does not define any Exceptions.