SAP ABAP Class CL_RSTRAN_STEP (Rule Step of a Transformation (Superior Class))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN (Package) Transformation
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_CONSTANT Rule Step: Constants 20041011
2 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_CONVERT Rule: Conversion 20041026
3 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_NOP Rule: No Update 20041011
4 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_READ Rule Step: Reading (Superior Class) 20041208
5 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_ROUT Rule Step: Routines 20041011
6 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_SIMPLE Rule Step: Simple Transformatin (Superior Class) 20041022
Properties
Class CL_RSTRAN_STEP  
Short Description Rule Step of a Transformation (Superior Class)    
Super 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 RSAU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSAWC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_STEP has no interface implemented.
Friends
Class CL_RSTRAN_STEP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_MAINSTEP Instance attribute Public Type reference (TYPE) RS_BOOL 'X' = Master Step Attribute 20041022
2 N_MODUS Instance attribute Public Type reference (TYPE) RS_MODUS 20041126
3 N_TH_STEPTYPE Static Attribute Public Type reference (TYPE) RSTRAN_TH_STEPTYPE Type of Rule Step 20041011
4 N_T_EXPORT_PARAM Instance attribute Public Type reference (TYPE) RSTRAN_T_STEP_FIELD Rule Step Parameter 20041215
5 N_T_IMPORT_PARAM Instance attribute Public Type reference (TYPE) RSTRAN_T_STEP_FIELD Rule Step Parameter 20041215
6 O_NEW Instance attribute Protected Type reference (TYPE) RS_BOOL Create/Change Differentiation 20111019
7 O_OBJVERS Instance attribute Protected Type reference (TYPE) RSOBJVERS Object Version 20041011
8 O_REF_OBJVERS Instance attribute Protected Type reference (TYPE) RS_OBJVERS Object Version for Dependent Objects 20070122
9 O_RULEID Instance attribute Protected Type reference (TYPE) RSTRAN_RULEID Number of Rule Within a Transformation 20041011
10 O_R_TRFN_RULE Instance attribute Protected Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Rule 20091021
11 O_R_TRFN_TLOGO Instance attribute Protected Object reference (TYPE REF TO) CL_RSTRAN_TRFN Transformation 20091021
12 O_R_TRFN_VERS Instance attribute Protected Object reference (TYPE REF TO) CL_RSTRAN_TRFN_VERS Transformation Version 20091021
13 O_STEPID Instance attribute Protected Type reference (TYPE) RSTRAN_STEPID ID for Rule Step 20041011
14 O_SUBSTEP Instance attribute Protected Type reference (TYPE) RSTRAN_SUBSTEP Subtype of Rule Step 20041110
15 O_S_SOURCE Instance attribute Protected Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Object, type and type of association 20041214
16 O_S_STEPTYPE Instance attribute Protected Type reference (TYPE) RSTRANSTEPTYPE Rule Step Table 20041011
17 O_S_TARGET Instance attribute Protected Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Object, type and type of association 20041214
18 O_TRANID Instance attribute Protected Type reference (TYPE) RSTRANID Transformation ID 20041011
19 O_TYPE Instance attribute Protected Type reference (TYPE) RSTRAN_STEPTYPE Subrule Type 20041011
20 O_UNIT Instance attribute Protected Type reference (TYPE) RS_BOOL 'X' Implicit Unit Calculatin 20041229
21 P_CLASS Constant Private Type reference (TYPE) SEOCLSNAME 'CL_RSTRAN_STEP' Object Type Name 20041022
22 P_CONID Instance attribute Private Type reference (TYPE) RSTRAN_ID ID 20041011
23 P_ID Static Attribute Private Type reference (TYPE) RSTRAN_ID ID 20041011
24 P_TH_STEPS Static Attribute Private Type reference (TYPE) RSTRAN_TH_STEP Rule Steps 20041011
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_STEP Instance method Public Method Completes Rule-Step Reference 20050110
2 CHECK_AUTHORITY Instance method Public Method Checks the authorization for the rule step 20100422
3 CHECK_MAINSTEP Instance method Public Method Checks Whether Rule Step Has a Master Step Attribute 20041022
4 CHECK_ME Instance method Public Method Checks Rule Step 20050315
5 CHECK_UNIT_STEP Instance method Public Method Checks Whether Rule Step Fills Unit or Currency 20041229
6 COMPARE Instance method Public Method Compares Two Step References 20041210
7 CONSTRUCTOR Instance method Public Constructor 20041011
8 COPY_STEP_PROPERTIES Instance method Public Method Copies Parameter Using Reference 20050111
9 DELETE_STEP Instance method Public Method Deletes Rule Step from Database 20041210
10 FREE Instance method Public Method 20050803
11 GET_APPEND_DATA_FOR_RULE Instance method Public Method Returns Append Data of Rule 20051222
12 GET_ICON Instance method Public Method Returns Icon 20041022
13 GET_INFO Instance method Public Method 20041011
14 GET_PARAMS Instance method Public Method Returns Parameter Table 20041215
15 GET_PARAM_FOR_CHECK Instance method Public Method Returns Parameter for Check Message 20050907
16 GET_REF_FROM_ID Static method Public Method Returns Reference from Context ID 20041011
17 GET_RULE_FIELDS Instance method Protected Method Returns Source and Target Fields of Associated Rule 20050107
18 GET_RULE_MAIN_TARGET Instance method Public Method Determines Main Target Field 20050511
19 GET_RULE_REF Instance method Public Method Returns Surrounding Rule 20050104
20 GET_RULE_SOURCE_FIELD Instance method Public Method Determines Source Field of Rule 20041222
21 GET_RULE_TARGET_FIELD Instance method Public Method Determines Target Field of Rule 20050124
22 GET_SOURCE Instance method Public Method 20090326
23 GET_SOURCE_IOBJNM Instance method Public Method Returns InfoObject Name for the Source Field 20051228
24 GET_SOURCE_PARAM Instance method Public Method Returns (if Possible) Target Parameter to Source Parameter 20041222
25 GET_STEPTYPE Instance method Public Method Returns Rule Step Type 20041229
26 GET_TARGET Instance method Public Method 20090326
27 GET_TARGET_PARAM Instance method Public Method Returns (if Possible) Target Parameter to Source Parameter 20041216
28 GET_UNIT_PARAMIDS Instance method Public Method Returns Parameter IDs That Belong to Units 20050120
29 GET_VALUE_PARAMIDS Instance method Public Method Returns Parameter IDs That Belong to Values 20050120
30 IS_SOURCE_UNIT_RELEVANT Instance method Public Method 20130716
31 MAINTAIN Instance method Public Method Call of Rule Step Maintenance 20041013
32 OWN_MAINTAIN Instance method Public Method Separate Maintenance Exists and is Necessary 20060907
33 SAVE Instance method Public Method Saving the Rule Step 20041011
34 SET_MODUS Instance method Public Method Sets Processing Mode 20041126
35 SET_OBJVERS Instance method Public Method Setting Object Version 20041230
36 SET_PROPERTY Instance method Public Method Setting Properties 20050104
37 SET_TRANID Instance method Public Method Setting Object Version 20050201
Events
Class CL_RSTRAN_STEP has no event.
Types
Class CL_RSTRAN_STEP has no local type.
Method Signatures

Method BUILD_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODUS Call by reference Type reference (TYPE) RS_MODUS RS_C_MODUS-DISPLAY 20050110
2 Importing I_T_FIELD_CHANGE Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20050614
3 Importing I_T_FIELD_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20050110
4 Importing I_T_FIELD_TARGET Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20050110

Method BUILD_STEP on class CL_RSTRAN_STEP has no exception.

Method CHECK_AUTHORITY Signature

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

Method CHECK_AUTHORITY on class CL_RSTRAN_STEP has no exception.

Method CHECK_MAINSTEP Signature

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

Method CHECK_MAINSTEP on class CL_RSTRAN_STEP has no exception.

Method CHECK_ME Signature

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

Method CHECK_ME on class CL_RSTRAN_STEP has no exception.

Method CHECK_UNIT_STEP Signature

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

Method CHECK_UNIT_STEP on class CL_RSTRAN_STEP has no exception.

Method COMPARE 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) 20041210
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL Boolean 20041210

Method COMPARE on class CL_RSTRAN_STEP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODUS Call by reference Type reference (TYPE) RS_MODUS RS_C_MODUS-DISPLAY 20041126
2 Importing I_NEW Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070828
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041011
4 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20041011
5 Importing I_R_STEP Call by reference Object reference (TYPE REF TO) CL_RSTRAN_STEP Regelschritt einer Transformation (Oberklasse) 20050111
6 Importing I_R_TRFN_RULE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Regel 20091021
7 Importing I_R_TRFN_TLOGO Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN Transformation 20091021
8 Importing I_R_TRFN_VERS Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_VERS Transformation-Version 20091021
9 Importing I_STEPID Call by reference Type reference (TYPE) RSTRAN_STEPID ID eines Regelschrittes 20041011
10 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20041214
11 Importing I_S_TARGET Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20041214
12 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20041011
13 Importing I_T_FIELD_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041011
14 Importing I_T_FIELD_TARGET Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041011
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20041217

Method COPY_STEP_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_STEP Call by reference Object reference (TYPE REF TO) CL_RSTRAN_STEP Regelschritt einer Transformation (Oberklasse) 20050111
2 Importing I_SHADOW Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Schattenversion 20050726

Method COPY_STEP_PROPERTIES on class CL_RSTRAN_STEP has no exception.

Method DELETE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20041210

Method DELETE_STEP on class CL_RSTRAN_STEP has no exception.

Method FREE Signature

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

Method GET_APPEND_DATA_FOR_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_APPEND_DATA Value transfer Type reference (TYPE) RSTRAN_S_APPEND_DATA Metadaten für InfoSource Appends 20051222

Method GET_APPEND_DATA_FOR_RULE on class CL_RSTRAN_STEP has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ICON Value transfer Type reference (TYPE) ICONNAME Icone 20041022

Method GET_ICON on class CL_RSTRAN_STEP has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STEPID Call by reference Type reference (TYPE) RSTRAN_STEPID ID eines Regelschrittes 20041011
2 Exporting E_SUBSTEP Call by reference Type reference (TYPE) RSTRAN_SUBSTEP Sub-Type eines Regelschrittes 20041110
3 Exporting E_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20060620
4 Exporting E_TYPE Call by reference Type reference (TYPE) RSTRAN_STEPTYPE Subregeltyp 20041011
5 Exporting E_TYPEID Call by reference Type reference (TYPE) RSTRAN_STEPTYPEID ID eines Regelschritttypes 20041011
6 Exporting E_T_SOURCE_FIELDS Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041011
7 Exporting E_T_TARGET_FIELDS Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041011

Method GET_INFO on class CL_RSTRAN_STEP has no exception.

Method GET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_EXPORT_PARAM Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041215
2 Exporting E_T_IMPORT_PARAM Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Parameter eines Regelschrittes 20041215

Method GET_PARAMS on class CL_RSTRAN_STEP has no exception.

Method GET_PARAM_FOR_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIELD_TXT Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20050907
2 Exporting E_GROUPTXT Call by reference Type reference (TYPE) RSTXTLG Nummer einer Transformationsgruppe 20050907
3 Exporting E_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20050907

Method GET_PARAM_FOR_CHECK on class CL_RSTRAN_STEP has no exception.

Method GET_REF_FROM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONID Call by reference Type reference (TYPE) RSTRAN_ID ID 20041011
2 Exporting R_R_STEP Call by reference Object reference (TYPE REF TO) CL_RSTRAN_STEP Regeln einer Transformation 20041011
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20041011
2 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20041011

Method GET_RULE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CHANGE_FIELDS Call by reference Type reference (TYPE) RSTRAN_TX_MAPPED_FIELD Quell-/Zielstrukturfeld einer Regel 20050614
2 Exporting E_T_SOURCE_FIELDS Call by reference Type reference (TYPE) RSTRAN_TX_MAPPED_FIELD Quell-/Zielstrukturfeld einer Regel 20050107
3 Exporting E_T_TARGET_FIELDS Call by reference Type reference (TYPE) RSTRAN_TX_MAPPED_FIELD Quell-/Zielstrukturfeld einer Regel 20050107

Method GET_RULE_FIELDS on class CL_RSTRAN_STEP has no exception.

Method GET_RULE_MAIN_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_FIELD Value transfer Type reference (TYPE) RSTRAN_SX_MAPPED_FIELD Mapping eines Regelparameters 20050511

Method GET_RULE_MAIN_TARGET on class CL_RSTRAN_STEP has no exception.

Method GET_RULE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_RULE Value transfer Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Regel 20050104

Method GET_RULE_REF on class CL_RSTRAN_STEP has no exception.

Method GET_RULE_SOURCE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_BUFFER Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127
2 Importing I_PARAMID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20041222
3 Returning R_S_SOURCE_FIELD Value transfer Type reference (TYPE) RSTRAN_SX_MAPPED_FIELD Mapping eines Regelparameters 20041222

Method GET_RULE_SOURCE_FIELD on class CL_RSTRAN_STEP has no exception.

Method GET_RULE_TARGET_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20050124
2 Returning R_S_TARGET_FIELD Value transfer Type reference (TYPE) RSTRAN_SX_MAPPED_FIELD Mapping eines Regelparameters 20050124

Method GET_RULE_TARGET_FIELD on class CL_RSTRAN_STEP has no exception.

Method GET_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_SOURCE Value transfer Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20090326

Method GET_SOURCE on class CL_RSTRAN_STEP has no exception.

Method GET_SOURCE_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20051228
2 Returning R_IOBJNM Value transfer Type reference (TYPE) RSIOBJNM InfoObject 20051228

Method GET_SOURCE_IOBJNM on class CL_RSTRAN_STEP has no exception.

Method GET_SOURCE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Ziel-Parameters 20041222
2 Returning R_PARAMID Value transfer Type reference (TYPE) RSTRAN_PARAMID ID des zugehörigen Quell-Parameters 20041222
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20050127

Method GET_STEPTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STEPTYPE Value transfer Type reference (TYPE) RSTRAN_STEPTYPE Type eines Regelschrittes 20041229

Method GET_STEPTYPE on class CL_RSTRAN_STEP has no exception.

Method GET_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_TARGET Value transfer Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20090326

Method GET_TARGET on class CL_RSTRAN_STEP has no exception.

Method GET_TARGET_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Quell-Parameters 20041216
2 Returning R_PARAMID Value transfer Type reference (TYPE) RSTRAN_PARAMID ID des zugehörigen Ziel-Parameters 20041216
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20050127

Method GET_UNIT_PARAMIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SOURCE_ID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20050120
2 Exporting E_TARGET_ID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20050120

Method GET_UNIT_PARAMIDS on class CL_RSTRAN_STEP has no exception.

Method GET_VALUE_PARAMIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SOURCE_ID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20050120
2 Exporting E_TARGET_ID Call by reference Type reference (TYPE) RSTRAN_PARAMID ID eines Parameter 20050120

Method GET_VALUE_PARAMIDS on class CL_RSTRAN_STEP has no exception.

Method IS_SOURCE_UNIT_RELEVANT Signature

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

Method IS_SOURCE_UNIT_RELEVANT on class CL_RSTRAN_STEP has no exception.

Method MAINTAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130814
2 Importing I_MODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode, der PAI ausgelöst hat 20050118
3 Importing I_WITH_POPUP Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20070822

Method MAINTAIN on class CL_RSTRAN_STEP has no exception.

Method OWN_MAINTAIN Signature

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

Method OWN_MAINTAIN on class CL_RSTRAN_STEP has no exception.

Method SAVE 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
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041011
4 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20041011
5 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20041011
6 Importing I_WITH_CTO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070716
# Exception Resumable Description Created on
1 CX_RSTRAN_NO_SAVE Änderungen sind nicht gespeichert 20041216

Method SET_MODUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODUS Call by reference Type reference (TYPE) RS_MODUS 20041126

Method SET_MODUS on class CL_RSTRAN_STEP has no exception.

Method SET_OBJVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20041230

Method SET_OBJVERS on class CL_RSTRAN_STEP has no exception.

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAINSTEP Call by reference Type reference (TYPE) RS_BOOL Setzen der Eigenschaft: Hauptregelschritt 20050104
2 Importing I_UNIT Call by reference Type reference (TYPE) RS_BOOL Boolean 20050107

Method SET_PROPERTY on class CL_RSTRAN_STEP has no exception.

Method SET_TRANID 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 20050201
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20050201
History
Last changed by/on SAP  20130531 
SAP Release Created in 700