Menu

SAP Function Module T001W_ORGANIZATIONAL_CHECK

Prüfen Organisationsdaten Werk

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 T001W_ORGANIZATIONAL_CHECK (Prüfen Organisationsdaten Werk) is a standard Function Module in SAP ERP and is part of the function group WR26 within the package WFIL.

Technical Information

Function Module T001W_ORGANIZATIONAL_CHECK
Short Text Prüfen Organisationsdaten Werk
Function Group WR26
Package WFIL
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_RETURN_CODE LIKE BAPIRETURN-CODE Meldungs-Code
I_T001K_BUKRS LIKE T001K-BUKRS Buchungskreis
I_T001W_EKORG LIKE T001W-EKORG Einkaufsorganisation
I_T001W_SPART LIKE T001W-SPART Sparte für interne Verrechnung
I_T001W_VKORG LIKE T001W-VKORG Verkaufsorganisation für interne Verrechnung
I_T001W_VLFKZ LIKE T001W-VLFKZ SPACE Werkstyp
I_T001W_VTWEG LIKE T001W-VTWEG Vertriebsweg für interne Verrechnung

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
O_RETURN_CODE LIKE BAPIRETURN-CODE Meldungs-Code

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
O_ERROR_TABLE LIKE BAPIRET2 Returnparameter

Exceptions

This function module does not define any Exceptions.