SAP ABAP Class CL_RSODP_R3IS_PS_CONV_AGENT (PoleStar Conversion Agent)
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_R3IS_PS_CONV_AGENT  
Short Description PoleStar Conversion Agent    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODP   Operational Data Provisioning (BW Part) 
Created 20090519   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSODP_INDEX Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSODP_R3IS_PS_CONV_AGENT has no interface implemented.
Friends
Class CL_RSODP_R3IS_PS_CONV_AGENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONVERSION_COMPONENTS Constant Public See coding 20090630
2 P_ATTRNAME Instance attribute Private Type reference (TYPE) TREXD_ATTR_NAME Attribute Name 20090630
3 P_COMPONENT Instance attribute Private Type reference (TYPE) FIELDNAME Field Name 20090630
4 P_DISPLAYNAME Instance attribute Private Type reference (TYPE) TREXS_VIEW_ATTRIBUTE-DISPLAY_NAME 20090630
5 P_S_DTA_PRO Instance attribute Public Type reference (TYPE) RSD_S_DTA_PRO InfoObject Properties in Data Target 20090630
6 P_TH_CONVERSION Instance attribute Public Type reference (TYPE) TTH_CONVERSION 20090630
7 P_TYPE Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_ELEMDESCR Runtime Type Services 20090630
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CONVERSION_TABLE Instance method Public Method 20090630
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090630
3 GET_ATTRNAME Instance method Public Method 20090630
4 GET_ATTRNAME_EXTERNAL Instance method Public Method 20090630
5 GET_COMPONENT Instance method Public Method 20090630
6 GET_COMP_TO_ATTRNAME Instance method Public Method 20090630
7 GET_CONVERSION_TABLE Instance method Public Method 20090630
8 GET_DATA_REF Instance method Public Method 20090630
9 GET_DISPLAYNAME Instance method Public Method 20090630
10 GET_DISPLAYNAME_EXTERNAL Instance method Public Method 20090630
11 GET_INSTANCE Static method Public Method 20090630
12 INSERT_VALUE Instance method Public Method 20090630
Events
Class CL_RSODP_R3IS_PS_CONV_AGENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CONVERSION Public See coding 20090630 BEGIN OF ts_conversion, internal TYPE rschavl, external TYPE rschavl, END OF ts_conversion
2 TTH_CONVERSION Public See coding 20090630 tth_conversion TYPE HASHED TABLE OF ts_conversion WITH UNIQUE KEY internal
3 TT_CONVERSION Public See coding 20090630 tt_conversion type STANDARD TABLE OF ts_conversion
Method Signatures

Method CLEAR_CONVERSION_TABLE Signature

Method CLEAR_CONVERSION_TABLE on class CL_RSODP_R3IS_PS_CONV_AGENT has no parameter.
Method CLEAR_CONVERSION_TABLE on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ATTR_INFO Call by reference Type reference (TYPE) CL_RSODP_INDEX=>TS_COMP_TO_ATTRNAME 20090630
2 Importing I_S_DTA_PRO Call by reference Type reference (TYPE) RSD_S_DTA_PRO Eigenschaften eines InfoObjects im Datenziel 20090630

Method CONSTRUCTOR on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_ATTRNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ATTRNAME_INTERNAL Value transfer Type reference (TYPE) TREXD_ATTR_NAME Attributname 20090630

Method GET_ATTRNAME on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_ATTRNAME_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ATTRNAME_EXTERNAL Value transfer Type reference (TYPE) TREXD_ATTR_NAME Attributname 20090630

Method GET_ATTRNAME_EXTERNAL on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COMPONENT Value transfer Type reference (TYPE) FIELDNAME Feldname 20090630

Method GET_COMPONENT on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_COMP_TO_ATTRNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_COMP_TO_ATTRNAME Call by reference Type reference (TYPE) CL_RSODP_INDEX=>TTH_COMP_TO_ATTRNAME 20090630

Method GET_COMP_TO_ATTRNAME on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_CONVERSION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CONVERSION_TABLE Call by reference Type reference (TYPE) TT_CONVERSION 20090630

Method GET_CONVERSION_TABLE on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DATA Value transfer Object reference (TYPE REF TO) DATA 20090630

Method GET_DATA_REF on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_DISPLAYNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DISPLAYNAME_INTERNAL Value transfer Type reference (TYPE) TREXD_ATTR_NAME Attributname 20090630

Method GET_DISPLAYNAME on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_DISPLAYNAME_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DISPLAYNAME_EXTERNAL Value transfer Type reference (TYPE) TREXD_ATTR_NAME Attributname 20090630

Method GET_DISPLAYNAME_EXTERNAL on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ATTR_INFO Call by reference Type reference (TYPE) CL_RSODP_INDEX=>TS_COMP_TO_ATTRNAME InfoObject 20090630
2 Importing I_S_DTA_PRO Call by reference Type reference (TYPE) RSD_S_DTA_PRO InfoProvider 20090630
3 Returning R_R_AGENT Value transfer Object reference (TYPE REF TO) CL_RSODP_R3IS_PS_CONV_AGENT 20090630

Method GET_INSTANCE on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.

Method INSERT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20090630

Method INSERT_VALUE on class CL_RSODP_R3IS_PS_CONV_AGENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730