Menu

SAP Function Module EB_BANK_STATEMENT_INSERT

Update account statement (manual) in tables FEBxx (VW,KO,EP,CL,RE)

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 EB_BANK_STATEMENT_INSERT (Update account statement (manual) in tables FEBxx (VW,KO,EP,CL,RE)) is a standard Function Module in SAP ERP and is part of the function group F40K within the package FTE.

Technical Information

Function Module EB_BANK_STATEMENT_INSERT
Short Text Update account statement (manual) in tables FEBxx (VW,KO,EP,CL,RE)
Function Group F40K
Package FTE
Module Type Update Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ERLEDIGT LIKE FEBMKA-VTYPM SPACE SPACE-at least 1 p. not yet completed/ 'X'- 1 p. completed manually
I_FEBKO LIKE FEBKO SPACE Header record
I_FEBMKA LIKE FEBMKA SPACE Control fields and so on
I_FEBVW LIKE FEBVW SPACE Control record
I_NACHBARB_FLAG LIKE FEBMKA-VTYPM SPACE Statement is already entered

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
TAB1 LIKE RF40KB1 INTTAB for individual items
TAB2 LIKE RF40KB2 INTTAB for clearing information

Exceptions

This function module does not define any Exceptions.