SXMS_LCR_VERS SAP (XI: Version Information form SLD About Receiver Systems) Table details

Dictionary Type: Table
Description: XI: Version Information form SLD About Receiver Systems




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




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

SXMS_LCR_VERS is a standard SAP Table which is used to store XI: Version Information form SLD About Receiver Systems data and is available within R/3 SAP systems depending on the version and release level.

The SXMS_LCR_VERS table consists of various fields, each holding specific information or linking keys about XI: Version Information form SLD About Receiver Systems data available in SAP. These include SERVICE (XI: Service), CACHEMODE (XMB: Mode for Cache of Version Information from SLD), COMPONENT (Software Component), CRELEASE (SAP Release).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SXMS_LCR_VERS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SERVICEXI: Service SXI_SERVICECHAR60SXI_SERVICE
CACHEMODEXMB: Mode for Cache of Version Information from SLD SXMSLCRVERSCACHEMODECHAR1SXMSLCRVERSCACHEMODE
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
CRELEASESAP Release SAPRELEASECHAR10CHAR10
CEXTRELEASESupport Package Level of a Software Component SAPPATCHLVCHAR10CHAR10
LASTSLDCALLUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
RFCDESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
SLDHOSTCharacter field of length 40 CHAR40CHAR40CHAR40
SLDPORTNatural Number INT4INT410INT4
SLDUSERUser Name SYUNAMECHAR12SYCHAR12
TEXTchar120 CHAR120CHAR120CHAR120
EXPIRYUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATEDBYCreated by User SXMSCREATEDBYCHAR12UNAME
CREATEDDATECreated On SXMSCREATEDDATEDATS8SYDATS
CREATEDTIMECreated At SXMSCREATEDTIMETIMS6SYTIME
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXMS_LCR_VERS
INTO CORRESPONDING FIELDS OF WA_SXMS_LCR_VERS
WHERE...

How to access SAP table SXMS_LCR_VERS

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