SAP ABAP Class CL_LOGICAL_PORT_HANDLER (Handler class to access server list via logical port.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-SLG (Application Component) SAP System Log
     SLOG (Package) System log
Properties
Class CL_LOGICAL_PORT_HANDLER  
Short Description Handler class to access server list via logical port.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLOG   System log 
Created 20120504   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LOGICAL_PORT_HANDLER has no forward declaration.
Interfaces
Class CL_LOGICAL_PORT_HANDLER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SYSLOG 20120815 System log
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_LOG_NEW Constant Private Type reference (TYPE) STRING 'rslg/central/log/new' 20120504
2 C_PORT_NAME Constant Private Type reference (TYPE) STRING 'RSLG_REMOTE_ACCESS_PORT' 20120504
3 C_PORT_NO Constant Private Type reference (TYPE) STRING '5&&13' 20120504
4 C_PROXY_NAME Constant Private Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 'CO_WSSAPCONTROL_PORT_TYPE' 20120504
5 C_SAPDP Constant Private Type reference (TYPE) STRING 'sapdp' 20120504
6 G_HOST_NAME Instance attribute Private Type reference (TYPE) SYHOST Name of Current Application Server 20120504
7 G_LP_NAME Instance attribute Private Type reference (TYPE) SRT_LP_NAME 20120504
8 G_PORT_NO Instance attribute Private Type reference (TYPE) STRING C_PORT_NO 20120504
9 G_SYSTEM_NO Instance attribute Private See coding 20120504
10 G_USE_HTTPS Instance attribute Private Type reference (TYPE) C 20120504
11 L_LP_IT Instance attribute Private Type reference (TYPE) SRT_LP_NAMES 20120504
12 L_LP_WA Instance attribute Private Type reference (TYPE) SRT_LP_NAME 20120504
13 L_PROPERTY_IT Instance attribute Private Type reference (TYPE) SRT_WSP_PUBLIC_PROPERTIES 20120504
14 L_PROPERTY_WA Instance attribute Private Type reference (TYPE) SRT_WSP_PUBLIC_PROPERTY 20120504
15 L_SERVER_IT Instance attribute Private See coding 20120504
16 L_SERVER_WA Instance attribute Private Type reference (TYPE) MSXXLIST 20120504
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_LP_NAME Instance method Private Method 20120504
2 CONSTRUCTOR Instance method Public Constructor 20120504
3 CREATE_DYN_CLIENT_CONFIG Instance method Private Method 20120504
4 CREATE_PORT Instance method Private Method 20120504
5 DELETE_DYN_CLIENT_CONFIG Instance method Public Method 20120504
6 FILL_WITH_ZERO Instance method Private Method 20120504
7 GET_INSTANCE_LIST Instance method Private Method 20120504
8 GET_SERVER_NAMES Instance method Public Method 20120504
9 GET_WP_TABLE Instance method Public Method Get table of work processes 20130403
10 HANDLE_CX_SRT_WSP_CONFIG Instance method Private Method 20120504
11 READ_SYSLOG Instance method Public Method Read syslog (from a non-ABAP instance) 20120703
Events
Class CL_LOGICAL_PORT_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MSXXTABLE Public See coding 20120504 MSXXTABLE type STANDARD TABLE OF MSXXLIST
Method Signatures

Method BUILD_LP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_HOST Call by reference Type reference (TYPE) SYHOST SY-HOST Name of Current Application Server 20120814
2 Changing P_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20120504
3 Importing P_NAME_BODY Call by reference Type reference (TYPE) STRING 20120504
4 Importing P_PORT_NUMBER Call by reference Type reference (TYPE) STRING 20120504

Method BUILD_LP_NAME on class CL_LOGICAL_PORT_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) MSNAME2 name of the host, if a remote system is requested 20120703
2 Importing IM_LPNAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20120814

Method CONSTRUCTOR on class CL_LOGICAL_PORT_HANDLER has no exception.

Method CREATE_DYN_CLIENT_CONFIG Signature

Method CREATE_DYN_CLIENT_CONFIG on class CL_LOGICAL_PORT_HANDLER has no parameter.
# Exception Resumable Description Created on
1 CX_SERVER_LIST 20120504

Method CREATE_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_PORT Call by reference Object reference (TYPE REF TO) CO_WSSAPCONTROL_PORT_TYPE 20120504
# Exception Resumable Description Created on
1 CX_SERVER_LIST 20120504

Method DELETE_DYN_CLIENT_CONFIG Signature

Method DELETE_DYN_CLIENT_CONFIG on class CL_LOGICAL_PORT_HANDLER has no parameter.
# Exception Resumable Description Created on
1 CX_SERVER_LIST 20120504

Method FILL_WITH_ZERO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_STR Call by reference Type reference (TYPE) C 20120504

Method FILL_WITH_ZERO on class CL_LOGICAL_PORT_HANDLER has no exception.

Method GET_INSTANCE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PORT Call by reference Object reference (TYPE REF TO) CO_WSSAPCONTROL_PORT_TYPE 20120504
2 Importing P_SIL_INP Call by reference Type reference (TYPE) WSGET_SYSTEM_INSTANCE_LIST_RQ 20120504
3 Changing P_SIL_OUT Call by reference Type reference (TYPE) WSGET_SYSTEM_INSTANCE_LIST_RS 20120504
# Exception Resumable Description Created on
1 CX_SERVER_LIST 20120504

Method GET_SERVER_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_SERVERS Call by reference Type reference (TYPE) MSXXTABLE 20120504
# Exception Resumable Description Created on
1 CX_SERVER_LIST 20120504

Method GET_WP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ENTRIES Value transfer Type reference (TYPE) WSWORK_PROCESS_TAB Proxy Table Type (Generated) 20130403
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technical Error 20130403

Method HANDLE_CX_SRT_WSP_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CX_CONFIG Call by reference Object reference (TYPE REF TO) CX_SRT_WSP_CONFIG 20120504
2 Changing P_ERRORTEXT Call by reference Type reference (TYPE) STRING 20120504

Method HANDLE_CX_SRT_WSP_CONFIG on class CL_LOGICAL_PORT_HANDLER has no exception.

Method READ_SYSLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ENTRIES Value transfer Type reference (TYPE) RSLGENTR_NEW_TAB RSLGENTR_NEW table 20120816
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Authorization to read syslog is missing 20120706
History
Last changed by/on SAP  20140121 
SAP Release Created in 740