Menu

SAP Function Module LXE_SE63_WLIST_PARAMETERS_GET

get parameters for user

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 LXE_SE63_WLIST_PARAMETERS_GET (get parameters for user) is a standard Function Module in SAP ERP and is part of the function group LXE_SE63_WLIST1 within the package SLXE.

Technical Information

Function Module LXE_SE63_WLIST_PARAMETERS_GET
Short Text get parameters for user
Function Group LXE_SE63_WLIST1
Package SLXE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NS_HIDE_POPUP TYPE CHAR8 SPACE Single-Character Flag
NS_RESET_WORKLIST TYPE CHAR8 'I' Single-Character Flag
NS_SLANG TYPE CHAR8 'I' Single-Character Flag
NS_TLANG TYPE CHAR8 'I' Single-Character Flag
NS_UNAME TYPE CHAR8 'I' Single-Character Flag
NS_WLIST_ID TYPE CHAR8 'I' Single-Character Flag

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
CUSTMNR TYPE LXECUSTMNR Customer Number
SOUR_LANG TYPE LXEISOLANG Source Language
TARG_LANG TYPE LXEISOLANG Target Language
UNAME TYPE AS4USER Translator name
WLIST_ID TYPE LXEWLISTID Worklist ID

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.