ALAVLJ630CL SAP (CCMS: J2EE 6.30 Cluster Data) Structure details

Dictionary Type: Structure
Description: CCMS: J2EE 6.30 Cluster Data




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




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

ALAVLJ630CL 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 "CCMS: J2EE 6.30 Cluster Data" 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_ALAVLJ630CL TYPE ALAVLJ630CL.

The ALAVLJ630CL table consists of various fields, each holding specific information or linking keys about CCMS: J2EE 6.30 Cluster Data data available in SAP. These include NAME (Application Server Name), HOST (Name of Application Server), SERV (Service), MSGTYPES (Services).. 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: Cannot Be Enhanced


SAP ALAVLJ630CL 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
NSGUIDGUID for access to a name server of a system CSMNSGUIDCHAR32SYSUUID_C
NAMEApplication Server Name MSNAME2CHAR40MSNAME2
HOSTName of Application Server MSHOST2CHAR32MSHOST2
SERVService MSSERVCHAR20MSSERV
MSGTYPESServices MSTYPESRAW1MSTYPES
HOSTADRHost IP address MSHOSTADRRAW4RAW4
SERVNOService port number MSSERVNORAW2RAW2
STATEServer Status MSSTATERAW1MSSTATE
MSGNAMESCharacter String for Message Service MSG_STRINGCHAR32
DIAG_HOSTName of Application Server MSHOST2CHAR32MSHOST2
DIAG_PORTService MSSERVCHAR20MSSERV
DIAGS_HOSTName of Application Server MSHOST2CHAR32MSHOST2
DIAGS_PORTService MSSERVCHAR20MSSERV
RFC_HOSTName of Application Server MSHOST2CHAR32MSHOST2
RFC_PORTService MSSERVCHAR20MSSERV
RFCS_HOSTName of Application Server MSHOST2CHAR32MSHOST2
RFCS_PORTService MSSERVCHAR20MSSERV
HTTP_HOSTName of Application Server MSHOST2CHAR32MSHOST2
HTTP_PORTService MSSERVCHAR20MSSERV
HTTPS_HOSTName of Application Server MSHOST2CHAR32MSHOST2
HTTPS_PORTService MSSERVCHAR20MSSERV
FTP_HOSTName of Application Server MSHOST2CHAR32MSHOST2
FTP_PORTService MSSERVCHAR20MSSERV
SMTP_HOSTName of Application Server MSHOST2CHAR32MSHOST2
SMTP_PORTService MSSERVCHAR20MSSERV
NNTP_HOSTName of Application Server MSHOST2CHAR32MSHOST2
NNTP_PORTService MSSERVCHAR20MSSERV
DIAG_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
DIAG_PORT_EXTService MSSERVCHAR20MSSERV
DIAGS_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
DIAGS_PORT_EXTService MSSERVCHAR20MSSERV
RFC_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
RFC_PORT_EXTService MSSERVCHAR20MSSERV
RFCS_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
RFCS_PORT_EXTService MSSERVCHAR20MSSERV
HTTP_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
HTTP_PORT_EXTService MSSERVCHAR20MSSERV
HTTPS_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
HTTPS_PORT_EXTService MSSERVCHAR20MSSERV
FTP_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
FTP_PORT_EXTService MSSERVCHAR20MSSERV
SMTP_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
SMTP_PORT_EXTService MSSERVCHAR20MSSERV
NNTP_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
NNTP_PORT_EXTService MSSERVCHAR20MSSERV
J2EE_HOSTName of Application Server MSHOST2CHAR32MSHOST2
J2EE_PORTService MSSERVCHAR20MSSERV
J2EE_LBTotal no. of work processes for application server PFEWPNOCHAR3CHAR3
J2EE_PREFIXPath Prefix for Connection Types G and H PFADPRECHAR255PFADPRE
J2EE_RCODECharacter Field Length = 10 CHAR10CHAR10CHAR10
J2EE_RSTATText Line of Length 256 ICM_LINECHAR256
J2EE_RTIMECharacter Field Length = 10 CHAR10CHAR10CHAR10
J2EES_HOSTName of Application Server MSHOST2CHAR32MSHOST2
J2EES_PORTService MSSERVCHAR20MSSERV
J2EES_LBTotal no. of work processes for application server PFEWPNOCHAR3CHAR3
J2EES_RCODECharacter Field Length = 10 CHAR10CHAR10CHAR10
J2EES_RSTATText Line of Length 256 ICM_LINECHAR256
J2EES_RTIMECharacter Field Length = 10 CHAR10CHAR10CHAR10
J2EE_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
J2EE_PORT_EXTService MSSERVCHAR20MSSERV
J2EES_HOST_EXTName of Application Server MSHOST2CHAR32MSHOST2
J2EES_PORT_EXTService MSSERVCHAR20MSSERV
P4_HOSTName of Application Server MSHOST2CHAR32MSHOST2
P4_PORTService MSSERVCHAR20MSSERV
P4_LBTotal no. of work processes for application server PFEWPNOCHAR3CHAR3
P4_PREFIXPath Prefix for Connection Types G and H PFADPRECHAR255PFADPRE
P4_RCODECharacter Field Length = 10 CHAR10CHAR10CHAR10
P4_RSTATText Line of Length 256 ICM_LINECHAR256
P4_RTIMECharacter Field Length = 10 CHAR10CHAR10CHAR10
TRXNS_HOSTName of Application Server MSHOST2CHAR32MSHOST2
TRXNS_PORTService MSSERVCHAR20MSSERV

Key field Non-key field



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

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

How to access SAP table ALAVLJ630CL

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