SAP ABAP Class CL_RSTRAN_TEMPLATE (Template Class for Transformation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_TMPL (Package) Transformation: Migration
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_TEMPLATE_TR Template: Transfer Rules 20051128
2 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_TEMPLATE_UR Template: Update Rules 20051107
Properties
Class CL_RSTRAN_TEMPLATE  
Short Description Template Class for Transformation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN_TMPL   Transformation: Migration 
Created 20051107   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSTRAN_GEN_ROOT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSAA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSAU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_TEMPLATE has no interface implemented.
Friends
Class CL_RSTRAN_TEMPLATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_CALL Static Attribute Protected Type reference (TYPE) RS_BOOL Routine Call 20060711
2 G_CONTID Static Attribute Private Type reference (TYPE) RSTRAN_ID ID 20060711
3 G_S_SEG_BUF Static Attribute Protected Type reference (TYPE) IF_RSTRAN_GEN_ROOT=>TY_S_SEG 20060915
4 G_T_CONTEXT Static Attribute Protected Type reference (TYPE) TY_T_CONTEXT 20060711
5 N_R_MAINTAIN Instance attribute Public Object reference (TYPE REF TO) CL_RSTRAN_MAINTAIN Maintenance Level for Transformation 20051108
6 N_S_SOURCE Instance attribute Public Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Object, Type and Type of Association 20051108
7 N_S_TARGET Instance attribute Public Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Object, Type and Type of Association 20051108
8 N_TRANID Instance attribute Public Type reference (TYPE) RSTRANID Transformation ID 20051116
9 N_T_FIELD_SOURCE Instance attribute Public Type reference (TYPE) RSTRAN_T_FIELD Transformation - Structure Fields 20051110
10 N_T_FIELD_TARGET Instance attribute Public Type reference (TYPE) RSTRAN_T_FIELD Transformation - Structure Fields 20051110
11 O_CONST Instance attribute Protected Type reference (TYPE) RSTXTLG Long Description 20051123
12 O_CONTID Instance attribute Protected Type reference (TYPE) RSTRAN_ID ID 20060711
13 O_DIRECT Instance attribute Protected Type reference (TYPE) RSTXTLG Long Description 20051123
14 O_FORMULA Instance attribute Protected Type reference (TYPE) RSTXTLG Long Description 20051123
15 O_MASTER Instance attribute Protected Type reference (TYPE) RSTXTLG Long Description 20051123
16 O_ROUTINE Instance attribute Protected Type reference (TYPE) RSTXTLG Long Description 20051123
17 O_ROUTINE_MODE Instance attribute Protected Type reference (TYPE) RS_BOOL 'X' = migrate direct, ' ' = routine wrapper 20101208
18 O_R_MSG Instance attribute Protected Object reference (TYPE REF TO) CL_RSO_MSG Container for Messages 20051108
19 O_SEGID_SC Instance attribute Protected Type reference (TYPE) RSTRAN_SEGID Segment Number 20060711
20 O_SPLIT Instance attribute Protected Type reference (TYPE) RSTXTLG Long Description 20051123
21 P_DUMMY Instance attribute Private Type reference (TYPE) C 20051122
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates the 'Maintain' Reference 20051129
2 CHANGE_ROUTINE Static method Protected Method Changes ABAP Coding of a Routine 20051118
3 CHECK Instance method Public Method Checks the Created Transformation 20051129
4 COMMENT_CODE Static method Protected Method Comment on ABAP Coding 20110218
5 COMMENT_INCLUDE_CODE Static method Protected Method Comment ABAP Include Coding 20110218
6 CONSTRUCTOR Instance method Public Constructor 20051108
7 COPY_FIELDINFO Instance method Protected Method 20081113
8 CREATE_CONST Instance method Public Method Create a 'Constant' Transformation Rule 20051115
9 CREATE_CURRUNIT Instance method Public Method Transforms a Conversion 20051121
10 CREATE_FORMULA Instance method Public Method Create a 'Formula' Transfromation Rule 20051115
11 CREATE_INIT_RULE Instance method Private Method Creates an Initial Rule (with Method AddRule) 20051115
12 CREATE_MASTER Instance method Public Method Create a 'Master Read' Transformation Rule 20051116
13 CREATE_ROUTINE Instance method Public Method Create a 'Routine' Transformation Rule 20051115
14 CREATE_SPLIT Instance method Public Method Create a 'Time Split' Transformation Rule 20051115
15 DISPLAY_PROTOCOL Instance method Public Method Displays the Protocol in a Popup 20051122
16 EXPAND_INCLUDE Static method Protected Method Resolve ABAP Include 20090526
17 FIND_AGGR Instance method Public Method Finds Aggregation Mode of a Rule 20051115
18 FREE Static method Public Method Free 20060711
19 GET_COMPONENTS__STRUCTURE Static method Protected Method 20060711
20 GET_DATAELEMENTS Instance method Protected Method 20081113
21 GET_INFO Instance method Public Method Returns Information About Transformation 20051201
22 GET_PROTOCOL Instance method Public Method 20051130
23 GET_REF Instance method Public Method Returns the 'Maintain' Reference 20051129
24 GET_SEGMENT Static method Public Method Segment in Generation Format 20060711
25 GET_USED_FIELDS Instance method Protected Method Fields Used in Rule 20060918
26 GET_USED_FIELDS_FORMULA Instance method Protected Method Rule Fields Used in Formula 20061016
27 MODIFY_SYNTAX Instance method Protected Method Modifies ABAP Syntax of a Routine (Replacements, and so on) 20051129
28 MODIFY_SYNTAX_END Instance method Protected Method Modifies ABAP Syntax of a Start Routine (Replacements etc.) 20110404
29 MODIFY_SYNTAX_INVERSE Instance method Protected Method Modifies ABAP Syntax of a Routine (Replacements, and so on) 20110127
30 MODIFY_SYNTAX_START Instance method Protected Method Modifies ABAP Syntax of a Start Routine (Replacements etc.) 20110127
31 MODIFY_UNIT Instance method Private Method Sets UNIT to CURRENCY in Routine Coding 20060331
32 SAVE Instance method Public Method Saves the 'Maintain' Reference 20051129
33 SET_UNIT Instance method Protected Method Setting the Unit 20060711
34 SET_UNIT_FROM_ROUT Instance method Protected Method Setting the Unit Update for Unit Routine 20060711
Events
Class CL_RSTRAN_TEMPLATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CONTEXT Protected See coding 20060711 BEGIN OF ty_s_context, contid TYPE rstran_id, r_template TYPE REF TO cl_rstran_template, END OF ty_s_context
2 TY_S_STEPTEXT Protected See coding 20051123 BEGIN OF ty_s_steptext, langu TYPE langu, steptype TYPE rstran_steptype, txtlg TYPE rstxtlg, END OF ty_s_steptext
3 TY_T_CONTEXT Protected See coding 20060711 ty_t_context TYPE SORTED TABLE OF ty_s_context WITH UNIQUE KEY contid
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20051129

Method ACTIVATE on class CL_RSTRAN_TEMPLATE has no exception.

Method CHANGE_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODE_UPDATE Call by reference Type reference (TYPE) RS_BOOL Update Flag 20060915
2 Importing I_GLOBAL2_UPDATE Call by reference Type reference (TYPE) RS_BOOL Update Flag 20060915
3 Importing I_GLOBAL_UPDATE Call by reference Type reference (TYPE) RS_BOOL Update Flag 20060915
4 Importing I_R_ROUTINE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_STEP_ROUT Regelschritt: Routinen 20051118
5 Importing I_T_GLOBAL_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051118
6 Importing I_T_GLOBAL_SOURCE_2 Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20060711
7 Importing I_T_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051118
8 Importing I_T_SOURCE_INVERSE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051130

Method CHANGE_ROUTINE on class CL_RSTRAN_TEMPLATE has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20051129
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20051129
3 Importing I_WITH_DISPLAY Call by reference Type reference (TYPE) RS_BOOL Boolean 20051129

Method CHECK on class CL_RSTRAN_TEMPLATE has no exception.

Method COMMENT_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110218
2 Importing I_SOURCE Value transfer Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110218

Method COMMENT_CODE on class CL_RSTRAN_TEMPLATE has no exception.

Method COMMENT_INCLUDE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110218
2 Importing I_SOURCE Value transfer Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110218

Method COMMENT_INCLUDE_CODE on class CL_RSTRAN_TEMPLATE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20051130
2 Importing I_S_REPLACE_SOURCE Call by reference Type reference (TYPE) RSTRAN_S_TLOGO Quelle für die migrierte Regel 20130129
3 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20051108
4 Importing I_S_TARGET Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20051108

Method CONSTRUCTOR on class CL_RSTRAN_TEMPLATE has no exception.

Method COPY_FIELDINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TRANFIELD Call by reference Type reference (TYPE) RSTRAN_S_FIELD Transformation - Strukturfeld 20081113
2 Returning R_S_FOBUFIELD Value transfer Type reference (TYPE) RSFOB_S_FIELDS Felder aus Transfer-/Kommunikationsstruktur 20081113

Method COPY_FIELDINFO on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_CONST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Regelnummer (Fortschreibungsregel) 20051115
2 Importing I_AGGR Call by reference Type reference (TYPE) RSTRAN_AGGREGATION Aggregationsverhalten in Transformation 20051115
3 Importing I_CONSTANT Call by reference Type reference (TYPE) RSTRAN_CONSTANT Konstante 20051115
4 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20051115
5 Importing I_ICIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051115

Method CREATE_CONST on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_CURRUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CSIOBJNM Call by reference Type reference (TYPE) RSSIOBJNM Quell-InfoObject der Kommunikationsstruktur 20051121
2 Importing I_CTTNM Call by reference Type reference (TYPE) RRNUMBR StrMember: Name der Währungsumrechnungsart 20051121
3 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051121
4 Importing I_TAUNIIOBJNM Call by reference Type reference (TYPE) RSSIOBJNM Quell-InfoObject der Kommunikationsstruktur 20051121
5 Importing I_UNITCONV Call by reference Type reference (TYPE) RS_BOOL Boolean 20051121

Method CREATE_CURRUNIT on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051116
2 Exporting E_R_RULE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Regel 20060913
3 Importing I_AGGR Call by reference Type reference (TYPE) RSTRAN_AGGREGATION Aggregationsverhalten in Transformation 20051116
4 Importing I_FORMULA_ID Call by reference Type reference (TYPE) RSFOB_FORMEX Formel-ID extern 20051116
5 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20051116
6 Importing I_ICIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051116

Method CREATE_FORMULA on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_INIT_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051115
2 Importing I_AGGR Call by reference Type reference (TYPE) RSTRAN_AGGREGATION Aggregationsverhalten in Transformation 20051115
3 Importing I_CSIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051118
4 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20051115
5 Importing I_ICIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051115
6 Importing I_RULETYPE Call by reference Type reference (TYPE) RSTRAN_RULETYPE Typ einer Regel 20051116

Method CREATE_INIT_RULE on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_MASTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051116
2 Importing I_AGGR Call by reference Type reference (TYPE) RSTRAN_AGGREGATION Aggregationsverhalten in Transformation 20051116
3 Importing I_CMDATECONSTANT Call by reference Type reference (TYPE) RSCONSTANT Konstante 20051116
4 Importing I_CMDATEIOBJNM Call by reference Type reference (TYPE) RSMDATEIOBJNM Datums-InfoObject für Nachlesen zeitabhängiger Stammdaten 20051116
5 Importing I_CMIOBJNM Call by reference Type reference (TYPE) RSMIOBJNM Quell-InfoObject der Komstru für Stammdaten-Nachlesen 20051116
6 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20051116
7 Importing I_ICIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051116
8 Importing I_MPER Call by reference Type reference (TYPE) RSMPER Zeitabhängigkeit beim Stammdaten-Nachlesen 20051116

Method CREATE_MASTER on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051118
2 Exporting E_R_ROUTINE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_STEP_ROUT Regelschritt: Routinen 20060711
3 Exporting E_R_RULE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Regel 20060913
4 Importing I_AGGR Call by reference Type reference (TYPE) RSTRAN_AGGREGATION Aggregationsverhalten in Transformation 20051118
5 Importing I_CODE_UPDATE Call by reference Type reference (TYPE) RS_BOOL Update Flag 20060915
6 Importing I_GLOBAL2_UPDATE Call by reference Type reference (TYPE) RS_BOOL Update Flag 20060915
7 Importing I_GLOBAL_UPDATE Call by reference Type reference (TYPE) RS_BOOL Update Flag 20060915
8 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20051118
9 Importing I_ICIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051118
10 Importing I_NO_FIELDS Call by reference Type reference (TYPE) RS_BOOL Step hat keine Eingangsfelder 20061016
11 Importing I_ROUTMULTI Call by reference Type reference (TYPE) RSROUTMULTI Tabelle als Rückgabe 20051125
12 Importing I_SOURCE_UNIT Call by reference Type reference (TYPE) RSIOBJNM InfoObject der Quelleinheit 20061016
13 Importing I_T_FIELDS Call by reference Type reference (TYPE) RSAA_T_ARFIELDS 20051130
14 Importing I_T_GLOBAL_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051118
15 Importing I_T_GLOBAL_SOURCE_2 Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20060711
16 Importing I_T_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051118
17 Importing I_T_SOURCE_INVERSE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051130
18 Importing I_UNIROUTINE Call by reference Type reference (TYPE) RS_BOOL Boolean 20051125

Method CREATE_ROUTINE on class CL_RSTRAN_TEMPLATE has no exception.

Method CREATE_SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ORG_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051116
2 Importing I_CSPLITIOBJNM Call by reference Type reference (TYPE) RSSPLITIOBJNM Quell-InfoObject der Komstru für Zeitverteilung 20051116
3 Importing I_CSPLITPLANT Call by reference Type reference (TYPE) RSSPLITPLANT Fabrikkalender 20051116
4 Importing I_CSPLITPROFIL Call by reference Type reference (TYPE) WFCID Fabrikkalender 20051116
5 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20051116
6 Importing I_ICIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20051116

Method CREATE_SPLIT on class CL_RSTRAN_TEMPLATE has no exception.

Method DISPLAY_PROTOCOL Signature

Method DISPLAY_PROTOCOL on class CL_RSTRAN_TEMPLATE has no parameter.
Method DISPLAY_PROTOCOL on class CL_RSTRAN_TEMPLATE has no exception.

Method EXPAND_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110218
2 Exporting E_EXPANDED Call by reference Type reference (TYPE) RS_BOOL Include code eingefügt 20110218
3 Importing I_COMMENT_INCLUDE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20110218

Method EXPAND_INCLUDE on class CL_RSTRAN_TEMPLATE has no exception.

Method FIND_AGGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AGGR Call by reference Type reference (TYPE) RSTRAN_AGGREGATION Aggregationsverhalten in Transformation 20051115
2 Importing I_AGGRGEN Call by reference Type reference (TYPE) RSD_S_KYF-AGGRGEN 20051115
3 Importing I_UPDTYPE Call by reference Type reference (TYPE) RSUPDTYPE Fortschreibungsart 20051115

Method FIND_AGGR on class CL_RSTRAN_TEMPLATE has no exception.

Method FREE Signature

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

Method GET_COMPONENTS__STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_COMP Call by reference Type reference (TYPE) IF_RSTRAN_GEN_ROOT=>TY_S_COMPONENT Componenten des Typs im GenFormat 20060711
2 Importing I_NAME Call by reference Type reference (TYPE) TYPENAME Name des Dictionary Typs 20060711
3 Importing I_NAME_GEN Call by reference Type reference (TYPE) TYPENAME Name des Dictionary Typs 20060711

Method GET_COMPONENTS__STRUCTURE on class CL_RSTRAN_TEMPLATE has no exception.

Method GET_DATAELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_FIELDS Call by reference Type reference (TYPE) RSFOB_T_FIELDS Felder aus Transfer-/Kommunikationsstruktur 20081113
# Exception Resumable Description Created on
1 FAILED 20081113

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20051201

Method GET_INFO on class CL_RSTRAN_TEMPLATE has no exception.

Method GET_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20051130
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20051130

Method GET_PROTOCOL on class CL_RSTRAN_TEMPLATE has no exception.

Method GET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MAINTAIN Call by reference Object reference (TYPE REF TO) CL_RSTRAN_MAINTAIN Pflegeschicht der Transformation 20051129

Method GET_REF on class CL_RSTRAN_TEMPLATE has no exception.

Method GET_SEGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SEG_SOURCE Call by reference Type reference (TYPE) IF_RSTRAN_GEN_ROOT=>TY_T_SEG 20060711
2 Importing I_R_MAINTAIN Call by reference Object reference (TYPE REF TO) CL_RSTRAN_MAINTAIN Pflegeschicht der Transformation 20060711

Method GET_SEGMENT on class CL_RSTRAN_TEMPLATE has no exception.

Method GET_USED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_FIELD Call by reference Type reference (TYPE) RSAA_T_ARFIELDS 20060918
2 Importing I_CODEID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20060918
3 Importing I_ROUTINE Call by reference Type reference (TYPE) RSROUTINE ABAP-Routine 20061016
# Exception Resumable Description Created on
1 NO_FIELDS_USED Keine Feldverwendugen 20061016

Method GET_USED_FIELDS_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_FIELD Call by reference Type reference (TYPE) RSAA_T_ARFIELDS 20061016
2 Importing I_FORMULA_ID Call by reference Type reference (TYPE) RSFOB_FORMEX Externe FormelId 20061016
# Exception Resumable Description Created on
1 NO_FIELDS_USED Keine Feldverwendugen 20061016

Method MODIFY_SYNTAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051129
2 Importing I_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051129

Method MODIFY_SYNTAX on class CL_RSTRAN_TEMPLATE has no exception.

Method MODIFY_SYNTAX_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110404
2 Importing I_LATE Call by reference Type reference (TYPE) RS_BOOL Boolean 20110404
3 Importing I_TARGET_IOBJ Call by reference Type reference (TYPE) RSDIOBJNM InfoObject 20110404
4 Importing I_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110404

Method MODIFY_SYNTAX_END on class CL_RSTRAN_TEMPLATE has no exception.

Method MODIFY_SYNTAX_INVERSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110127
2 Importing I_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110127

Method MODIFY_SYNTAX_INVERSE on class CL_RSTRAN_TEMPLATE has no exception.

Method MODIFY_SYNTAX_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110127
2 Importing I_T_ABAPSOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20110127

Method MODIFY_SYNTAX_START on class CL_RSTRAN_TEMPLATE has no exception.

Method MODIFY_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20060331

Method MODIFY_UNIT on class CL_RSTRAN_TEMPLATE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20051129
2 Importing I_WITH_CTO Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Transportanschluss 20090123

Method SAVE on class CL_RSTRAN_TEMPLATE has no exception.

Method SET_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIXCUKY Call by reference Type reference (TYPE) RSD_CUKY 20060711
2 Importing I_FIXUNIT Call by reference Type reference (TYPE) RSD_UNIT 20060711
3 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20060711
4 Importing I_UNIFNM Call by reference Type reference (TYPE) RSFIELDNM Feldname 20060711
5 Importing I_UNIIOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20060711

Method SET_UNIT on class CL_RSTRAN_TEMPLATE has no exception.

Method SET_UNIT_FROM_ROUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20060711

Method SET_UNIT_FROM_ROUT on class CL_RSTRAN_TEMPLATE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710