RZLLITAB SAP (Assignments of Logon/Server Groups to Instances) Table details

Dictionary Type: Table
Description: Assignments of Logon/Server Groups to Instances




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




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

RZLLITAB is a standard SAP Table which is used to store Assignments of Logon/Server Groups to Instances data and is available within R/3 SAP systems depending on the version and release level.

The RZLLITAB table consists of various fields, each holding specific information or linking keys about Assignments of Logon/Server Groups to Instances data available in SAP. These include APPLSERVER (Instance Name (for Logon/Server Group Assignment)), GROUPTYPE (Group type), IP_ADDRESS (IP address), RESP_TIME (Response Time).. 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 RZLLITAB 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
CLASSNAMELogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
APPLSERVERInstance Name (for Logon/Server Group Assignment) RZLLI_ASVRCHAR20RZLLI_ASN
GROUPTYPEGroup type RZLLI_GRPTCHAR1RZLLI_GRPT
IP_ADDRESSIP address RZLLI_IPADCHAR31CHAR31
RESP_TIMEResponse Time RZLLI_RSPTNUMC6NUM6
USERSNo. of users RZLLI_USRSNUMC4NUM4
OP_MODEMulti-purpose logon/server group management field RZLLI_C20CHAR20TEXT20
WP_QUOTAMaximum number of work processes that can be used RZLLI_WPQTINT13RZLLI_WPQT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RZLLITAB
INTO CORRESPONDING FIELDS OF WA_RZLLITAB
WHERE...

How to access SAP table RZLLITAB

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