LAW_S_DESTCUS SAP (System Overview Table LAWDESTCUS + ALV Specification) Structure details

Dictionary Type: Structure
Description: System Overview Table LAWDESTCUS + ALV Specification




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




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

LAW_S_DESTCUS 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 "System Overview Table LAWDESTCUS + ALV Specification" 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_LAW_S_DESTCUS TYPE LAW_S_DESTCUS.

The LAW_S_DESTCUS table consists of various fields, each holding specific information or linking keys about System Overview Table LAWDESTCUS + ALV Specification data available in SAP. These include SYS_NUMBER (Unique System ID from SAPLICENSE), SYSID (Name of SAP System), INSTNO (Installation number), HWKEY (Hardware Key).. 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 LAW_S_DESTCUS 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
SYS_NUMBERUnique System ID from SAPLICENSE LAW_SYSIDCHAR18
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
INSTNOInstallation number INSTNUMBERCHAR10INSTNUMBER
HWKEYHardware Key HWKEYCHAR11HWKEY
CUSTOMER_NUMBERCustomer Number of an SAP Customer LAW_CUSTOMER_NUMBERNUMC10SAP_CUSTOMER_NUMBER
ACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
SYSNUM_AVAILABLESingle-Character Indicator CHAR1CHAR1CHAR1
ACTIVE_HWKEYSingle-Character Indicator CHAR1CHAR1CHAR1
SAPRELRelease of SAP System SYSAPRLCHAR4SYCHAR04
SYSSTATUSSystem Status SYSSTATCHAR15SYSSTAT
PATCHLEVELFour-digit number NUM4NUMC4NUM04
PLUGINVERSChar 20 CHAR20CHAR20CHAR20
LASTACTIONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
VERSTDATESystem Date SYDATUMDATS8SYDATS
VERSTTIMESystem Time SYUZEITTIMS6SYTIME
VERSTRESSingle-Character Indicator CHAR1CHAR1CHAR1
VERBTDATESystem Date SYDATUMDATS8SYDATS
VERBTTIMESystem Time SYUZEITTIMS6SYTIME
VERBTRESSingle-Character Indicator CHAR1CHAR1CHAR1
COMP_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
COMP_SRVUSERUser Name SYUNAMECHAR12SYCHAR12
LAW_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LAW_SRVUSERUser Name SYUNAMECHAR12SYCHAR12
AUTH_METHODNumeric 1-character NUM1NUMC1NUM1
PMODEProcessing Mode PMODECHAR1PMODE
PLUGINABAP Program Name PROGNAMECHAR40PROGNAME
ERRNUMBERFour-digit number NUM4NUMC4NUM04
STATUS_CSingle-Character Indicator CHAR1CHAR1CHAR1
STATUS_ESingle-Character Indicator CHAR1CHAR1CHAR1
STATUS_MSingle-Character Indicator CHAR1CHAR1CHAR1
DROP_DOWN_HANDLENatural Number INT4INT410INT4
DROP_DOWN_HDLE_2Natural Number INT4INT410INT4
ACTIONTEXTLast Action Triggered in Component System LAWACTIONCHAR30
ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
INFO_ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
CELLTAB 0
CONS_GROUPLAW: Name of a Consolidation Group LAW_CONS_GROUPCHAR20
DESCRIPTIONLAW: Description of an Installation (Number) LAW_INST_DESCRCHAR80TEXT80

Key field Non-key field



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

As LAW_S_DESTCUS 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 LAW_S_DESTCUS as there is no data to select.

How to access SAP table LAW_S_DESTCUS

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