SAP ABAP Class CL_RSTRAN_RUNTIME_EXE (Generation Framework)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_R (Package) Transformation Runtime
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_RUNTIME_EXE_HIESEL Gen. framework for time-dependent hierarchy selection 20080721
Properties
Class CL_RSTRAN_RUNTIME_EXE  
Short Description Generation Framework    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN_R   Transformation Runtime 
Created 20040823   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSTRAN_RUNTIME_EXE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSTRAN_STAT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_RUNTIME_EXE has no interface implemented.
Friends
Class CL_RSTRAN_RUNTIME_EXE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_METH_EXECUTE Constant Private Type reference (TYPE) STRING 'EXECUTE' 20060705
2 GC_TRAN_PROGCLAS Constant Public Type reference (TYPE) RSSGTPDIR-PROGCLASS 'RSTRAN_MASTER_TMPL' BW Generation Tool: Program Class for Generated Programs 20060323
3 GC_TRAN_PROGCLAS_EXPERT Constant Public Type reference (TYPE) RSSGTPDIR-PROGCLASS 'RSTRAN_MASTER_TMPL_X' 20060323
4 GC_TRAN_PROGCLAS_MULTI_SEG Constant Public Type reference (TYPE) RSSGTPDIR-PROGCLASS 'RSTRAN_MASTER_TMPL_M' 20060323
5 GC_TRAN_PROGCLAS_TEST Constant Public Type reference (TYPE) RSSGTPDIR-PROGCLASS 'RSTRAN_MASTER_TMPL_T' BW Generation Tool: Program Class for Generated Programs 20060323
6 GT_R_TRANID Static Attribute Private Type reference (TYPE) TY_T_TRANID References to TranID.exe 20040823
7 N_TRANID Instance attribute Public Type reference (TYPE) RSTRANID ID 20060705
8 P_DEBUG Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20060705
9 P_INVERS_EXE Instance attribute Private Type reference (TYPE) RS_BOOL Inverse Execution 20090122
10 P_OBJVERS Constant Private Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Objektversion für Laufzeitzugriffe 20120807
11 P_RTO Static Attribute Private Type reference (TYPE) RS_CHAR1 Activation Status of Runtime Object 20070828
12 P_R_DUMMY_LOG Static Attribute Private Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log and Error Object 20060915
13 P_R_EXE Instance attribute Private Object reference (TYPE REF TO) OBJECT 20060705
14 P_R_UNIVERSE_INBOUND Instance attribute Private Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE 20060705
15 P_R_UNIVERSE_OUTBOUND Instance attribute Private Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE 20060705
16 P_SX_INVERSE_MAPPING Instance attribute Private Type reference (TYPE) CL_RSTRAN_RTO=>SX_INVERSE_MAPPING 20060705
17 P_TH_CONST_SELSETS Instance attribute Private Type reference (TYPE) PTY_TH_CONST_SELSETS 20070725
18 P_TR_INSTANCES Static Attribute Private Type reference (TYPE) TY_TR_INSTANCES 20060705
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_BEFORE_EXECUTE Instance method Public Method 20080507
2 CHECK_IS_TRANSFORMABLE Static method Private Method 20061218
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060705
4 CONVERT_PROXY_RULES Static method Public Method Convert Proxy Rules to Executable Rules 20050223
5 CONVERT_SYMESSAGE Static method Public Method Convert SY Message to Internal Format 20060220
6 CURRENCY_ERROR Static method Public Method Evaluate Errors in Currencies 20050211
7 DATA_ERROR Static method Public Method Evaluate Data Errors 20050128
8 EVALUATE_ERROR Static method Public Method Evaluate Errors 20041214
9 EXCEPTION_HANDLER Static method Public Method Exception Handling for Function Modules 20060228
10 EXCEPTION_HANDLER_UNIT Static method Public Method Exception Handling for UNIT Check 20080728
11 GET_FIELD_LIST_INBOUND Static method Public Method Generate Field List 20050906
12 GET_FIELD_LIST_INBOUND_INT Static method Public Method 20080725
13 GET_FIELD_LIST_OUTBOUND Static method Public Method Generate Field List 20060705
14 GET_FIELD_LIST_OUTBOUND_INT Static method Public Method 20080725
15 GET_INSTANCE Static method Public Method 20060705
16 GET_INVERSE_PROCESSING Instance method Private Method Runtime: Inverse Execution 20090122
17 GET_LOG Instance method Private Method 20060915
18 GET_OBJECT_REF Static method Public Method Reference to Local Runtime Instance 20040823
19 GET_SUPPRESSED_RULES Static method Public Method Determine Suppressed Rules from Tran. ID and Data Package 20050128
20 GET_UNIVERSE_INBOUND Instance method Public Method 20060705
21 GET_UNIVERSE_OUTBOUND Instance method Public Method 20060705
22 INVOKE_INVERSE_ROUTINE Instance method Private Method Calls Inverse Routine 20060705
23 MESSAGE_PROXY Static method Public Method Send Messages to Monitor 20050512
24 PREPARE_INVERSE_MAPPING Instance method Private Method 20060705
25 RTO_IS_ON Static method Public Method 20070828
26 SEND_MESSAGE Static method Public Method Send Messages to Monitor 20050512
27 TRANSFORM Instance method Public Method 20060705
28 TRANSFORM_SELECTION_INVERSE Instance method Public Method 20060705
29 UOM_ERROR Static method Public Method Evaluate Error During Unit Conversion 20060921
Events
Class CL_RSTRAN_RUNTIME_EXE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PTY_S_CONST_SELSET Private See coding 20070725 BEGIN OF pty_s_const_selset, groupid TYPE rstran_groupid, r_selset TYPE REF TO cl_rsmds_set, END OF pty_s_const_selset
2 PTY_TH_CONST_SELSETS Private See coding 20070725 pty_th_const_selsets TYPE HASHED TABLE OF pty_s_const_selset WITH UNIQUE KEY groupid
3 TY_R_INSTANCE Private Object reference (TYPE REF TO) CL_RSTRAN_RUNTIME_EXE 20060705
4 TY_S_RULE_CONTEXT Public See coding Runtime: Rule Context 20041214 BEGIN OF ty_s_rule_context, tranid TYPE rstran-tranid, progid TYPE rstran_progid, version TYPE rstran-version_cur, record TYPE i, ruleid TYPE rstranrule-ruleid, stepid TYPE rstran_stepid, END OF ty_s_rule_context
5 TY_S_SEGMENT_CONTEXT Public See coding Runtime: SegmentContext 20060323 BEGIN OF ty_s_segment_context, segid TYPE string, y__nm TYPE fieldname, END OF ty_s_segment_context
6 TY_S_TRANID Private See coding Reference to TranID.exe 20040823 BEGIN OF ty_s_tranid, tranid TYPE rstran-tranid, progname TYPE sy-repid, ref TYPE REF TO object, END OF ty_s_tranid
7 TY_TR_INSTANCES Private See coding 20060705 ty_tr_instances TYPE STANDARD TABLE OF ty_r_instance WITH KEY table_line
8 TY_T_TRANID Private See coding References to TranID.exe 20040823 ty_t_tranid TYPE STANDARD TABLE OF ty_s_tranid
Method Signatures

Method ACTIVATE_BEFORE_EXECUTE Signature

Method ACTIVATE_BEFORE_EXECUTE on class CL_RSTRAN_RUNTIME_EXE has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20080507

Method CHECK_IS_TRANSFORMABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_FIELD Call by reference Type reference (TYPE) RSTRAN_S_FIELD_INV Feldliste 20061218
2 Returning R_IS_TRANSFORMABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20061218

Method CHECK_IS_TRANSFORMABLE on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method CONSTRUCTOR 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 20060705
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20060705

Method CONVERT_PROXY_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RULE Call by reference Type reference (TYPE) RSTRAN_T_RULE Regeln 20050223
2 Importing I_T_PROXY_RULE Call by reference Type reference (TYPE) RSTRAN_T_RULE_REF Regelreferenzen 20050223

Method CONVERT_PROXY_RULES on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method CONVERT_SYMESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGE Call by reference Type reference (TYPE) RSTR_TY_T_MONITOR_REC 20060220
2 Importing I_SKIP Call by reference Type reference (TYPE) RS_BOOL Boolean 20060220
3 Importing I_S_CONTEXT Call by reference Type reference (TYPE) CL_RSTRAN_RUNTIME_EXE=>TY_S_RULE_CONTEXT Runtime: RuleContext 20060220

Method CONVERT_SYMESSAGE on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method CURRENCY_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN Call by reference Type reference (TYPE) ANY 20050211
2 Importing I_OUT Call by reference Type reference (TYPE) ANY 20050211
3 Importing I_RULE_CONTEXT Call by reference Type reference (TYPE) TY_S_RULE_CONTEXT Runtime: RuleContext 20050211
4 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20050211
# Exception Resumable Description Created on
1 TOO_MANY_ERRORS Zu viele Fehlersätze 20050211

Method DATA_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN Call by reference Type reference (TYPE) ANY 20050128
2 Importing I_OUT Call by reference Type reference (TYPE) ANY 20050128
3 Importing I_RULE_CONTEXT Call by reference Type reference (TYPE) TY_S_RULE_CONTEXT Runtime: RuleContext 20050128
4 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20050128
# Exception Resumable Description Created on
1 TOO_MANY_ERRORS Zu viele Fehlersätze 20050128

Method EVALUATE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CX_ROOT Call by reference Object reference (TYPE REF TO) CX_ROOT Ausnahmen mit nur dynamischer Prüfung von RAISING 20041221
2 Importing I_RECNO_UNKNOWN Call by reference Type reference (TYPE) RS_BOOL Boolean 20061229
3 Importing I_RULE_CONTEXT Call by reference Type reference (TYPE) TY_S_RULE_CONTEXT Runtime: RuleContext 20041214
4 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20041214
5 Importing I_SEG_ID Call by reference Type reference (TYPE) STRING 20041214
6 Importing I_SEG_TARGET Call by reference Type reference (TYPE) RS_BOOL Target-Segment ( = X ) 20060216
7 Importing I_SKIP Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070510
8 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20041214
# Exception Resumable Description Created on
1 TOO_MANY_ERRORS Zu viele Fehlersätze 20041215

Method EXCEPTION_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FBNM Call by reference Type reference (TYPE) RS38L_FNAM Name des Funktionsbausteins 20060228
2 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
3 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
4 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
5 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
6 Importing I_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060228

Method EXCEPTION_HANDLER on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method EXCEPTION_HANDLER_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGE Call by reference Type reference (TYPE) RSTR_TY_T_MONITOR_REC 20080728
2 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
3 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
4 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
5 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20080728
6 Importing I_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20080728
7 Importing I_S_CONTEXT Call by reference Type reference (TYPE) CL_RSTRAN_RUNTIME_EXE=>TY_S_RULE_CONTEXT Runtime: RuleContext 20080728
# Exception Resumable Description Created on
1 CX_RSROUT_SKIP_RECORD Satz überspringen 20080728

Method GET_FIELD_LIST_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROOTSEGMENT Call by reference Type reference (TYPE) RSBK_SEGID Segment 20060526
2 Exporting E_TX_FIELD_DTP Call by reference Type reference (TYPE) CL_RSTRAN_STAT=>TY_TX_RSBK Segmentformat 20050906
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20120720
4 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20050906
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED DTP-Request: Step fehlerhaft 20050906

Method GET_FIELD_LIST_INBOUND_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROOTSEGMENT Call by reference Type reference (TYPE) RSBK_SEGID Segment 20080725
2 Exporting E_TX_FIELD_DTP Call by reference Type reference (TYPE) CL_RSTRAN_STAT=>TY_TX_RSBK Segmente mit Feldliste im Format DTP 20080725
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20120720
4 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20080725
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED DTP-Request: Step fehlerhaft 20080725

Method GET_FIELD_LIST_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROOTSEGMENT Call by reference Type reference (TYPE) RSBK_SEGID Segment 20060705
2 Exporting E_TX_FIELD_DTP Call by reference Type reference (TYPE) CL_RSTRAN_STAT=>TY_TX_RSBK Segmentformat 20060705
3 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20060705
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED DTP-Request: Step fehlerhaft 20060705

Method GET_FIELD_LIST_OUTBOUND_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROOTSEGMENT Call by reference Type reference (TYPE) RSBK_SEGID Segment 20080725
2 Exporting E_TX_FIELD_DTP Call by reference Type reference (TYPE) CL_RSTRAN_STAT=>TY_TX_RSBK Segmente mit Feldliste im Format DTP 20080725
3 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20080725
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED DTP-Request: Step fehlerhaft 20080725

Method GET_INSTANCE 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 20060705
2 Returning R_R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RSTRAN_RUNTIME_EXE Generierte Laufzeitumgebung der Transformation 20060705
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20060705

Method GET_INVERSE_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TRUE Value transfer Type reference (TYPE) RS_BOOL Inverse Verarbeitung 20090122

Method GET_INVERSE_PROCESSING on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20060915
2 Returning R_R_LOG Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20060915

Method GET_LOG on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method GET_OBJECT_REF 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) RSTRAN-TRANID TransformationsId 20040823
2 Returning R_REF_RUNTIME Value transfer Object reference (TYPE REF TO) OBJECT Instanz 20040823
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040823

Method GET_SUPPRESSED_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_SUPPRESSED_RULES Call by reference Type reference (TYPE) ANY 20050128
2 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA Datentransferprozess: Datenpaket 20050128
3 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20050128

Method GET_SUPPRESSED_RULES on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method GET_UNIVERSE_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Urbildmenge der Transformation 20060705

Method GET_UNIVERSE_INBOUND on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method GET_UNIVERSE_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Urbildmenge der Transformation 20060705

Method GET_UNIVERSE_OUTBOUND on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method INVOKE_INVERSE_ROUTINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EXACT Call by reference Type reference (TYPE) RS_BOOL Ist die inverse Routine exakt? 20060705
2 Changing C_R_SELSET_INBOUND Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Multidimensionales Inbound 20060705
3 Changing C_TH_FIELDS_INBOUND Call by reference Type reference (TYPE) RSTRAN_T_FIELD_INV Felder des Inbound 20060705
4 Importing I_METHOD_NAME Call by reference Type reference (TYPE) CHAR30 Name der Methode, die die inverse Routine implementiert 20060705
5 Importing I_R_SELSET_OUTBOUND Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Multidimensionales Outbound (benötigt für Methode) 20060705
6 Importing I_R_UNIVERSE_INBOUND Call by reference Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Universum des Inbound 20060705
7 Importing I_TH_FIELDS_OUTBOUND Call by reference Type reference (TYPE) RSTRAN_T_FIELD_INV Felder des Outbound 20060705

Method INVOKE_INVERSE_ROUTINE on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method MESSAGE_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RSTR_TY_T_MONITOR_REC Message table 20060706
2 Exporting E_SKIP Call by reference Type reference (TYPE) RS_BOOL Boolean 20060220
3 Importing I_CX_ROOT Value transfer Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20050512
4 Importing I_CX_SY_ARITHMETIC_ERROR Value transfer Object reference (TYPE REF TO) CX_SY_ARITHMETIC_ERROR System-Exception für Arithmetische Fehler 20050607
5 Importing I_CX_SY_CONVERSION_ERROR Value transfer Object reference (TYPE REF TO) CX_SY_CONVERSION_ERROR System-Exception bei Konvertierungsfehlern 20060922
6 Importing I_RECNO_UNKNOWN Call by reference Type reference (TYPE) RS_BOOL Boolean 20061229
7 Importing I_RULE_CONTEXT Call by reference Type reference (TYPE) TY_S_RULE_CONTEXT Runtime: RuleContext 20050512
8 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20050512
9 Importing I_SEG_ID Call by reference Type reference (TYPE) STRING 20050512
10 Importing I_SEG_TARGET Call by reference Type reference (TYPE) RS_BOOL Target Segment ( = X ) 20060216
11 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20050512
# Exception Resumable Description Created on
1 CX_STATIC_CHECK Operation gescheitert 20050512

Method PREPARE_INVERSE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20060705

Method PREPARE_INVERSE_MAPPING on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method RTO_IS_ON Signature

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

Method RTO_IS_ON on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method SEND_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RSTR_TY_T_MONITOR_REC Message table (Initial nach Senden) 20060706
2 Importing I_RULE_CONTEXT Call by reference Type reference (TYPE) TY_S_RULE_CONTEXT Runtime: RuleContext 20050512
3 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20050512
4 Importing I_SEG_ID Call by reference Type reference (TYPE) STRING 20050512
5 Importing I_SEG_TARGET Call by reference Type reference (TYPE) RS_BOOL Targetsegment ( = X ) 20060216
6 Importing I_SKIP Value transfer Type reference (TYPE) RS_BOOL Skip Record 20050512
7 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20050512
# Exception Resumable Description Created on
1 TOO_MANY_ERRORS Zu viele Fehlersätze 20050512

Method TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_OUTBOUND Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA DTP: Datenpaket 20060705
2 Importing I_MASTER_DATA_EXIST Call by reference Type reference (TYPE) RS_BOOL Boolean 20060705
3 Importing I_R_INBOUND Call by reference Object reference (TYPE REF TO) CL_RSBK_DATA DTP: Datenpaket 20060705
4 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20060705
# Exception Resumable Description Created on
1 CX_RS_STEP_FAILED Operation gescheitert 20060705

Method TRANSFORM_SELECTION_INVERSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXACT Call by reference Type reference (TYPE) RS_BOOL Kennzeichen: Inverse Transformation ist exakt 20060705
2 Exporting E_R_SELSET_INBOUND Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Multi-dimensionale Menge 20060705
3 Exporting E_TH_FIELDS_INBOUND Call by reference Type reference (TYPE) RSTRAN_T_FIELD_INV 20060705
4 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_CURSOR_STEP DTP: Log- und Error-Objekt 20060705
5 Importing I_R_SELSET_OUTBOUND Call by reference Object reference (TYPE REF TO) CL_RSMDS_SET Multi-dimensionale Menge 20060705
6 Importing I_TH_FIELDS_OUTBOUND Call by reference Type reference (TYPE) RSTRAN_T_FIELD_INV 20060705

Method TRANSFORM_SELECTION_INVERSE on class CL_RSTRAN_RUNTIME_EXE has no exception.

Method UOM_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESSAGE Call by reference Type reference (TYPE) RSTR_TY_T_MONITOR_REC 20060921
2 Importing I_R_MSG_COLL Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20060921
3 Importing I_SKIP Call by reference Type reference (TYPE) RS_BOOL Boolean 20060921
4 Importing I_S_CONTEXT Call by reference Type reference (TYPE) CL_RSTRAN_RUNTIME_EXE=>TY_S_RULE_CONTEXT Runtime: RuleContext 20060921

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