USRM1 SAP (Material Master User Settings: Organizational Levels) Table details

Dictionary Type: Table
Description: Material Master User Settings: Organizational Levels




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




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

USRM1 is a standard SAP Table which is used to store Material Master User Settings: Organizational Levels data and is available within R/3 SAP systems depending on the version and release level.

The USRM1 table consists of various fields, each holding specific information or linking keys about Material Master User Settings: Organizational Levels data available in SAP. These include UNAME (User name), BILDS (Screen Sequence Number), MBRSH (Deactivated), WERKS (Plant).. 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)


SAP USRM1 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 MANDTCLNT3T000MANDT
UNAMEUser name USERNCHAR12USR02XUBNAME
BILDSScreen Sequence Number BILDSQCHAR2T133SBILDSQ
MBRSHDeactivated DUMMYMBRSHCHAR1CHAR1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
REF_WERKSReference plant REF_WERKSCHAR4T001WWERKSRWK
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
REF_LGORTReference Storage Location REF_LGORTCHAR4T001LLGORTRLG
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
REF_BUKRSReference Company Code REF_BUKRSCHAR4T001BUKRSRBU
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
REF_BWKEYReference valuation area REF_BWKEYCHAR4T001KBWKEYRBK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
REF_BWTARReference valuation type REF_BWTARCHAR10T149DBWTARRBA
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
REF_VKORGReference sales organization REF_VKORGCHAR4TVKOVKORGRVK
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
REF_VTWEGReference distribution channel REF_VTWEGCHAR2TVTWVTWEGRVT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
REF_LGNUMReference warehouse number REF_LGNUMCHAR3T300LGNUMRLN
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
REF_LGTYPReference storage type REF_LGTYPCHAR3T301LGTYPRLT
DISPRMaterial: MRP profile DISPRCHAR4MDIPDISPRDPR
PROPRForecast profile PROPRCHAR4MPRPPROPRPPR
AAUSWIndicator: view selection only on request AAUSWCHAR1XFELDMAU
ASCHLIndicator: org. levels/profiles only on request ASCHLCHAR1XFELDMSL
ABRSHIndicator: hide industry sector on initial screen ABRSHCHAR1XFELDMBR
BDREFInactive: no longer used BDREFINAKTCHAR2BDREF
SISELCreate Views Selected SISELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM USRM1
INTO CORRESPONDING FIELDS OF WA_USRM1
WHERE...

How to access SAP table USRM1

Within an ECC or HANA version of SAP you can also view further information about USRM1 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!