SAP ABAP Class IF_RSR_FIPT_TRANSFORMATOR (Description of a Transformation of the FIPT)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSR_FIPT_COMBINED Consecutive Execution of Trafos 20031031
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSR_FIPT_TRANSFORMATOR Abstract Service Class 20031030
Properties
Class IF_RSR_FIPT_TRANSFORMATOR  
Short Description Description of a Transformation of the FIPT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20031030   SAP 
Last change 20140121   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 IF_RSR_FIPT_STRUCTURE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSR_FIPT_TRANSFORMATOR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSR_FIPT_TRANSFORMATOR has no interface implemented.
Friends
Class IF_RSR_FIPT_TRANSFORMATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_NOSORT Instance attribute Public Type reference (TYPE) RS_BOOL 20031031
2 N_PREFETCH Instance attribute Public Type reference (TYPE) RS_BOOL 20031031
3 PROP_LOOKUP Constant Public Type reference (TYPE) CHAR4 'LUP' Loosely defined; could be used for patch levels 20110413
4 PROP_MOVE Constant Public Type reference (TYPE) CHAR4 'MOVE' Loosely defined; could be used for patch levels 20041207
5 PROP_NAV_ATR Constant Public Type reference (TYPE) CHAR4 'NATR' Loosely defined; could be used for patch levels 20120312
6 PROP_SID2VAL Constant Public Type reference (TYPE) CHAR4 'S2V' Loosely defined; could be used for patch levels 20041207
7 PROP_VAL2SID Constant Public Type reference (TYPE) CHAR4 'V2S' Loosely defined; could be used for patch levels 20041207
8 SCOPE_EXPORTING Constant Public Type reference (TYPE) CHAR1 'E' 20031030
9 SCOPE_IMPORTING Constant Public Type reference (TYPE) CHAR1 'I' 20031030
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_TRANSFORM Instance method Public Method Post-Processing (Clean Up etc.) 20031031
2 BEFORE_TRANSFORM Instance method Public Method Post-Processing (PREFETCH etc.) 20031031
3 FREE_DATA_REF Instance method Public Method Release Reference from GET_DATA_REF 20031030
4 GET_DATA_REF Instance method Public Method Get REF TO DATA for In-/Output Parameter 20031030
5 GET_FIELD_INFO_SHORT Instance method Public Method Information for In-/Output Parameter 20031031
6 GET_MAPPING Instance method Public Method Generate Overlap Type 20031030
7 GET_STRUCTURE_DESCR Instance method Public Method Structure Description 20031030
8 HAS_PROPERTY Instance method Public Method 20041207
9 TRANSFORM Instance method Public Method Individual Transformation Step 20031031
10 TRANSFORM_CONTAINER Instance method Public Method Mass Transformation 20100917
11 TRANSFORM_MULT Instance method Public Method Mass Transformation 20100730
Events
Class IF_RSR_FIPT_TRANSFORMATOR has no event.
Types
Class IF_RSR_FIPT_TRANSFORMATOR has no local type.
Method Signatures

Method AFTER_TRANSFORM Signature

Method AFTER_TRANSFORM on class IF_RSR_FIPT_TRANSFORMATOR has no parameter.
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031031

Method BEFORE_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TA_VALUES Call by reference Type reference (TYPE) ANY TABLE 20031031
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031031

Method FREE_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) DATA 20031030
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031030

Method GET_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCOPE Call by reference Type reference (TYPE) CHAR1 20031031
2 Returning R_R_DATA Value transfer Object reference (TYPE REF TO) DATA 20031030
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040329

Method GET_FIELD_INFO_SHORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCOPE Call by reference Type reference (TYPE) CHAR1 IF_RSR_FIPT_TRANSFORMATOR=>SCOPE_EXPORTING 20031031
2 Returning R_T_FIELD_INFO_SHORT Value transfer Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_T_FIELD_INFO_SHORT 20031031
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031031

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR 20031030
2 Exporting E_TS_FIELDNM Call by reference Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_TS_FIELDNM 20031030
3 Importing I_R_STRUCTURE Call by reference Object reference (TYPE REF TO) IF_RSR_FIPT_STRUCTURE 20031030
4 Importing I_SCOPE Call by reference Type reference (TYPE) CHAR1 20031031
5 Importing I_TS_EXCLUDE Call by reference Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_TS_FIELDNM 20031030
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031031

Method GET_STRUCTURE_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCOPE Call by reference Type reference (TYPE) CHAR1 20031031
2 Returning R_R_STRUCTURE Value transfer Object reference (TYPE REF TO) IF_RSR_FIPT_STRUCTURE 20031030
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031031

Method HAS_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY Call by reference Type reference (TYPE) C 20041207
2 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL Boolean 20041207

Method HAS_PROPERTY on class IF_RSR_FIPT_TRANSFORMATOR has no exception.

Method TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_ANY Call by reference Type reference (TYPE) ANY 20031031
2 Importing I_S_ANY Call by reference Type reference (TYPE) ANY 20031031
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20031031

Method TRANSFORM_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) IF_RSR_FIPT_DATA_CONTAINER Datencontainer für die FIPT 20100917
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20100917

Method TRANSFORM_MULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_DATA Call by reference Type reference (TYPE) ANY TABLE 20100804
2 Changing C_TS_FIELDNM Call by reference Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_TS_FIELDNM 20100804
3 Importing I_R_STRUCTURE Call by reference Object reference (TYPE REF TO) IF_RSR_FIPT_STRUCTURE Strukturbeschreibung für FIPT 20100804
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20100730
History
Last changed by/on SAP  20140121 
SAP Release Created in