SAP ABAP Class CL_RSTRAN_STEP_ROUT (Rule Step: Routines)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN (Package) Transformation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP Rule Step of a Transformation (Superior Class) 20041011
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_EXPERT Expert Routine 20041115
2 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_FORMULA Rule Step: Formulas 20050126
Properties
Class CL_RSTRAN_STEP_ROUT  
Short Description Rule Step: Routines    
Super Class CL_RSTRAN_STEP Rule Step of a Transformation (Superior Class) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN   Transformation 
Created 20041011   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSAA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_STEP_ROUT has no interface implemented.
Friends
Class CL_RSTRAN_STEP_ROUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_T_AABAP Instance attribute Public Type reference (TYPE) RSAA_T_AABAP Routine - Code 20041126
2 N_T_AABAP_INV Instance attribute Public Type reference (TYPE) RSAA_T_AABAP InverseRoutine - Code 20051109
3 N_T_AROUT Instance attribute Public Type reference (TYPE) RSAA_T_AROUT Routine 20041126
4 N_T_AROUTT Instance attribute Public Type reference (TYPE) RSAA_T_AROUTT Routine - Text 20041126
5 N_T_GLB2_AABAP Static Attribute Public Type reference (TYPE) RSAA_T_AABAP 20060629
6 N_T_GLB2_AROUT Static Attribute Public Type reference (TYPE) RSAA_T_AROUT 20060629
7 N_T_GLB2_AROUTT Static Attribute Public Type reference (TYPE) RSAA_T_AROUTT 20060629
8 N_T_GLB_AABAP Static Attribute Public Type reference (TYPE) RSAA_T_AABAP Global Part of Routine - Code 20050113
9 N_T_GLB_AROUT Static Attribute Public Type reference (TYPE) RSAA_T_AROUT Global Part of Routine 20050113
10 N_T_GLB_AROUTT Static Attribute Public Type reference (TYPE) RSAA_T_AROUTT Global Part of Routine - Text 20050113
11 O_CODEID Instance attribute Protected Type reference (TYPE) RSCODEID ID for ABAP code 20041116
12 O_GLOBALID Instance attribute Protected Type reference (TYPE) RSCODEID ID for ABAP code 20041126
13 O_GLOBALID2 Instance attribute Protected Type reference (TYPE) RSCODEID ID for ABAP code 20060629
14 O_MAINTAIN_ABORT Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20060831
15 O_R_SOURCE Instance attribute Protected Object reference (TYPE REF TO) IF_RSTRAN_SOURCE Source for Transformation 20041115
16 O_R_TARGET Instance attribute Protected Object reference (TYPE REF TO) IF_RSTRAN_TARGET Target for Transformation 20041115
17 O_T_FIELDS Instance attribute Protected Type reference (TYPE) TY_T_FIELDS 20050330
18 P_CHANGED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130402
19 P_CHECK_ALL_ROUT Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20090923
20 P_FORCE_CHANGE Instance attribute Private Type reference (TYPE) RS_BOOL Coding adjusted automatically 20091125
21 P_KIND Instance attribute Private Type reference (TYPE) RSTRAN_KIND_OF_ROUT Routine Variant 20041012
22 P_NO_AUTHORITIES Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20100413
23 P_TH_GLOBAL Static Attribute Private Type reference (TYPE) TY_TH_GLOBAL 20050113
24 P_TH_ROUT Static Attribute Private Type reference (TYPE) TY_TH_ROUT 20041124
25 P_T_MAPPING Instance attribute Private Type reference (TYPE) TY_T_MAPPING 20041012
Methods
# Method Level Visibility Method type Description Created on
1 ACTUALIZE_PARAMS Instance method Public Method Updating Parameters 20050105
2 CHECK_REQUIRED_AUTH Instance method Public Method Query whether requested authorization found 20100413
3 COMPARE_GLOBAL Instance method Public Method Compares Global Areas 20080118
4 CONSTRUCTOR Instance method Public Constructor 20041011
5 CREATE_DEFAULT_CODE Static method Private Method 20130814
6 CREATE_ID Instance method Public Method Generates an ID 20051202
7 DELETE_GLB_ROUT Static method Public Method Deletion of Static Entries for Global Routines 20060705
8 DELETE_STAT_ENTRY Static method Public Method Deletion of Static Entries 20070206
9 FILL_MAPPING Instance method Public Method For Test 20041013
10 GET_CODE Instance method Public Method Returns Existing ABAP Coding 20041126
11 GET_CODEID Instance method Public Method Returns Routine CODEID 20041011
12 GET_IF_REF Instance method Public Method Returns Interface References from Source and Target 20041124
13 GET_KIND Instance method Public Method Returns Routine Variants 20041020
14 GET_PARAMID Instance method Private Method Creating Parameter Talbe + Mapping 20041012
15 GET_REF Static method Public Method Returns Reference from Code ID 20041124
16 GET_ROUTINE Static method Public Method Returns Routine 20041116
17 MAINTAIN_ROUT Instance method Private Method Call of Routine Maintenance 20041013
18 READ_CODE Instance method Private Method Reads ABAP Coding from Database 20050112
19 SAVE_GLOBAL_ROUTINE Instance method Public Method Saving Global Part 20050113
20 SAVE_ROUTINE Instance method Private Method Saving Routine 20041221
21 SET_CHECK_ALL_ROUT Instance method Public Method Set Check Flag for Routine Special Check 20090923
22 SET_FORCED_CHANGE Instance method Public Method Always save when returning from Editor 20091125
23 SET_KIND Instance method Public Method Setting Routine Variant 20041227
24 STORE_ROUTINE Instance method Public Method Saving Routine Coding 20041221
Events
Class CL_RSTRAN_STEP_ROUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FIELD Public See coding 20050425 BEGIN OF ty_s_field, name TYPE rsfieldnm, comp TYPE rsfieldnm, END OF ty_s_field
2 TY_S_FIELDS Public See coding 20050425 BEGIN OF ty_s_fields, paramtype TYPE rstran_paramtype, param_id TYPE rstran_paramid, fieldnm TYPE rsfieldnm, segid TYPE rstran_segid, END OF ty_s_fields
3 TY_S_GLOBAL Private See coding 20050113 BEGIN OF ty_s_global, tranid TYPE rstranid, objvers TYPE rsobjvers, globalid TYPE rscodeid, globalid2 TYPE rscodeid, END OF ty_s_global
4 TY_S_MAPPING Private See coding 20041012 BEGIN OF ty_s_mapping, param_id TYPE rstran_paramid, paramtype TYPE rstran_paramtype, fieldnm TYPE rsfieldnm, segid TYPE rstran_segid, END OF ty_s_mapping
5 TY_S_PUBLIC Public See coding 20041013 BEGIN OF ty_s_public, param_id TYPE rstran_paramid, paramtype TYPE rstran_paramtype, fieldnm TYPE rsfieldnm, END OF ty_s_public
6 TY_S_ROUT Private See coding 20041124 BEGIN OF ty_s_rout, codeid TYPE rscodeid, objvers TYPE rsobjvers, r_rout TYPE REF TO cl_rstran_step_rout, END OF ty_s_rout
7 TY_TH_GLOBAL Private See coding 20050113 ty_th_global TYPE HASHED TABLE OF ty_s_global WITH UNIQUE KEY tranid objvers
8 TY_TH_ROUT Private See coding 20041124 ty_th_rout TYPE HASHED TABLE OF ty_s_rout WITH UNIQUE KEY codeid objvers
9 TY_T_FIELD Public See coding 20050425 ty_t_field TYPE STANDARD TABLE OF ty_s_field WITH NON-UNIQUE DEFAULT KEY
10 TY_T_FIELDS Public See coding 20050425 ty_t_fields TYPE TABLE OF ty_s_fields
11 TY_T_MAPPING Private See coding 20041013 ty_t_mapping TYPE TABLE OF ty_s_mapping
12 TY_T_PUBLIC Public See coding 20041013 ty_t_public TYPE TABLE OF ty_s_public
Method Signatures

Method ACTUALIZE_PARAMS Signature

Method ACTUALIZE_PARAMS on class CL_RSTRAN_STEP_ROUT has no parameter.
Method ACTUALIZE_PARAMS on class CL_RSTRAN_STEP_ROUT has no exception.

Method CHECK_REQUIRED_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_AUTH_EXIST Value transfer Type reference (TYPE) RS_BOOL angeforderte Berechtigung 20100413

Method CHECK_REQUIRED_AUTH on class CL_RSTRAN_STEP_ROUT has no exception.

Method COMPARE_GLOBAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STEP Call by reference Object reference (TYPE REF TO) CL_RSTRAN_STEP Regelschritt einer Transformation (Oberklasse) 20080118
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20080118

Method COMPARE_GLOBAL on class CL_RSTRAN_STEP_ROUT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODEID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20041011
2 Importing I_GLOBALID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20041126
3 Importing I_GLOBALID2 Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20060629
4 Importing I_KIND Call by reference Type reference (TYPE) RSTRAN_KIND_OF_ROUT Routinenvariante 20041012
5 Importing I_MODUS Call by reference Type reference (TYPE) RS_MODUS RS_C_MODUS-DISPLAY 20041126
6 Importing I_NEW Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070828
7 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041011
8 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20041011
9 Importing I_R_SOURCE Call by reference Object reference (TYPE REF TO) IF_RSTRAN_SOURCE Quelle einer Transformation 20041115
10 Importing I_R_TARGET Call by reference Object reference (TYPE REF TO) IF_RSTRAN_TARGET Ziel einer Transformation 20041115
11 Importing I_R_TRFN_RULE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Regel 20091021
12 Importing I_R_TRFN_TLOGO Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN Transformation 20091021
13 Importing I_R_TRFN_VERS Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_VERS Transformation-Version 20091021
14 Importing I_STEPID Call by reference Type reference (TYPE) RSTRAN_STEPID ID eines Regelschrittes 20041011
15 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20041214
16 Importing I_S_TARGET Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20041214
17 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20041011
18 Importing I_T_FIELD_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Quell-/Zielstrukturfeld einer Regel 20041011
19 Importing I_T_FIELD_TARGET Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Quell-/Zielstrukturfeld einer Regel 20041011
20 Importing I_T_GLOBAL_FIELD Call by reference Type reference (TYPE) RSTRAN_T_FIELD Transformation - Strukturfelder 20051109
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20041217

Method CREATE_DEFAULT_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ROUTINE_SOURCE Call by reference Type reference (TYPE) RSAA_T_ABAPSOURCE 20130814
2 Importing I_DEBUG_LEVEL Call by reference Type reference (TYPE) I 0 20130814
3 Importing I_NO_PROGRAM_CHECK Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20130814
4 Importing I_PROGRAM_CLASS Call by reference Type reference (TYPE) RSSG_PROGCLASS 20130814
5 Importing I_TEMPLATE Call by reference Type reference (TYPE) SY-REPID 20130814
6 Importing I_UNI_IDC25 Call by reference Type reference (TYPE) RSSG_UNI_IDC25 20130814
7 Importing I_USE_METACLASS Call by reference Type reference (TYPE) RSSG_BOOL RS_C_TRUE Boole'sches Kennzeichen 20130814

Method CREATE_DEFAULT_CODE on class CL_RSTRAN_STEP_ROUT has no exception.

Method CREATE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CODEID Value transfer Type reference (TYPE) RSCODEID ID für ABAP-Code 20051202

Method CREATE_ID on class CL_RSTRAN_STEP_ROUT has no exception.

Method DELETE_GLB_ROUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODEID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20060705
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS 20060705

Method DELETE_GLB_ROUT on class CL_RSTRAN_STEP_ROUT has no exception.

Method DELETE_STAT_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070206

Method DELETE_STAT_ENTRY on class CL_RSTRAN_STEP_ROUT has no exception.

Method FILL_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MAPPING Call by reference Type reference (TYPE) TY_T_PUBLIC 20041013

Method FILL_MAPPING on class CL_RSTRAN_STEP_ROUT has no exception.

Method GET_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_GLOBAL_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20041126
2 Exporting E_T_GLOBAL_SOURCE2 Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20060629
3 Exporting E_T_INVERSE_ROUTINE_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051109
4 Exporting E_T_ROUTINE_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20041126

Method GET_CODE on class CL_RSTRAN_STEP_ROUT has no exception.

Method GET_CODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CODID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20041011
2 Exporting E_GLOBALID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20050401
3 Exporting E_GLOBALID2 Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20060629

Method GET_CODEID on class CL_RSTRAN_STEP_ROUT has no exception.

Method GET_IF_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_SOURCE Call by reference Object reference (TYPE REF TO) IF_RSTRAN_SOURCE Quelle einer Transformation 20041124
2 Exporting E_R_TARGET Call by reference Object reference (TYPE REF TO) IF_RSTRAN_TARGET Ziel einer Transformation 20041124

Method GET_IF_REF on class CL_RSTRAN_STEP_ROUT has no exception.

Method GET_KIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_KIND Value transfer Type reference (TYPE) RSTRAN_KIND_OF_ROUT Routinenvariante 20041020

Method GET_KIND on class CL_RSTRAN_STEP_ROUT has no exception.

Method GET_PARAMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_FIELD_STEP Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041012
2 Importing I_PARAMTYPE Call by reference Type reference (TYPE) RSTRAN_PARAMTYPE Typ eines Regelparameters 20041012
3 Importing I_T_FIELD Call by reference Type reference (TYPE) RSTRAN_T_FIELD Transformation - Strukturfelder 20041012

Method GET_PARAMID on class CL_RSTRAN_STEP_ROUT has no exception.

Method GET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODEID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20041124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20070524
3 Returning R_ROUT Value transfer Object reference (TYPE REF TO) CL_RSTRAN_STEP_ROUT Regelschritt: Routinen 20041124
# Exception Resumable Description Created on
1 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20041124

Method GET_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_AABAP Call by reference Type reference (TYPE) RSAA_T_AABAP 20041126
2 Changing C_T_AABAPINV Call by reference Type reference (TYPE) RSAA_T_AABAP 20041126
3 Changing C_T_ARFIELDS Call by reference Type reference (TYPE) RSAA_T_ARFIELDS 20041126
4 Changing C_T_AROUT Call by reference Type reference (TYPE) RSAA_T_AROUT 20041126
5 Changing C_T_AROUTT Call by reference Type reference (TYPE) RSAA_T_AROUTT 20041126
6 Exporting E_NONE_FOUND Call by reference Type reference (TYPE) RS_BOOL Boolean 20041116
7 Exporting E_NOT_ALL_FOUND Call by reference Type reference (TYPE) RS_BOOL Boolean 20041116
8 Exporting E_TEXTS_COPIED Call by reference Type reference (TYPE) RS_BOOL Boolean 20041116
9 Importing I_CODEID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20041116
10 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041116

Method GET_ROUTINE on class CL_RSTRAN_STEP_ROUT has no exception.

Method MAINTAIN_ROUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NO_AUTHORITIES Value transfer Type reference (TYPE) RS_BOOL Boolean 20100413

Method MAINTAIN_ROUT on class CL_RSTRAN_STEP_ROUT has no exception.

Method READ_CODE Signature

Method READ_CODE on class CL_RSTRAN_STEP_ROUT has no parameter.
Method READ_CODE on class CL_RSTRAN_STEP_ROUT has no exception.

Method SAVE_GLOBAL_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_GLOBAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20050113
# Exception Resumable Description Created on
1 CX_RSTRAN_NO_CODE_SAVE Kein Code zum speichern vorhanden 20050803
2 CX_RSTRAN_NO_SAVE Änderungen sind nicht gespeichert 20050113

Method SAVE_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_APPEND_DATA Call by reference Type reference (TYPE) RSTRAN_S_APPEND_DATA Metadaten für InfoSource Appends 20051206
2 Importing I_APPENDNM Call by reference Type reference (TYPE) RSAPPENDNM Name eines Appends (einer Erweiterung) 20051206
# Exception Resumable Description Created on
1 CX_RSTRAN_NO_SAVE Änderungen sind nicht gespeichert 20050112

Method SET_CHECK_ALL_ROUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SET Call by reference Type reference (TYPE) RS_BOOL Boolean 20090923

Method SET_CHECK_ALL_ROUT on class CL_RSTRAN_STEP_ROUT has no exception.

Method SET_FORCED_CHANGE Signature

Method SET_FORCED_CHANGE on class CL_RSTRAN_STEP_ROUT has no parameter.
Method SET_FORCED_CHANGE on class CL_RSTRAN_STEP_ROUT has no exception.

Method SET_KIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Type reference (TYPE) RSTRAN_KIND_OF_ROUT RSTR_ROUTINE-NORMAL Routinenvariante 20041227

Method SET_KIND on class CL_RSTRAN_STEP_ROUT has no exception.

Method STORE_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODEID Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20041221
2 Importing I_CODEID_GLOBAL Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20051109
3 Importing I_CODEID_GLOBAL2 Call by reference Type reference (TYPE) RSCODEID ID für ABAP-Code 20060629
4 Importing I_ROUTINETXTLG Call by reference Type reference (TYPE) RSAA_S_AROUTT-TXTLG 20041221
5 Importing I_T_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20041221
6 Importing I_T_SOURCE_GLOBAL Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051109
7 Importing I_T_SOURCE_GLOBAL_2 Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20060629
8 Importing I_T_SOURCE_INVERSE Call by reference Type reference (TYPE) RSTRAN_T_ABAPSOURCE ABAP_SOURCE 20051109

Method STORE_ROUTINE on class CL_RSTRAN_STEP_ROUT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700