LISCDERR SAP (LIS Connections: Status of Connection Check) Structure details

Dictionary Type: Structure
Description: LIS Connections: Status of Connection Check




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




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

LISCDERR 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 "LIS Connections: Status of Connection Check" 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_LISCDERR TYPE LISCDERR.

The LISCDERR table consists of various fields, each holding specific information or linking keys about LIS Connections: Status of Connection Check data available in SAP. These include DOMNAM (LIS: Logical Domain), SYSNAM (LIS: System Name), STATE (Single-Character Indicator), SERVICE (LIS: Communication Service).. 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: Not classified


SAP LISCDERR 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
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
TEXT Error Text0
ERR Error = 'X', ok = space0
ALERTS 0

Key field Non-key field



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

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

How to access SAP table LISCDERR

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