Menu

SAP Function Module WP_USER_DATA_WRITE

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 WP_USER_DATA_WRITE () is a standard Function Module in SAP ERP and is part of the function group WP_EXCHANGE within the package SWPS.

Technical Information

Function Module WP_USER_DATA_WRITE
Short Text
Function Group WP_EXCHANGE
Package SWPS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMMIT TYPE FLAG General Flag
USER_COUNTRY TYPE LAND1 Country Key
USER_DRSETTING TYPE WPDRDIALOG Drag&Relate: Dialog for Relate
USER_NAME TYPE SY-UNAME SAP System, User Logon Name

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
CHANNEL_TAB LIKE BAPIWPCHAN BAPI Structure: Channel Occupation (Serialized)
GEN_PERS_TBL LIKE USRGENPRS Table for General Workplace Personalization Data
LANG_DEFLT LIKE WPLANGDFLT Return Structure for Workplace Language Settings
LPORDER_TAB LIKE WPLPAGRORT Sequence of Roles in LaunchPad
MINIPERS_TAB LIKE MINIPERS Personalization Information on MiniApps

Exceptions

This function module does not define any Exceptions.