SAP ABAP Class CL_RSDD_CS_INPUT (PartProvider Representation in Calculation View)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_CALCSCENARIO (Package) Create Calculation Scenario
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CS_XML Parent Class for XML Creation 20091112
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CS_CUBE_TABLE_INPUT OLAP Cube Table for CalculationScenario 20110125
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CS_DELTA_INPUT PartProvider Representation with Delta Query for Calc. Scen. 20100219
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CS_FC_INPUT Function Call Input 20121009
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CS_HIERARCHY_INPUT Hierarchy Input for Aggregation 20110404
Properties
Class CL_RSDD_CS_INPUT  
Short Description PartProvider Representation in Calculation View    
Super Class CL_RSDD_CS_XML Parent Class for XML Creation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CALCSCENARIO   Create Calculation Scenario 
Created 20091112   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDD_CS_INPUT has no forward declaration.
Interfaces
Class CL_RSDD_CS_INPUT has no interface implemented.
Friends
Class CL_RSDD_CS_INPUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_ALIAS Instance attribute Private Type reference (TYPE) STRING Alias for Calculation View 20091112
2 P_NAME Instance attribute Private Type reference (TYPE) STRING Name of PartProvider 20091112
3 P_OUTPUT_NAME Instance attribute Private Type reference (TYPE) STRING Output Name for SPLIT, MERGE and CONDITION (XSD Vers. > 2) 20110203
4 P_R_NAME_MAPPER Instance attribute Private Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Name Conversions for NewDB 20110221
5 P_SOURCE Instance attribute Private Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Source Object (Data Source) of a CalcView Input 20110125
6 P_TAGNAME Instance attribute Private Type reference (TYPE) STRING 'input' Name of XML Tag 20091112
7 P_T_MAPPINGS Instance attribute Private Type reference (TYPE) TN_T_MAPPING Mappings to PartProvider Attributes 20091116
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MAPPING Instance method Public Method Adds a new attribute mapping 20091116
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091112
3 DELETE_MAPPINGS Instance method Public Method Deletes all attribute mappings 20110119
4 GET_ALIAS Instance method Public Method Returns the name alias for the associated calc. view 20091112
5 GET_INPUT_SOURCE Instance method Public Method Returns the reference to the input source (if exists) 20110125
6 GET_MAPPINGS Instance method Public Method Returns the list of attribute mappings 20091116
7 GET_NAME Instance method Public Method Returns the name 20091112
8 GET_NAME_MAPPER Instance method Public Method Returns the name converter 20110221
9 GET_OUTPUT_NAME Instance method Public Method Return Output Name (XSD Vers. > 2) 20110203
10 SET_OUTPUT_NAME Instance method Public Method Output Names for Split, Merge, Condition (XSD Vers. > 2) 20110203
11 SET_TAGNAME Instance method Public Method Sets a specific tag-name (i.e. "cubeInput") 20130315
12 WRITE_MAPPINGS Instance method Protected Method Generates XML for field assignments to PartProviders 20100219
13 WRITE_SPECIFIC Instance method Protected Method Generates additional XML for each child instance 20110221
Events
Class CL_RSDD_CS_INPUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_MAPPING_ENTRY Public See coding Mapping Entry 20101013 begin of tn_s_mapping_entry, target type string, object type ref to cl_rsdd_cs_mapping, end of tn_s_mapping_entry
2 TN_T_MAPPING Public See coding Table with Attribute Mappings to PartProviders 20091116 TN_T_MAPPING type sorted table of tn_s_mapping_entry with unique key target
Method Signatures

Method ADD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MAPPING Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_MAPPING Abbildungsbeschreibung für ein CalcView-Attribut 20091116

Method ADD_MAPPING on class CL_RSDD_CS_INPUT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) CSEQUENCE Alias fpr das zugehörige CalculationView 20091120
2 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Name des Partproviders 20091120
3 Importing I_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Namenskonvertierungen für NewDB 20110221
4 Importing I_R_SOURCE Call by reference Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Sourceobjekt eines ClacView-Inputs 20100928

Method CONSTRUCTOR on class CL_RSDD_CS_INPUT has no exception.

Method DELETE_MAPPINGS Signature

Method DELETE_MAPPINGS on class CL_RSDD_CS_INPUT has no parameter.
Method DELETE_MAPPINGS on class CL_RSDD_CS_INPUT has no exception.

Method GET_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ALIAS Value transfer Type reference (TYPE) STRING Namen-Alias 20091112

Method GET_ALIAS on class CL_RSDD_CS_INPUT has no exception.

Method GET_INPUT_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_INPUT_SOURCE Value transfer Object reference (TYPE REF TO) IF_RSDD_CS_INPUT_SOURCE Sourceobjekt des ClacView-Inputs 20110125

Method GET_INPUT_SOURCE on class CL_RSDD_CS_INPUT has no exception.

Method GET_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MAPPINGS Value transfer Type reference (TYPE) TN_T_MAPPING Tabellle mit Attributsabbildungen auf Partprovider 20091116

Method GET_MAPPINGS on class CL_RSDD_CS_INPUT has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class CL_RSDD_CS_INPUT has no exception.

Method GET_NAME_MAPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_NAME_MAPPER Value transfer Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Namenskonvertierungen für NewDB 20110221

Method GET_NAME_MAPPER on class CL_RSDD_CS_INPUT has no exception.

Method GET_OUTPUT_NAME Signature

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

Method GET_OUTPUT_NAME on class CL_RSDD_CS_INPUT has no exception.

Method SET_OUTPUT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OUTPUT_NAME Call by reference Type reference (TYPE) CSEQUENCE Ausgabenamen setzten (XSD Version > 2) 20110203

Method SET_OUTPUT_NAME on class CL_RSDD_CS_INPUT has no exception.

Method SET_TAGNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAGNAME Call by reference Type reference (TYPE) CSEQUENCE New tag-name 20130315

Method SET_TAGNAME on class CL_RSDD_CS_INPUT has no exception.

Method WRITE_MAPPINGS Signature

Method WRITE_MAPPINGS on class CL_RSDD_CS_INPUT has no parameter.
Method WRITE_MAPPINGS on class CL_RSDD_CS_INPUT has no exception.

Method WRITE_SPECIFIC Signature

Method WRITE_SPECIFIC on class CL_RSDD_CS_INPUT has no parameter.
Method WRITE_SPECIFIC on class CL_RSDD_CS_INPUT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730