TUSERSETTING SAP (IS-M: User Settings for Returns and Subsequent Delivery) Table details

Dictionary Type: Table
Description: IS-M: User Settings for Returns and Subsequent Delivery




ABAP Code to SELECT data from TUSERSETTING
Related tables to TUSERSETTING
Access table TUSERSETTING




Table field list including key, data, relationships and ABAP select examples

TUSERSETTING is a standard SAP Table which is used to store IS-M: User Settings for Returns and Subsequent Delivery data and is available within R/3 SAP systems depending on the version and release level.

The TUSERSETTING table consists of various fields, each holding specific information or linking keys about IS-M: User Settings for Returns and Subsequent Delivery data available in SAP. These include UNAME (User Name), ACTUALWEEK (IS-M: Offset current week), WEEKDISPLAY (IS-M: Weekly Recording), UNSOLDDATE (IS-M: Current Date as Default Value for Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TUSERSETTING table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
UNAMEUser Name SYUNAMECHAR12SYCHAR12
ACTUALWEEKIS-M: Offset current week ACTUALWEEKNUMC2ACTUALWEEK
WEEKDISPLAYIS-M: Weekly Recording JWEEKDISPLAYCHAR1XFELD
UNSOLDDATEIS-M: Current Date as Default Value for Date JKSDDATEPRESETCHAR1XFELD
UNITSales unit VRKMEUNIT3T006CUNITMEINS
HISTORYIS-M: Display History Yes/No ISMHISTORYCHAR1XFLAG
HISTORYEXPANDIS-M: Expand History ISMHISTORYEXPANDCHAR1HISTORYEXPAND
TOOLBARIS-M: Display Group Selection ISMTOOLBARCHAR1XFLAG
UNSOLD_GROUPGroup ISM_UNSOLD_GROUPCHAR2UNSOLD_GROUP
UNSOLD_TYPEOperation ISM_UNSOLD_TYPECHAR2Assigned to domainUNSOLD_TYPE
ALLMEDIAPRODUCTSIS-M: Edit All Media Products Yes/No JALLMEDIAPRODUCTSCHAR1XFLAG
INTERNETUSERIS-M: Indicator: User name for ERP logon from Internet ISMINTERNETUSERCHAR1XFLAG
QUANTITYIS-M: Display Unconfirmed Quantity ISMQUANTITYCHAR1XFELD
CONFIRMED_QUANIS-M: Display Confirmed Quantity ISMCONFIRMED_QUANTITYCHAR1XFELD
HISTORY_RM_WEIS-M: Display History for Roles RM and WE ISMHISTORY_RM_WECHAR1XFELD
OLD_DESIGNIS-M: Use Old Log Design JOLDMESSAGEDESIGNCHAR1XFELD
NO_HELPIS-M: Do Not Display Step-By-Step Instructions JNOHELPCHAR1XFELD
PROTOCOL_HEIGHTIS-M: Height of Log JPROTOCOL_HEIGHTINT410JKSDHEIGHT
HISTORY_HEIGHTIS-M: Height of History JKSDHISTORY_HEIGHTINT410JKSDHEIGHT
SHOW_UEPOSIS-M: Distribution of Summarized Return JSHOW_UEPOSCHAR1XFELD
DIALOGBOXIS-M: Display Group Selection Horizontally in Window JDIALOGBOXCHAR1CHAR01

Key field Non-key field



How do I retrieve data from SAP table TUSERSETTING using ABAP code

The following ABAP code Example will allow you to do a basic selection on TUSERSETTING to SELECT all data from the table
DATA: WA_TUSERSETTING TYPE TUSERSETTING.

SELECT SINGLE *
FROM TUSERSETTING
INTO CORRESPONDING FIELDS OF WA_TUSERSETTING
WHERE...

How to access SAP table TUSERSETTING

Within an ECC or HANA version of SAP you can also view further information about TUSERSETTING and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!