SAP ABAP Class CL_CTS_REMOTE_REQ_MGR (extension of remote manager for dependencies check)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_OVERLAP (Package) Overlapping calculations
⤷
⤷
Properties
| Class | CL_CTS_REMOTE_REQ_MGR | |
| Short Description | extension of remote manager for dependencies check | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_OVERLAP | Overlapping calculations |
| Created | 20101011 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_REMOTE_REQ_MGR has no forward declaration.
Interfaces
Class CL_CTS_REMOTE_REQ_MGR has no interface implemented.
Friends
Class CL_CTS_REMOTE_REQ_MGR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CTS_TMS_CI_COMMUNICATION | zCTS send command implementation | 20101013 | |||
| 2 | Constant | Private | Type reference (TYPE) | CICOMMAND | 'TMS_CLI_ANALYSE_IMPORT_HISTORY' | 20111219 | |||
| 3 | Constant | Private | Type reference (TYPE) | CICOMMAND | 'TMS_CLI_CHECK_FOR_OVERLAPS' | 20101011 | |||
| 4 | Constant | Private | Type reference (TYPE) | CICOMMAND | 'TMS_CLI_CHECK_FOR_DOWNGRADES' | 20110307 | |||
| 5 | Constant | Private | Type reference (TYPE) | CICOMMAND | 'TMS_CLI_FIND_OVERLAPPING_OBJS' | 20101011 | |||
| 6 | Constant | Private | Type reference (TYPE) | CICOMMAND | 'TMS_CLI_GET_DOWNGRADED_OBJS' | 20111219 | |||
| 7 | Constant | Private | Type reference (TYPE) | CICONTEXT | 'CCTS_PLUGIN_MANAGER' | CI: Aufruf Kontext | 20101013 | ||
| 8 | Constant | Private | Type reference (TYPE) | CISERVICE | 'TMS_UNI' | CI: Service | 20101013 | ||
| 9 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110420 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120110 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRING | version of the local tp | 20110420 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20101217 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20101217 | |||
| 14 | Static Attribute | Private | See coding | 20110907 | |||||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'SHARED_PREDECESSORS' | 20110826 | |||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'SHARED_PRE_BADOBJS' | 20110826 | |||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CTS_TMS_CI_TARGET | zCTS: logical CI Communication target | 20101013 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | builds list of parameters | 20110830 | |
| 2 | Static method | Public | Method | calculates downgrades for the fiven requests | 20110308 | |
| 3 | Static method | Public | Method | calculates predecessors for the fiven requests | 20110308 | |
| 4 | Static method | Public | Method | checks for predecessors of the requests | 20110826 | |
| 5 | Instance method | Private | Method | check for existing request dependencies | 20101011 | |
| 6 | Static method | Private | Method | checks for downgrades of the requests | 20110823 | |
| 7 | Instance method | Private | Method | check against import history for the possible overwrites | 20101011 | |
| 8 | Instance method | Private | Method | creates container | 20101013 | |
| 9 | Static method | Public | Method | Erzeuge Instance | 20101013 | |
| 10 | Static method | Public | Method | 20101115 | ||
| 11 | Instance method | Private | Method | Execute ci command | 20101013 | |
| 12 | Instance method | Private | Method | check against import history for the possible overwrites | 20111221 | |
| 13 | Static method | Public | Method | returns information about downgraded requests | 20111109 | |
| 14 | Static method | Public | Method | returns information about downgraded requests | 20111221 | |
| 15 | Instance method | Public | Method | return the overlapping objects for the specified 2 requests | 20101011 | |
| 16 | Instance method | Private | Method | initialisiere Instance | 20101013 | |
| 17 | Static method | Public | Method | parse collections into list of request IDs | 20110103 | |
| 18 | Static method | Private | Method | copies data drom theprovided alert and reaises CTS exception | 20120213 | |
| 19 | Instance method | Private | Method | 20110823 | ||
| 20 | Static method | Public | Method | displays error dialog with the message | 20110510 | |
| 21 | Instance method | Private | Method | check against import history for the possible overwrites | 20111215 |
Events
Class CL_CTS_REMOTE_REQ_MGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | HASHED_REQ_STATES | Public | See coding | 20120110 | hashed_req_states type hashed table of cts_rstate
with unique key request_id
import_date
target_client
|
||
| 2 | REMOTE_CAPABILITY_INFO | Private | See coding | 20110907 | begin of remote_capability_info,
sys type char3,
capabilities type ctsproperties,
read_time type timestampl,
end of remote_capability_info
|
Method Signatures
Method BUILD_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKTYPE | Call by reference | Type reference (TYPE) | STRING | 20110901 | ||||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | 20110830 | ||||
| 3 | ID | Call by reference | Type reference (TYPE) | STRING | 20110830 | ||||
| 4 | MODE | Call by reference | Type reference (TYPE) | STRING | 20110830 | ||||
| 5 | PARAMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20110830 | |||
| 6 | SYSTEM | Call by reference | Type reference (TYPE) | STRING | 20110830 |
Method BUILD_PARAMS on class CL_CTS_REMOTE_REQ_MGR has no exception.
Method CALC_DOWN_FOR_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BAD_OBJECTS | Call by reference | Type reference (TYPE) | CTS_BAD_OBJECTS | 20110308 | ||||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | domain | 20110308 | |||
| 3 | DOWNGRADES | Call by reference | Type reference (TYPE) | CTS_DOWNGRADING_OBJS | found downgrading objects | 20110308 | |||
| 4 | REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | Table of Request Numbers | 20110308 | |||
| 5 | SID | Call by reference | Type reference (TYPE) | STRING | sid | 20110308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20110308 |
Method CALC_PRED_FOR_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BAD_OBJECTS | Call by reference | Type reference (TYPE) | CTS_BAD_OBJECTS | found objects with missing object IDs | 20110308 | |||
| 2 | CALC_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | 'F' | calculation type: 'P'-partly or 'F'-full | 20110308 | ||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | CHAR3 | client | 20120702 | |||
| 4 | DEPENDENCIES | Call by reference | Type reference (TYPE) | CTS_REQ_DEPENDENCIES | found request dependencies | 20110308 | |||
| 5 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | domain | 20110308 | |||
| 6 | REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | requests | 20110308 | |||
| 7 | SID | Call by reference | Type reference (TYPE) | STRING | sid | 20110308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20110308 |
Method CHECK_CONFLICTS_FOR_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_FOR_DOWNGRADES | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110826 | |||
| 2 | CHECK_FOR_PREDECESSORS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110826 | |||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | CHAR3 | 3-Byte field | 20110826 | |||
| 4 | CLIENT_REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | Table Type for TPREQUEST | 20120710 | |||
| 5 | CONFLICTS_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110826 | |||
| 6 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | 20110826 | ||||
| 7 | REQUESTS | Call by reference | Type reference (TYPE) | TRKORRS | Table of Request Numbers | 20110826 | |||
| 8 | RESULTS_ID | Call by reference | Type reference (TYPE) | STRING | ''- if no results; otherwise - id of results on the server | 20110826 | |||
| 9 | SYS | Call by reference | Type reference (TYPE) | STRING | 20110826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20110830 |
Method CHECK_DEPENDENCIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALL_REQUESTS | Call by reference | Type reference (TYPE) | TRKORRS | all requests | 20101011 | |||
| 2 | CALC_MODE | Call by reference | Type reference (TYPE) | CHAR1 | 'P' | mode of calculations | 20101011 | ||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | CHAR3 | target client | 20120702 | |||
| 4 | DOMNAM | Call by reference | Type reference (TYPE) | STRING | target domain | 20101011 | |||
| 5 | FOUND_BAD_OBJECTS | Call by reference | Type reference (TYPE) | CTS_BAD_OBJECTS | a table of objects with missing object IDs | 20101107 | |||
| 6 | FOUND_DEPENDENCIES | Call by reference | Type reference (TYPE) | CTS_REQ_DEPENDENCIES | found dependencies | 20101011 | |||
| 7 | SELECTED_REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | selected equests | 20101011 | |||
| 8 | SYSNAM | Call by reference | Type reference (TYPE) | STRING | target system | 20101011 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20120210 | ||
| 2 | Keine Berechtigung fuer diese Aktion | 20101116 |
Method CHECK_DOWNGRADES_FOR_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | CHAR3 | 3-Byte field | 20110823 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | 20110823 | ||||
| 3 | REQUESTS | Call by reference | Type reference (TYPE) | TRKORRS | Table of Request Numbers | 20110823 | |||
| 4 | RESULTS_ID | Call by reference | Type reference (TYPE) | STRING | ''- if no results; otherwise - id of results on the server | 20110823 | |||
| 5 | SYS | Call by reference | Type reference (TYPE) | STRING | 20110823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20110823 |
Method CHECK_OVERWRITES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BAD_OBJECTS | Call by reference | Type reference (TYPE) | CTS_BAD_OBJECTS | bad objects | 20110307 | |||
| 2 | DOMNAM | Call by reference | Type reference (TYPE) | STRING | target domain name | 20101011 | |||
| 3 | FOUND_DOWNGRADES | Call by reference | Type reference (TYPE) | CTS_DOWNGRADING_OBJS | downgrading objects | 20110307 | |||
| 4 | SELECTED_REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | Tabelle von Auftragsnummern | 20101011 | |||
| 5 | SYSNAM | Call by reference | Type reference (TYPE) | STRING | target system name | 20101011 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20110510 | ||
| 2 | No authorization for this action | 20110308 |
Method CREATE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Value transfer | Object reference (TYPE REF TO) | IF_CTS_CI_CONTAINER | Ci Container interface | 20101013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ci Alert | 20101116 |
Method CREATE_MGR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_CAPABILITIES | Call by reference | Type reference (TYPE) | CHAR1 | '' | Einstelliges Kennzeichen | 20101217 | ||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | 20101013 | ||||
| 3 | DESTINATION | Call by reference | Type reference (TYPE) | STRING | 20101013 | ||||
| 4 | DOMAIN_NAME | Call by reference | Type reference (TYPE) | TMSCSYS-DOMNAM | 20101013 | ||||
| 5 | REQUEST_MANAGER | Value transfer | Object reference (TYPE REF TO) | CL_CTS_REMOTE_REQ_MGR | CTS: extend remote request manager | 20101013 | |||
| 6 | SYSTEM_NAME | Call by reference | Type reference (TYPE) | TMSCSYS-SYSNAM | 20101013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aenderungen fuer das gegebene System sind gesperrt | 20101013 | ||
| 2 | CTS General Exception | 20101216 | ||
| 3 | Ci Alert | 20101116 | ||
| 4 | System ist nicht als extern managebar im TMS konfiguriert | 20101013 | ||
| 5 | Keine Destination fuer das Ziel bekannt - nur RemoteCalls | 20101013 | ||
| 6 | Im TMS unbekannte Domaene | 20101013 | ||
| 7 | Im TMS unbekanntes System | 20101013 |
Method DOWNLOAD_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILENAME | Call by reference | Type reference (TYPE) | STRING | 20101115 | ||||
| 2 | FILEUID | Call by reference | Type reference (TYPE) | CTS_GUID32 | UUID - Bezeichner für Dateiobjekt (Zeichen 32) | 20101115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | All external object exceptions | 20110114 |
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMMAND | Call by reference | Type reference (TYPE) | CICOMMAND | CI: Kommando | 20101013 | |||
| 2 | IN_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_CTS_CI_CONTAINER | Ci Container interface | 20101013 | |||
| 3 | OUT_CONTAINER | Value transfer | Object reference (TYPE REF TO) | IF_CTS_CI_CONTAINER | Ci Container interface | 20101013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ci Alert | 20101013 |
Method GET_DOWNGRADING_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DWNG_OBJECTS | Call by reference | Type reference (TYPE) | CTS_DOWNGRADING_OBJS | downgrading objects | 20111221 | |||
| 2 | SEL_REQ | Call by reference | Type reference (TYPE) | CTS_RSTATE | request info | 20111221 | |||
| 3 | SYSNAM | Call by reference | Type reference (TYPE) | STRING | target system name | 20111221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20111221 | ||
| 2 | No authorization for this action | 20111221 |
Method GET_DWNG_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | system domain | 20111109 | |||
| 2 | REQUESTS | Call by reference | Type reference (TYPE) | CTS_RSTATES | request states for import history analysis | 20111109 | |||
| 3 | REQ_STATES | Call by reference | Type reference (TYPE) | HASHED_REQ_STATES | request states for import history analysis | 20120110 | |||
| 4 | SID | Call by reference | Type reference (TYPE) | STRING | system id | 20111109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20111215 |
Method GET_DWNG_OBJS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | system domain | 20111221 | |||
| 2 | DOWNGRADED_OBJS | Call by reference | Type reference (TYPE) | CTS_DOWNGRADING_OBJS | downgraded objects | 20120110 | |||
| 3 | SEL_REQ | Call by reference | Type reference (TYPE) | CTS_RSTATE | request info | 20111221 | |||
| 4 | SID | Call by reference | Type reference (TYPE) | STRING | system id | 20111221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20111221 |
Method GET_OVERLAPPING_OBJS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMNAM | Call by reference | Type reference (TYPE) | STRING | domain | 20101026 | |||
| 2 | OVERLAPPING_OBJS | Value transfer | Type reference (TYPE) | CTS_OVERLAP_OBJECTS | a set of overlapping objects | 20101011 | |||
| 3 | PREDECESSOR_REQ_ID | Call by reference | Type reference (TYPE) | TPREQUEST | Auftrag/Aufgabe | 20101011 | |||
| 4 | SUCCESSOR_REQ_ID | Call by reference | Type reference (TYPE) | TPREQUEST | Auftrag/Aufgabe | 20101011 | |||
| 5 | SYSNAM | Call by reference | Type reference (TYPE) | STRING | system | 20101026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Berechtigung fuer diese Aktion | 20101116 |
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_CAPABILITIES | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20101217 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | 20101013 | ||||
| 3 | DESTINATION | Call by reference | Type reference (TYPE) | STRING | 20101013 | ||||
| 4 | DOMAIN_NAME | Call by reference | Type reference (TYPE) | TMSCSYS-DOMNAM | 20101013 | ||||
| 5 | SYSTEM_NAME | Call by reference | Type reference (TYPE) | TMSCSYS-SYSNAM | 20101013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20101216 | ||
| 2 | Im TMS unbekanntes System | 20101013 | ||
| 3 | Im TMS unbekannte Domaene | 20101013 | ||
| 4 | Im TMS unbekanntes System | 20101013 |
Method PARSE_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLLECTIONS_REQUESTS | Value transfer | Type reference (TYPE) | CTS_COLLECTION_REQS | target informations for collection requests | 20110103 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | STRING | domain | 20110103 | |||
| 3 | REQUESTS | Call by reference | Type reference (TYPE) | TRKORRS | Tabelle von Auftragsnummern | 20110103 | |||
| 4 | SID | Call by reference | Type reference (TYPE) | STRING | system | 20110103 |
Method PARSE_IDS on class CL_CTS_REMOTE_REQ_MGR has no exception.
Method RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CI_ALERT | Call by reference | Object reference (TYPE REF TO) | CX_CTS_TMS_CI_ALERT | CI Alert | 20120213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20120213 |
Method SHOW_CHECK_RESULTS Signature
Method SHOW_CHECK_RESULTS on class CL_CTS_REMOTE_REQ_MGR has no parameter.
Method SHOW_CHECK_RESULTS on class CL_CTS_REMOTE_REQ_MGR has no exception.
Method SHOW_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_CTS_EXCEPTION | CTS General Exception | 20110510 | |||
| 2 | MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20110510 |
Method SHOW_ERROR on class CL_CTS_REMOTE_REQ_MGR has no exception.
Method START_DWNG_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BAD_REQUESTS | Call by reference | Type reference (TYPE) | CTS_TRKORRS | bad requests | 20111219 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | STRING | target domain name | 20111215 | |||
| 3 | SEL_REQS | Call by reference | Type reference (TYPE) | CTS_RSTATES | downgrading objects | 20111219 | |||
| 4 | START_AT | Call by reference | Type reference (TYPE) | TSTAMP | starting point | 20111215 | |||
| 5 | SYSNAM | Call by reference | Type reference (TYPE) | STRING | target system name | 20111215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20111215 | ||
| 2 | No authorization for this action | 20111215 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |