SAP ABAP Class CL_RSTRAN_RTO (Runtime Object of Transformation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_R (Package) Transformation Runtime
Properties
Class CL_RSTRAN_RTO  
Short Description Runtime Object of Transformation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSTRAN    
Program status     
Category 0   
Package RSTRAN_R   Transformation Runtime 
Created 20070725   SAP 
Last change 20140121   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)
Interfaces
Class CL_RSTRAN_RTO has no interface implemented.
Friends
Class CL_RSTRAN_RTO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BUFFERMODE Constant Public See coding 20070726
2 C_MAX_SECONDS_TO_WAIT Constant Private Type reference (TYPE) I 120 Maximum Waiting Time in Seconds 20070903
3 C_SUBOBJECT Constant Public See coding 20070725
4 P_ADMIN_VALUE Static Attribute Protected Type reference (TYPE) RS_CHAR1 Boolean 20070816
5 P_R_DUMMY_LOG Static Attribute Private Object reference (TYPE REF TO) LCL_DTP_LOG_STEP 20070725
6 P_T_SUBOBJECTS Static Attribute Private See coding 20070725
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Static method Public Method 20070726
2 ACTIVATE_MULTI Static method Public Method 20070726
3 CHECK_IS_TRANSFORMABLE Static method Private Method 20070725
4 CHECK_SUBOBJECT Static method Private Method Check Subobject 20070725
5 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20070725
6 CONTAINER_DELETE_FROM_DB Static method Private Method Delete Container from Database 20070725
7 CONTAINER_READ_FROM_DB Static method Private Method Read Container from Database 20070725
8 CONTAINER_WRITE_TO_DB Static method Private Method Write Container to Database 20070725
9 DEACTIVATE Static method Public Method 20070726
10 DEACTIVATE_MULTI Static method Public Method 20070726
11 GET_FIELD_LIST_INBOUND Static method Public Method Generate Field List 20070831
12 GET_FIELD_LIST_OUTBOUND Static method Public Method Generate Field List 20070831
13 GET_INVERSE_MAPPING Static method Public Method 20070831
14 GET_INVERSE_MAPPING_INT Static method Private Method 20070831
15 GET_MAIN Static method Public Method Determine Suppressed Rules from Tran. ID and Data Package 20070831
16 GET_MAIN_INT Static method Private Method Determine Suppressed Rules from Tran. ID and Data Package 20070831
17 GET_OBJECT_REF Static method Public Method Reference to Local Runtime Instance 20070831
18 GET_RULE Static method Public Method determine rules 20130614
19 GET_RULE_BY_OBJVERS Static method Public Method determine rules 20130920
20 GET_RULE_INT Static method Private Method determine rules 20130614
21 GET_RULE_NAME Static method Public Method 20090130
22 GET_UNIVERSE_INBOUND Static method Public Method 20070831
23 GET_UNIVERSE_OUTBOUND Static method Public Method 20070831
24 GET_UPDINFO_SINGLE_IOBJ Static method Private Method 20070831
25 IS_ON Static method Public Method 20070816
Events
Class CL_RSTRAN_RTO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BUFFERMODE Public See coding 20070726 buffermode TYPE c LENGTH 1
2 RT_TRANID Public See coding 20070903 rt_tranid TYPE RANGE OF rstranid
3 SX_FIELD_OUTBOUND Public See coding 20070725 BEGIN OF sx_field_outbound, segid TYPE rstran_segid, fieldname TYPE fieldname, transformable TYPE rs_bool, s_field_inbound TYPE rstran_s_field_inv, s_unit_inbound TYPE sx_s_unit, ruleid TYPE rstran_ruleid, seqnr TYPE rstran_seqnr, multi_rule_assigned TYPE rs_bool, END OF sx_field_outbound
4 SX_GROUP Public See coding 20070725 BEGIN OF sx_group, groupid TYPE rstran_groupid, segid TYPE rstran_segid, thx_fields_outbound TYPE thx_fields_outbound, thx_rules TYPE thx_rules, s_const_rules TYPE s_const_rules, END OF sx_group
5 SX_INVERSE_MAPPING Public See coding 20070725 BEGIN OF sx_inverse_mapping, tranid TYPE rstranid, method_name_expert TYPE seocmpname, method_name_start TYPE seocmpname, method_name_end TYPE seocmpname, tsx_groups TYPE tsx_groups, primary_segid_outbound TYPE rstran_segid, th_fields_outbound_all TYPE rstran_t_field_inv, primary_segid_inbound TYPE rstran_segid, th_fields_inbound_all TYPE rstran_t_field_inv, END OF sx_inverse_mapping
6 SX_RULE Public See coding 20070725 BEGIN OF sx_rule, ruleid TYPE rstran_ruleid, method_name TYPE seocmpname, th_fields_inbound TYPE rstran_t_field_inv, th_fields_outbound TYPE rstran_t_field_inv, END OF sx_rule
7 SX_RULE_INF Public See coding 20130614 BEGIN OF sx_rule_inf, ruleid TYPE rstran_ruleid, ruletype TYPE RSTRAN_RULETYPE, groupid type rstran_groupid, grouptype type rstran_grouptype, curr_unit type rs_bool, rule_info type string, th_fields_inbound TYPE rstran_t_field_inv, th_fields_outbound TYPE rstran_t_field_inv, END OF sx_rule_inf
8 SX_S_UNIT Public See coding 20090825 Begin of sx_s_unit, FIELDNAME type FIELDNAME, IOBJNM type RSDIOBJNM, end of sx_s_unit
9 S_CONST_RULES Public See coding 20070725 BEGIN OF s_const_rules, th_dimmappings TYPE rsmds_th_dimmappings, END OF s_const_rules
10 S_CONTAINER Public See coding 20070725 BEGIN OF s_container, clustr TYPE rstran_rto-clustr, clustd TYPE rstran_rto-clustd, END OF s_container
11 S_HEADER Public See coding 20070726 BEGIN OF s_header, tranid TYPE rstran-tranid, s_source TYPE rstranhead, s_target TYPE rstranhead, progid TYPE rssguid25, expert TYPE rstran-expert, END OF s_header
12 S_SIDINFO Public See coding 20110311 s_sidinfo TYPE LINE OF t_sidinfo
13 S_SUPPRESSED_RULE Public See coding 20070725 BEGIN OF s_suppressed_rule, segid TYPE rstran_segid, fieldname TYPE fieldname, compname TYPE fieldname, END OF s_suppressed_rule
14 S_UPDINFO Public See coding 20070831 s_updinfo TYPE LINE OF t_updinfo
15 THX_FIELDS_OUTBOUND Public See coding 20070725 thx_fields_outbound TYPE HASHED TABLE OF sx_field_outbound WITH UNIQUE KEY segid fieldname
16 THX_RULES Public See coding 20070725 thx_rules TYPE STANDARD TABLE OF sx_rule WITH KEY ruleid
17 THX_RULE_INF Public See coding 20130614 thx_rule_inf TYPE hashed TABLE OF sx_rule_inf WITH UNIQUE KEY ruleid
18 TSX_GROUPS Public See coding 20070725 tsx_groups TYPE SORTED TABLE OF sx_group WITH UNIQUE KEY groupid
19 TS_SUPPRESSED_RULES Public See coding 20070725 ts_suppressed_rules TYPE SORTED TABLE OF s_suppressed_rule WITH UNIQUE KEY segid fieldname compname
20 T_CONTAINER Public See coding 20070725 t_container TYPE STANDARD TABLE OF s_container WITH DEFAULT KEY
21 T_SIDINFO Public Type reference (TYPE) RSBK_T_SIDINFO SID Information for DTP Fields 20110311
22 T_UPDINFO Public Type reference (TYPE) RSBK_T_UPDINFO 20070831
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20070726
2 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070726
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR Fehler im Transformationslaufzeitobjekt 20070727
2 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20070727

Method ACTIVATE_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_ACTIVATION Call by reference Type reference (TYPE) RS_BOOL Boolean 20070727
2 Importing I_RT_TRANID Call by reference Type reference (TYPE) RT_TRANID 20070903
3 Importing I_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20070903
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR Exception mit Meldung 20070727

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 20070725
2 Returning R_IS_TRANSFORMABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20070725

Method CHECK_IS_TRANSFORMABLE on class CL_RSTRAN_RTO has no exception.

Method CHECK_SUBOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBOBJECT Call by reference Type reference (TYPE) RSTRAN_RTO_SUBOBJECT Teilobjekt des Laufzeitobjektes der Transformation 20070725
2 Importing I_WITH_ALL Call by reference Type reference (TYPE) RS_BOOL Boolean 20070725
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20070725

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSTRAN_RTO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTRAN_RTO has no exception.

Method CONTAINER_DELETE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DB_COMMIT Call by reference Type reference (TYPE) RS_BOOL Boolean 20070725
2 Importing I_SUBOBJECT Call by reference Type reference (TYPE) RSTRAN_RTO_SUBOBJECT C_SUBOBJECT-ALL Teilobjekt des Laufzeitobjektes der Transformation 20070725
3 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070725
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20070725

Method CONTAINER_READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CONTAINER Call by reference Type reference (TYPE) T_CONTAINER Datencontainer 20070725
2 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE Pufferungsmodus 20070726
3 Importing I_SUBOBJECT Call by reference Type reference (TYPE) RSTRAN_RTO_SUBOBJECT Teilobjekt des Laufzeitobjektes der Transformation 20070725
4 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070725
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_NOT_FOUND Objekt nicht gefunden 20070727

Method CONTAINER_WRITE_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DB_COMMIT Call by reference Type reference (TYPE) RS_BOOL Datenbank-Commit ausführen 20070725
2 Importing I_SUBOBJECT Call by reference Type reference (TYPE) RSTRAN_RTO_SUBOBJECT Teilobjekt des Laufzeitobjektes der Transformation 20070725
3 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070725
4 Importing I_T_CONTAINER Call by reference Type reference (TYPE) T_CONTAINER 20070725
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20070725

Method DEACTIVATE Signature

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

Method DEACTIVATE on class CL_RSTRAN_RTO has no exception.

Method DEACTIVATE_MULTI Signature

Method DEACTIVATE_MULTI on class CL_RSTRAN_RTO has no parameter.
Method DEACTIVATE_MULTI on class CL_RSTRAN_RTO has no exception.

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 20070831
2 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20070903
3 Exporting E_TX_FIELD_DTP Call by reference Type reference (TYPE) CL_RSTRAN_STAT=>TY_TX_RSBK Segmentformat 20070831
4 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE Pufferung 20070831
5 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20120720
6 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR Fehler im Transformationslaufzeitobjekt 20070831
2 CX_RSTRAN_RTO_NOT_FOUND Transformationslaufzeitobjekt existiert nicht 20070831
3 CX_RS_STEP_FAILED BW: Allgemeine Fehlerklasse 20070831

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 20070831
2 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20070903
3 Exporting E_TX_FIELD_DTP Call by reference Type reference (TYPE) CL_RSTRAN_STAT=>TY_TX_RSBK Segmentformat 20070831
4 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE Pufferung 20070831
5 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR BW: Allgemeine Fehlerklasse 20070831
2 CX_RSTRAN_RTO_NOT_FOUND DTP-Request: Step fehlerhaft 20070831
3 CX_RS_STEP_FAILED DTP-Request: Step fehlerhaft 20070831

Method GET_INVERSE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SX_INVERSE_MAPPING Call by reference Type reference (TYPE) SX_INVERSE_MAPPING 20070831
2 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20070903
3 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE Pufferung 20070831
4 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20070831
2 CX_RSTRAN_RTO_ERROR BW: Allgemeine Fehlerklasse 20070831
3 CX_RSTRAN_RTO_NOT_FOUND Objekt nicht gefunden 20070831

Method GET_INVERSE_MAPPING_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SX_INVERSE_MAPPING Call by reference Type reference (TYPE) SX_INVERSE_MAPPING 20070831
2 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20070831

Method GET_MAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_HEADER Call by reference Type reference (TYPE) S_HEADER 20070831
2 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20070903
3 Exporting E_TS_SUPPRESSED_RULES Call by reference Type reference (TYPE) TS_SUPPRESSED_RULES 20070831
4 Exporting E_T_SIDINFO Call by reference Type reference (TYPE) T_SIDINFO SID-Information der Felder für DTP 20110311
5 Exporting E_T_UPDINFO Call by reference Type reference (TYPE) T_UPDINFO Info für Update Command 20070831
6 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE Pufferung 20070831
7 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR BW: Allgemeine Fehlerklasse 20070831
2 CX_RSTRAN_RTO_NOT_FOUND Objekt nicht gefunden 20070831
3 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20070831

Method GET_MAIN_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_HEADER Call by reference Type reference (TYPE) S_HEADER 20070831
2 Exporting E_TS_SUPPRESSED_RULES Call by reference Type reference (TYPE) TS_SUPPRESSED_RULES 20070831
3 Exporting E_T_SIDINFO Call by reference Type reference (TYPE) T_SIDINFO SID-Information der Felder für DTP 20110311
4 Exporting E_T_UPDINFO Call by reference Type reference (TYPE) T_UPDINFO Info für Update Command 20070831
5 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20070831

Method GET_OBJECT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE 20070831
2 Importing I_TRANID Call by reference Type reference (TYPE) RSTRAN-TRANID TransformationsId 20070831
3 Returning R_R_EXE Value transfer Object reference (TYPE REF TO) OBJECT Instanz 20070831
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR Fehler im Transformationslaufzeitobjekt 20070831
2 CX_RSTRAN_RTO_NOT_FOUND Objekt nicht gefunden 20070831
3 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20070831

Method GET_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_THX_RULE_INF Call by reference Type reference (TYPE) THX_RULE_INF 20130614
2 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130614
3 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE 20130614
4 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID Transformation ID 20130614
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR Error in Transformation Runtime Object 20130614
2 CX_RSTRAN_RTO_NOT_FOUND Runtime Object for Transformation does not Exist 20130614
3 CX_RS_ERROR BW: General Error Class 20130614

Method GET_RULE_BY_OBJVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_THX_RULE_INF Call by reference Type reference (TYPE) THX_RULE_INF 20130920
2 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130920
3 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE 20130920
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130920
5 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID Transformation ID 20130920
# Exception Resumable Description Created on
1 CX_RSTRAN_RTO_ERROR Error in Transformation Runtime Object 20130920
2 CX_RSTRAN_RTO_NOT_FOUND Runtime Object for Transformation does not Exist 20130920
3 CX_RS_ERROR BW: General Error Class 20130920

Method GET_RULE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_THX_RULE_INF Call by reference Type reference (TYPE) THX_RULE_INF 20130614
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130920
3 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID Transformation ID 20130614
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: General Error Class 20130614

Method GET_RULE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RULE_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090130
2 Importing I_RULETYPE Call by reference Type reference (TYPE) RSTRAN_RULETYPE Typ einer Regel 20090130

Method GET_RULE_NAME on class CL_RSTRAN_RTO has no exception.

Method GET_UNIVERSE_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE 20070831
2 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
3 Returning R_R_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Urbildmenge der Transformation 20070831

Method GET_UNIVERSE_INBOUND on class CL_RSTRAN_RTO has no exception.

Method GET_UNIVERSE_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUFFERMODE Call by reference Type reference (TYPE) BUFFERMODE 20070831
2 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20070831
3 Returning R_R_UNIVERSE Value transfer Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE Urbildmenge der Transformation 20070831

Method GET_UNIVERSE_OUTBOUND on class CL_RSTRAN_RTO has no exception.

Method GET_UPDINFO_SINGLE_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20070831
2 Returning R_S_UPDINFO Value transfer Type reference (TYPE) S_UPDINFO 20070831

Method GET_UPDINFO_SINGLE_IOBJ on class CL_RSTRAN_RTO has no exception.

Method 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 20070816

Method IS_ON on class CL_RSTRAN_RTO has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710