Menu

SAP Function Module TXW_EXTRACT_READ_INIT

Initialize extract for reading

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 TXW_EXTRACT_READ_INIT (Initialize extract for reading) is a standard Function Module in SAP ERP and is part of the function group TXW2 within the package FTW1.

Technical Information

Function Module TXW_EXTRACT_READ_INIT
Short Text Initialize extract for reading
Function Group TXW2
Package FTW1
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CODEPAGE TYPE TXW_CODEPAGE Codepage
FILE_NAME TYPE DART1_LFILE File name
VOLDIR_SET LIKE TXW_C_VOL-VOL_SET Volume directory set

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DESCRIPTION LIKE TXW_DIR2-TXTLG Tax file description

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_TXW_DIR2 LIKE TXW_DIR2 Extract directory entries
T_TXW_NOTE LIKE TXW_NOTE Note with plain text

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FILE_DIRECTORY_INVALID Invalid file directory (file not found)
FILE_INVALID File directory is invalid
FILE_LOCKED File is locked
FILE_OPEN_FAILED File could not be opened
GET_FILENAME_FAILED Could not determine physical filename
LOCK_SYSTEM_FAILURE Lock failed for system reasons
NO_AUTHORITY No authority to display tax file
VOLDIR_SET_INVALID Directory set is invalid (not defined)