LAW2D_USMM_SYST SAP (LAW 2.0 USMM result systems) Table details

Dictionary Type: Table
Description: LAW 2.0 USMM result systems




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




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

LAW2D_USMM_SYST is a standard SAP Table which is used to store LAW 2.0 USMM result systems data and is available within R/3 SAP systems depending on the version and release level.

The LAW2D_USMM_SYST table consists of various fields, each holding specific information or linking keys about LAW 2.0 USMM result systems data available in SAP. These include DATASETGUID (Globally Unique Identifier), SYSTEMGUID (Globally Unique Identifier), SYSTEMNO (System Number), SYSID (Name of SAP System).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LAW2D_USMM_SYST 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
DATASETGUIDGlobally Unique Identifier GUIDRAW16
SYSTEMGUIDGlobally Unique Identifier GUIDRAW16
SYSTEMNOSystem Number LAW2_SYSTEMNOCHAR18
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
INSTNOInstallation Number LAW2_INSTNUMBERCHAR10LAW2_INSTNUMBER
HWKEYHardware Key LAW2_HWKEYCHAR11LAW2_HWKEY
USEDDATABASECentral Database System SYDBSYSCHAR10SYCHAR10
SAPRELEASELAW 2.0 System Release LAW2_SYSTEM_RELEASECHAR12
PRICELISTLAW 2.0 Pricelist LAW2_PRICELISTCHAR2LAW2_PRICELIST
RESULTDATELAW 2.0 USMM result date LAW2_DATEDATS8LAW2_DATE
STATUSLAW 2.0 USMM measurment status LAW2_USMM_MEAS_STATUSCHAR1LAW2_USMM_MEAS_STATUS
SYSSTATUSSystem Status LAW2_MEASPLAN_SYSSTAT_XMLCHAR15LAW2_MEASPLAN_SYSSTAT_XML
MEASSTATUSLAW 2.0 Status Values LAW2_STATUS_VALUECHAR2LAW2_STATUS_VALUE
MEASUSERLAW 2.0 User Measurement LAW2_MEASUSERCHAR12UNAME
MEASDATELAW 2.0 Measurement Date LAW2_MEASDATEDATS8DATS
MEASTIMELAW 2.0 Measurement Time LAW2_MEASTIMETIMS6UZEIT
EXTSYSTEMFLAGLAW 2.0 External System LAW2_EXTERNAL_SYSTEM_FLAGCHAR1XFELD
EXTSYSTEMIDExternal System ID (String) LAW2_EXTERNAL_SYSTEM_IDSTRG0STRING

Key field Non-key field



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

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

SELECT SINGLE *
FROM LAW2D_USMM_SYST
INTO CORRESPONDING FIELDS OF WA_LAW2D_USMM_SYST
WHERE...

How to access SAP table LAW2D_USMM_SYST

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