SAP ABAP Class CL_RSODP_TRANSFORMATION_HELPER (Helper Class for Transformations from ODP sources)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSODP (Package) Operational Data Provisioning (BW Part)
Properties
Class CL_RSODP_TRANSFORMATION_HELPER  
Short Description Helper Class for Transformations from ODP sources    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODP   Operational Data Provisioning (BW Part) 
Created 20130717   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSODP_TRANSFORMATION_HELPER has no forward declaration.
Interfaces
Class CL_RSODP_TRANSFORMATION_HELPER has no interface implemented.
Friends
Class CL_RSODP_TRANSFORMATION_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_CURRENT_HEADER Instance attribute Private Object reference (TYPE REF TO) TS_HEADERID 20130717
2 PTS_HEADER Instance attribute Private See coding 20130717
3 P_IS_INVALID Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130717
4 P_R_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_RSODP_TRANSFORMATION_HELPER Helper Class for Transformations from ODP sources 20130717
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20130717
2 FREE Instance method Public Method 20130717
3 GET_BW_NODEID Instance method Public Method 20130717
4 GET_INSTANCE Static method Public Method 20130717
5 HEADERID_TO_OBJECTID Instance method Public Method 20130717
Events
Class CL_RSODP_TRANSFORMATION_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_HEADERID Private See coding 20130717 BEGIN OF ts_headerid, headerid type odp_headerid, objectid type roobjectid, t_nodeid type SORTED TABLE OF ts_nodeid with UNIQUE key odp_nodeid, end of ts_headerid
2 TS_NODEID Private See coding 20130717 begin of ts_nodeid, odp_nodeid type odp_nodeid, rsshnodeid type rsshnodeid, end of ts_nodeid
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSODP_TRANSFORMATION_HELPER has no parameter.
Method CONSTRUCTOR on class CL_RSODP_TRANSFORMATION_HELPER has no exception.

Method FREE Signature

Method FREE on class CL_RSODP_TRANSFORMATION_HELPER has no parameter.
Method FREE on class CL_RSODP_TRANSFORMATION_HELPER has no exception.

Method GET_BW_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEADERID Call by reference Type reference (TYPE) ODP_HEADERID Hash ID for Hierarchy Header 20130717
2 Importing I_NODEID Call by reference Type reference (TYPE) ODP_NODEID Hash ID for Hierarchy Header 20130717
3 Returning R_NODEID Value transfer Type reference (TYPE) RSSHNODEID Technical Node ID of Node in Hierarchy 20130717

Method GET_BW_NODEID on class CL_RSODP_TRANSFORMATION_HELPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_HELPER Value transfer Object reference (TYPE REF TO) CL_RSODP_TRANSFORMATION_HELPER Helper Class for Transformations from ODP sources 20130717

Method GET_INSTANCE on class CL_RSODP_TRANSFORMATION_HELPER has no exception.

Method HEADERID_TO_OBJECTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEADERID Call by reference Type reference (TYPE) ODP_HEADERID Hash ID for Hierarchy Header 20130717
2 Returning R_OBJECTID Value transfer Type reference (TYPE) RSDS_OBJECTID Object ID 20130717

Method HEADERID_TO_OBJECTID on class CL_RSODP_TRANSFORMATION_HELPER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740