SAP ABAP Class CL_SLIM_CONFIGURATION_MODEL (System Measurement: Configuration Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-LIM (Application Component) License Measurement
     SLIM (Package) System Measurement
Properties
Class CL_SLIM_CONFIGURATION_MODEL  
Short Description System Measurement: Configuration Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIM   System Measurement 
Created 20080611   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SLIM_CONFIGURATION_MODEL has no forward declaration.
Interfaces
Class CL_SLIM_CONFIGURATION_MODEL has no interface implemented.
Friends
Class CL_SLIM_CONFIGURATION_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_GRP_ADDRESS_DATA Constant Public Type reference (TYPE) SYM_GRP 'Address' Address Data Group 20090311
2 GC_GRP_CONFIG Constant Public Type reference (TYPE) SYM_GRP 'Config' Configuration Data 20090311
3 GC_GRP_LAWP_RFC Constant Public Type reference (TYPE) SYM_GRP 'LAWPRFC' LAW RFC Attributes 20090311
4 GC_GRP_SYSTEM_DATA Constant Public Type reference (TYPE) SYM_GRP 'System' System Data 20090311
5 GC_KEY_EMAIL1 Constant Public Type reference (TYPE) SYM_VAL 'Email1' E-Mail Key 20090311
6 GC_KEY_EMAIL2 Constant Public Type reference (TYPE) SYM_VAL 'Email2' 20090311
7 GC_KEY_EMAIL3 Constant Public Type reference (TYPE) SYM_VAL 'Email3' 20090311
8 GC_KEY_EMAIL4 Constant Public Type reference (TYPE) SYM_VAL 'Email4' 20090311
9 GC_KEY_LAWP_FLAG Constant Private Type reference (TYPE) SYM_KEY '_LAWtrFlag' LAW Transfer Indicator 20090311
10 GC_KEY_LAWP_RFC_DESTINATION Constant Public Type reference (TYPE) SYM_KEY 'LAWDEST' RFC Address of LAW Central System 20090311
11 GC_KEY_LAW_EMAIL_TO_LOWER Constant Public Type reference (TYPE) SYM_KEY 'LAW_mail2l' E-Mail Conversion Indicator 20090311
12 GC_KEY_LAW_RFC Constant Public Type reference (TYPE) SYM_KEY 'LAWRFCDest' RFC Address of Assigned LAW 20090311
13 GC_KEY_LLAW_RFC Constant Public Type reference (TYPE) SYM_KEY 'LocLAWDest' RFC Address of Local LAW 20090311
14 GC_KEY_RECIPIENT1 Constant Public Type reference (TYPE) SYM_KEY 'Recipient1' Recipient Key 20090311
15 GC_KEY_RECIPIENT2 Constant Public Type reference (TYPE) SYM_KEY 'Recipient2' 20090311
16 GC_KEY_RECIPIENT3 Constant Public Type reference (TYPE) SYM_KEY 'Recipient3' 20090311
17 GC_KEY_RECIPIENT4 Constant Public Type reference (TYPE) SYM_KEY 'Recipient4' 20090311
18 GC_KEY_RECIPIENT5 Constant Public Type reference (TYPE) SYM_KEY 'Recipient5' 20090311
19 GC_KEY_SENDER1 Constant Public Type reference (TYPE) SYM_KEY 'Sender1' Sender Data Key 20090311
20 GC_KEY_SENDER2 Constant Public Type reference (TYPE) SYM_KEY 'Sender2' 20090311
21 GC_KEY_SENDER3 Constant Public Type reference (TYPE) SYM_KEY 'Sender3' 20090311
22 GC_KEY_SENDER4 Constant Public Type reference (TYPE) SYM_KEY 'Sender4' 20090311
23 GC_KEY_SENDER5 Constant Public Type reference (TYPE) SYM_KEY 'Sender5' 20090311
24 GC_KEY_SENDER6 Constant Public Type reference (TYPE) SYM_KEY 'Sender6' 20090311
25 GC_KEY_SYS_STATUS Constant Public Type reference (TYPE) SYM_KEY 'Status' System Prod. KF 20090311
26 GC_KEY_USR_MSM Constant Public Type reference (TYPE) SYM_KEY 'BsUsrMsm' User Measurement Block Size 20090311
27 GT_ADDRESS_DATA Static Attribute Public See coding 20090311
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TRANSFER_REMAINDER Static method Public Method Check Transfer Flag 20090311
2 GET_ADDRESS_DATA Static method Private Method Import Address Data in RAW Format 20090311
3 GET_CONFIRM_EMAIL_ADDR Static method Public Method Address for Confirmation of Receipt 20090311
4 GET_LAW_EMAIL_ADDRESS Instance method Public Method LAW Target Address for SID Dispatch 20090311
5 GET_LAW_EMAIL_TO_LOWER Static method Public Method Query Indicator for E-Mail Conversion 20090311
6 GET_LAW_RFC_ADDRESS Static method Public Method RFC Address of Assigned LAW Instance 20090311
7 GET_LOCAL_LAW_ADDRESS Static method Public Method RFC Address of Local LAW Instance 20090311
8 GET_RECIPIENT_ADDRESS Static method Public Method Address for SAP Recipient 20090311
9 GET_SENDER_ADDRESS Static method Public Method Sender Address 20090311
10 GET_SYSTEM_STATUS Static method Public Method Production KF of Local System 20090311
11 GET_USER_MEAS_BS Static method Public Method Buffer Size for User Measurement 20090311
12 SET_LAW_EMAIL_TO_LOWER Static method Public Method Sets flag for e-mail conversion 20090311
13 SET_LAW_RFC_ADDRESS Static method Public Method Set RFC Address of Assigned LAW Instance 20090311
14 SET_TRANSFER_REMAINDER Static method Public Method Set Transfer Indicator 20090311
Events
Class CL_SLIM_CONFIGURATION_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GY_EMAIL Public Type reference (TYPE) STRING 20090311
2 GY_RCPADR Public See coding 20090311 BEGIN OF GY_RCPADR, RECIPIENT1 TYPE SYM_VAL, RECIPIENT2 TYPE SYM_VAL, RECIPIENT3 TYPE SYM_VAL, RECIPIENT4 TYPE SYM_VAL, RECIPIENT5 TYPE SYM_VAL, END OF GY_RCPADR
3 GY_SNDADR Public See coding 20090311 BEGIN OF GY_SNDADR, SENDER1 TYPE SYM_VAL, SENDER2 TYPE SYM_VAL, SENDER3 TYPE SYM_VAL, SENDER4 TYPE SYM_VAL, SENDER5 TYPE SYM_VAL, SENDER6 TYPE SYM_VAL, END OF GY_SNDADR
4 LAW_TASKID Public See coding 20090311 LAW_TASKID TYPE c length 255
Method Signatures

Method CHECK_TRANSFER_REMAINDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_REM Value transfer Type reference (TYPE) LAW_TASKID LAW: ID einer Task (Remote-Aktion) 20090311

Method CHECK_TRANSFER_REMAINDER on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_ADDRESS_DATA Signature

Method GET_ADDRESS_DATA on class CL_SLIM_CONFIGURATION_MODEL has no parameter.
Method GET_ADDRESS_DATA on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_CONFIRM_EMAIL_ADDR Signature

Method GET_CONFIRM_EMAIL_ADDR on class CL_SLIM_CONFIGURATION_MODEL has no parameter.
Method GET_CONFIRM_EMAIL_ADDR on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_LAW_EMAIL_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_EMAIL Value transfer Type reference (TYPE) GY_EMAIL 20090311

Method GET_LAW_EMAIL_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_LAW_EMAIL_TO_LOWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_TO_LOWER Value transfer Type reference (TYPE) STRING 20090311

Method GET_LAW_EMAIL_TO_LOWER on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_LAW_RFC_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_RFC_ADDR Value transfer Type reference (TYPE) STRING 20090311

Method GET_LAW_RFC_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_LOCAL_LAW_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_RFC_ADDR Value transfer Type reference (TYPE) STRING 20090311
# Exception Resumable Description Created on
1 CX_SLIM_GLOBAL Systemvermessung: Globale Ausnahmeklasse 20090311

Method GET_RECIPIENT_ADDRESS Signature

Method GET_RECIPIENT_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no parameter.
Method GET_RECIPIENT_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_SENDER_ADDRESS Signature

Method GET_SENDER_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no parameter.
Method GET_SENDER_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_SYSTEM_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_STATUS Value transfer Type reference (TYPE) STRING 20090311

Method GET_SYSTEM_STATUS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method GET_USER_MEAS_BS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_BS Value transfer Type reference (TYPE) I 20090311

Method GET_USER_MEAS_BS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method SET_LAW_EMAIL_TO_LOWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_TO_LOWER Value transfer Type reference (TYPE) STRING 20090311

Method SET_LAW_EMAIL_TO_LOWER on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method SET_LAW_RFC_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_RFC_ADDR Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20090311

Method SET_LAW_RFC_ADDRESS on class CL_SLIM_CONFIGURATION_MODEL has no exception.

Method SET_TRANSFER_REMAINDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PARAM Value transfer Type reference (TYPE) STRING 20090311
# Exception Resumable Description Created on
1 CX_SLIM_GLOBAL Systemvermessung: Globale Ausnahmeklasse 20090311
History
Last changed by/on SAP  20110908 
SAP Release Created in