Menu

SAP Function Module SE_DUNN_START

Öffnen der Datei für externe Bearbeitung

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 SE_DUNN_START (Öffnen der Datei für externe Bearbeitung) is a standard Function Module in SAP ERP and is part of the function group SEDUNN within the package ID-FI.

Technical Information

Function Module SE_DUNN_START
Short Text Öffnen der Datei für externe Bearbeitung
Function Group SEDUNN
Package ID-FI
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_LAUFD LIKE F150V-LAUFD Datum des Mahnlaufs
I_LAUFI LIKE F150V-LAUFI Id des Mahnlaufs
I_UPDATE LIKE BOOLE-BOOLE Flag Testlauf/Echtlauf

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DIRECTION TYPE C Sortierfolge für MHNK Sätze (A/D): dummy
E_ITCPO LIKE ITCPO Druckerparameter: dummy

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_SEL_DEBI LIKE Debitoren (RANGES Struktur): dummy
T_SEL_KRED LIKE Kreditoren (RANGES Struktur): dummy

Exceptions

This function module does not define any Exceptions.