Hierarchy
⤷
⤷
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 | 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 | Constant | Public | See coding | 20070726 | |||||
| 2 | Constant | Private | Type reference (TYPE) | I | 120 | Maximum Waiting Time in Seconds | 20070903 | ||
| 3 | Constant | Public | See coding | 20070725 | |||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | RS_CHAR1 | Boolean | 20070816 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | LCL_DTP_LOG_STEP | 20070725 | ||||
| 6 | Static Attribute | Private | See coding | 20070725 |
Methods
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 | I_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070726 | |||
| 2 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im Transformationslaufzeitobjekt | 20070727 | ||
| 2 | BW: Allgemeine Fehlerklasse | 20070727 |
Method ACTIVATE_MULTI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE_ACTIVATION | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070727 | |||
| 2 | I_RT_TRANID | Call by reference | Type reference (TYPE) | RT_TRANID | 20070903 | ||||
| 3 | I_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070903 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit Meldung | 20070727 |
Method CHECK_IS_TRANSFORMABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_FIELD | Call by reference | Type reference (TYPE) | RSTRAN_S_FIELD_INV | Feldliste | 20070725 | |||
| 2 | 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 | I_SUBOBJECT | Call by reference | Type reference (TYPE) | RSTRAN_RTO_SUBOBJECT | Teilobjekt des Laufzeitobjektes der Transformation | 20070725 | |||
| 2 | I_WITH_ALL | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_DB_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070725 | |||
| 2 | I_SUBOBJECT | Call by reference | Type reference (TYPE) | RSTRAN_RTO_SUBOBJECT | C_SUBOBJECT-ALL | Teilobjekt des Laufzeitobjektes der Transformation | 20070725 | ||
| 3 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhafte Eingabe | 20070725 |
Method CONTAINER_READ_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_CONTAINER | Call by reference | Type reference (TYPE) | T_CONTAINER | Datencontainer | 20070725 | |||
| 2 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | Pufferungsmodus | 20070726 | |||
| 3 | I_SUBOBJECT | Call by reference | Type reference (TYPE) | RSTRAN_RTO_SUBOBJECT | Teilobjekt des Laufzeitobjektes der Transformation | 20070725 | |||
| 4 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_DB_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | Datenbank-Commit ausführen | 20070725 | |||
| 2 | I_SUBOBJECT | Call by reference | Type reference (TYPE) | RSTRAN_RTO_SUBOBJECT | Teilobjekt des Laufzeitobjektes der Transformation | 20070725 | |||
| 3 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070725 | |||
| 4 | I_T_CONTAINER | Call by reference | Type reference (TYPE) | T_CONTAINER | 20070725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhafte Eingabe | 20070725 |
Method DEACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DB_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070726 | |||
| 2 | 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 | E_ROOTSEGMENT | Call by reference | Type reference (TYPE) | RSBK_SEGID | Segment | 20070831 | |||
| 2 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070903 | |||
| 3 | E_TX_FIELD_DTP | Call by reference | Type reference (TYPE) | CL_RSTRAN_STAT=>TY_TX_RSBK | Segmentformat | 20070831 | |||
| 4 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | Pufferung | 20070831 | |||
| 5 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20120720 | ||
| 6 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im Transformationslaufzeitobjekt | 20070831 | ||
| 2 | Transformationslaufzeitobjekt existiert nicht | 20070831 | ||
| 3 | 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 | E_ROOTSEGMENT | Call by reference | Type reference (TYPE) | RSBK_SEGID | Segment | 20070831 | |||
| 2 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070903 | |||
| 3 | E_TX_FIELD_DTP | Call by reference | Type reference (TYPE) | CL_RSTRAN_STAT=>TY_TX_RSBK | Segmentformat | 20070831 | |||
| 4 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | Pufferung | 20070831 | |||
| 5 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20070831 | ||
| 2 | DTP-Request: Step fehlerhaft | 20070831 | ||
| 3 | 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 | E_SX_INVERSE_MAPPING | Call by reference | Type reference (TYPE) | SX_INVERSE_MAPPING | 20070831 | ||||
| 2 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070903 | |||
| 3 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | Pufferung | 20070831 | |||
| 4 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit Meldung | 20070831 | ||
| 2 | BW: Allgemeine Fehlerklasse | 20070831 | ||
| 3 | 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 | E_SX_INVERSE_MAPPING | Call by reference | Type reference (TYPE) | SX_INVERSE_MAPPING | 20070831 | ||||
| 2 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit Meldung | 20070831 |
Method GET_MAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_HEADER | Call by reference | Type reference (TYPE) | S_HEADER | 20070831 | ||||
| 2 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070903 | |||
| 3 | E_TS_SUPPRESSED_RULES | Call by reference | Type reference (TYPE) | TS_SUPPRESSED_RULES | 20070831 | ||||
| 4 | E_T_SIDINFO | Call by reference | Type reference (TYPE) | T_SIDINFO | SID-Information der Felder für DTP | 20110311 | |||
| 5 | E_T_UPDINFO | Call by reference | Type reference (TYPE) | T_UPDINFO | Info für Update Command | 20070831 | |||
| 6 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | Pufferung | 20070831 | |||
| 7 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20070831 | ||
| 2 | Objekt nicht gefunden | 20070831 | ||
| 3 | BW: Allgemeine Fehlerklasse | 20070831 |
Method GET_MAIN_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_HEADER | Call by reference | Type reference (TYPE) | S_HEADER | 20070831 | ||||
| 2 | E_TS_SUPPRESSED_RULES | Call by reference | Type reference (TYPE) | TS_SUPPRESSED_RULES | 20070831 | ||||
| 3 | E_T_SIDINFO | Call by reference | Type reference (TYPE) | T_SIDINFO | SID-Information der Felder für DTP | 20110311 | |||
| 4 | E_T_UPDINFO | Call by reference | Type reference (TYPE) | T_UPDINFO | Info für Update Command | 20070831 | |||
| 5 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20070831 |
Method GET_OBJECT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | 20070831 | ||||
| 2 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRAN-TRANID | TransformationsId | 20070831 | |||
| 3 | R_R_EXE | Value transfer | Object reference (TYPE REF TO) | OBJECT | Instanz | 20070831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im Transformationslaufzeitobjekt | 20070831 | ||
| 2 | Objekt nicht gefunden | 20070831 | ||
| 3 | BW: Allgemeine Fehlerklasse | 20070831 |
Method GET_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_THX_RULE_INF | Call by reference | Type reference (TYPE) | THX_RULE_INF | 20130614 | ||||
| 2 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130614 | |||
| 3 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | 20130614 | ||||
| 4 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | Transformation ID | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error in Transformation Runtime Object | 20130614 | ||
| 2 | Runtime Object for Transformation does not Exist | 20130614 | ||
| 3 | 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 | E_THX_RULE_INF | Call by reference | Type reference (TYPE) | THX_RULE_INF | 20130920 | ||||
| 2 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130920 | |||
| 3 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | 20130920 | ||||
| 4 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130920 | ||
| 5 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | Transformation ID | 20130920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error in Transformation Runtime Object | 20130920 | ||
| 2 | Runtime Object for Transformation does not Exist | 20130920 | ||
| 3 | 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 | E_THX_RULE_INF | Call by reference | Type reference (TYPE) | THX_RULE_INF | 20130614 | ||||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130920 | ||
| 3 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | Transformation ID | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | E_RULE_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090130 | ||||
| 2 | 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 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | 20070831 | ||||
| 2 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 | |||
| 3 | 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 | I_BUFFERMODE | Call by reference | Type reference (TYPE) | BUFFERMODE | 20070831 | ||||
| 2 | I_TRANID | Call by reference | Type reference (TYPE) | RSTRANID | TransformationsId | 20070831 | |||
| 3 | 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 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20070831 | |||
| 2 | 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 | 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 |