LISCOMDES SAP (LIS: Destination Table) Table details

Dictionary Type: Table
Description: LIS: Destination Table




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




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

LISCOMDES is a standard SAP Table which is used to store LIS: Destination Table data and is available within R/3 SAP systems depending on the version and release level.

The LISCOMDES table consists of various fields, each holding specific information or linking keys about LIS: Destination Table data available in SAP. These include SYSNAM (LIS: System Name), STATE (Single-Character Indicator), SERVICE (LIS: Communication Service), SRCCLIENT (Explicit logon client).. 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: Not classified


SAP LISCOMDES 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
DOMNAMLIS: Logical Domain LISDOMNAMCHAR10CHAR10
SYSNAMLIS: System Name LISSYSNAMCHAR20CHAR20
STATESingle-Character Indicator CHAR1CHAR1CHAR1
SERVICELIS: Communication Service LISSERVECHAR10CHAR10
SRCCLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
TARDOMLIS: Logical Domain LISDOMNAMCHAR10CHAR10
TARSYSLIS: System Name LISSYSNAMCHAR20CHAR20
RFCCLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RFCTYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
REFERENCEAlias name for destination RFCALIASCHAR32Assigned to domainRFCDEST
LOADBALRFC Using Load Balancing Procedure RFCLBFLAGCHAR1RFCLBFLAG
SYSTEMIDSystem ID RFCSYSIDCHAR8SYCHAR08
SYSTEMNRService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
METHODIdentification of a registered RFC server program RFCREGIDCHAR64RFCEXEC
RFCPROGProgram Name (Complete Path) RFCEXECCHAR64RFCEXEC
SERVERName of target host RFCHOSTCHAR100RFCHOST
RFCGROUPLogon Group for Load Balancing Mode RFCLOAD_DCHAR64RFCEXEC
TRACETrace? RFCTRACECHAR1SYST_FLAG
TRUSTEDRFCLogon Procedure RFCSLOGINCHAR1SYST_FLAG
USER_SETLIS: Set User LISUSERSETCHAR1CHAR1
LOGIN_REQLIS: Set Login Request LISLOGRSETCHAR1CHAR1
RFCLOG_GUISingle-Character Indicator CHAR1CHAR1CHAR1
RFCLANGExplicit language RFCLANGLANG1ISOLASYLANGU
RFCUSERExplicit user ID RFCUSERCHAR12SYCHAR12
SAME_USERCurrent User RFCSAMEUSRCHAR1RFCSAMEUSR
PASSWORDExplicit password RFCAUTHCHAR40XUBCODE
DESCRError message text - long text of the error TEXT70CHAR70TEXT70
GWHOSTGateway host name RFCGWHOSTCHAR100RFCHOST
GWSERVICEGateway service RFCGWSERVCHAR32RFCNAME
TBTCSUPPRTRFC: Do not schedule background jobs if conn. error occurs BTCSUPPRCHAR1SYST_FLAG
TBTCTRIESTRFC: Connection attempt up to task BTCTRIESCHAR3SYCHAR03
TBTCDELAYTRFC: Time between repeat attempts BTCDELAY_DCHAR4SYCHAR04
DESTCOPYLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DESTLOCKDisplay type of destination (modifiable and not modifiable) RFCLOCKCHAR1RFCTYPE
SNC_SETSingle-Character Indicator CHAR1CHAR1CHAR1
SNC_QOPSNC: Quality of protection SNC_QOPCHAR1SNC_QOP
SNC_PNAMESNC: Printable name of the aplication server PNAME_APPLCHAR255SNC_PNAME
RFCCONVERTSingle-Character Indicator CHAR1CHAR1CHAR1
RFCCONVXNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
RFCUNICODELIS: Unicode Flag LISUNICODENUMC1NUMC1
RFCBITMAPCharacter field, 8 characters long CHAR8CHAR8CHAR8
SAVEHOSTNMSingle-Character Indicator CHAR1CHAR1CHAR1
MODUSERUser Name SYUNAMECHAR12SYCHAR12
MODDATESystem Date SYDATUMDATS8SYDATS
MODTIMESystem Time SYUZEITTIMS6SYTIME
MODZONECharacter Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM LISCOMDES
INTO CORRESPONDING FIELDS OF WA_LISCOMDES
WHERE...

How to access SAP table LISCOMDES

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