LAW2_S_UI_SYSTEM SAP () Structure details

Dictionary Type: Structure
Description:




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




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

LAW2_S_UI_SYSTEM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_LAW2_S_UI_SYSTEM TYPE LAW2_S_UI_SYSTEM.

The LAW2_S_UI_SYSTEM table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SYSTEMGUID (Globally Unique Identifier), SYSTEMNO (System Number), CUSTNO (LAW 2.0 Customer Number of an SAP Customer), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LAW2_S_UI_SYSTEM structure 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
SYSTEMGUIDGlobally Unique Identifier GUIDRAW16
SYSTEMNOSystem Number LAW2_SYSTEMNOCHAR18
CUSTNOLAW 2.0 Customer Number of an SAP Customer LAW2_CUSTNUMBERNUMC10LAW2_CUSTNUMBER
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
INSTNOInstallation Number LAW2_INSTNUMBERCHAR10LAW2_INSTNUMBER
UISYSTEMIDLAW 2.0 System ID LAW2_SYSTEM_IDCHAR10ALPHALAW2_SYSTEM_ID
DESCRIPTIONDescription LAW2_DESCRIPTIONCHAR100LAW2_DESCRIPTION
LANGUAGELanguage Key LANGULANG1Assigned to domainISOLASPRAS
USEDDATABASELAW 2.0 Central Database System LAW2_USEDDATABASECHAR10LAW2_USEDDATABASE
SAPRELEASELAW 2.0 System Release LAW2_SYSTEM_RELEASECHAR12
SYSSTATUSSystem Status LAW2_MEASPLAN_SYSSTAT_XMLCHAR15LAW2_MEASPLAN_SYSSTAT_XML
SYSTEMPRODLAW 2.0 System Product LAW2_SYS_PRODUCTCHAR40LAW2_SYS_PRODUCT
SYSTEMPVERSLAW 2.0 System Product Version LAW2_SYS_PRODUCT_VERSIONCHAR40LAW2_SYS_PRODUCT_VERSION
RFCDESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
RSLAWPLUGINABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SYSTEMCDATELAW 2.0 System Creation Date (Character due to XML Trans.) LAW2_SYS_CREATION_DATECHAR8
MEASURESTATUSLAW 2.0 Status Values LAW2_STATUS_VALUECHAR2LAW2_STATUS_VALUE
NOMEASUREREASONLAW 2.0 Reason for Non-Measurement of System LAW2_NOMEASURE_REASON_VALUECHAR2LAW2_STATUS_VALUE
CONTRACTNUMBERLAW 2.0 Contract Number LAW2_VBELNCHAR10
INSTLOCATIONLAW 2.0 Location LAW2_CITYCHAR35
INSTCONTACTLAW 2.0 Installation Contact Person LAW2_CONTACTPERSONCHAR35NAME
LOCALSYSTEM LAW2_LOCAL_SYSTEM_FLAGCHAR1XFELD
EXTSYSTEMFLAGLAW 2.0 External System LAW2_EXTERNAL_SYSTEM_FLAGCHAR1XFELD
EXTSYSTEMIDExternal System ID (String) LAW2_EXTERNAL_SYSTEM_IDSTRG0STRING
CRNAMELAW 2.0 Create User Name LAW2_CREATE_USERNAMECHAR30CHAR30
CRDATELAW 2.0 Creation Date LAW2_CREATE_DATEDATS8
CRTIMELAW 2.0 Creation Time LAW2_CREATE_TIMETIMS6
CHNAMELAW 2.0 Changer User Name LAW2_CHANGE_USERNAMECHAR30CHAR30
CHDATELAW 2.0 Change Date LAW2_CHANGE_DATEDATS8
CHTIMELAW 2.0 Change Time LAW2_CHANGE_TIMETIMS6
NOMEASUREREASONTEXTLAW 2.0 Reason for System Non-Measurement LAW2_NOMEASURE_REASONCHAR132ITEX132
SYSSTATUSTEXTLAW 2.0 Status Management Status Description LAW2_STATUS_TEXT_RELEVANTCHAR40TEXT40
MEASSTATUSTEXTLAW 2.0 Status Management Status Description LAW2_STATUS_TEXTCHAR40TEXT40
UI_PROD_SYSSTATUSExplanatory short text DDTEXTCHAR60DDTEXT
SYSSTATUSICON 0
UI_LED_TEXT 0

Key field Non-key field



How do I retrieve data from SAP structure LAW2_S_UI_SYSTEM using ABAP code?

As LAW2_S_UI_SYSTEM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on LAW2_S_UI_SYSTEM as there is no data to select.

How to access SAP table LAW2_S_UI_SYSTEM

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