SAP ABAP Class CL_RSRT_ID (Unique ID)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_FW (Package) RSRT BICS Framework
Properties
Class CL_RSRT_ID  
Short Description Unique ID    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_BICS_FW   RSRT BICS Framework 
Created 20110802   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSRT_ID Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSRT_ID has no interface implemented.
Friends
Class CL_RSRT_ID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_ID_COUNTER Static Attribute Private Type reference (TYPE) IF_RSRT_ID=>TN_ID Unique ID 20111007
2 P_T_IDS Static Attribute Private Type reference (TYPE) TN_T_ID Unique ID List 20111007
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ID Static method Public Method Create Unique ID 20110802
2 GET_ID_OF_REQUESTOR Static method Public Method Get ID of Requestor 20110802
3 GET_REQUESTOR_OF_ID Static method Public Method Get Requestor of ID 20110802
Events
Class CL_RSRT_ID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_O_REQUESTOR Public Object reference (TYPE REF TO) IF_RSRT_ID Requestor of Unique ID 20111007
2 TN_S_ID Public See coding Unique ID 20111007 begin of tn_s_id, o_requestor type tn_O_REQUESTOR, id type if_rsrt_id=>tn_id, end of tn_s_id
3 TN_T_ID Public See coding Unique ID List 20111007 tn_t_id type sorted table of tn_s_id with unique key o_requestor with unique sorted key id components id initial size 1
Method Signatures

Method CREATE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_REQUESTOR Call by reference Type reference (TYPE) TN_O_REQUESTOR Requestor of Unique ID 20110802
2 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_ID=>TN_ID Unique ID 20110802

Method CREATE_ID on class CL_RSRT_ID has no exception.

Method GET_ID_OF_REQUESTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_REQUESTOR Call by reference Type reference (TYPE) TN_O_REQUESTOR Requestor of Unique ID 20110802
2 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_ID=>TN_ID Unique ID 20110802

Method GET_ID_OF_REQUESTOR on class CL_RSRT_ID has no exception.

Method GET_REQUESTOR_OF_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_RSRT_ID=>TN_ID Unique ID 20110802
2 Returning VALUE Value transfer Type reference (TYPE) TN_O_REQUESTOR Requestor of Unique ID 20110802

Method GET_REQUESTOR_OF_ID on class CL_RSRT_ID has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700