Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBK_REQUEST_GENERAL | Requests of All Types | 20060123 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_FILTER_MODEL_STATIC | IF_RSBK_FILTER_MODEL_STATIC | 20061030 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST | 20031205 | |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_LOG_PROVIDER | Create Request Log | 20090722 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_REALTIME | Real-Time Request | 20060314 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_REMOTE | Interface for Direct Access | 20050127 |
Properties
Class | CL_RSBK_REQUEST | |
Short Description | DTP Request | |
Super Class | CL_RSBK_REQUEST_GENERAL | Requests of All Types |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSBK | |
Program status | ||
Category | 0 | |
Package | RSBK | Data Transfer Process: Kernel Objects |
Created | 20031125 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSBK_FILTER_MODEL_STATIC | IF_RSBK_FILTER_MODEL_STATIC | 20061030 | ||
2 | IF_RSBK_REQUEST | 20031205 | |||
3 | IF_RSBK_REQUEST_LOG_PROVIDER | Create Request Log | 20090722 | ||
4 | IF_RSBK_REQUEST_REALTIME | Real-Time Request | 20060314 | ||
5 | IF_RSBK_REQUEST_REMOTE | Interface for Direct Access | 20050127 |
Friends
Class CL_RSBK_REQUEST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CL_RSBK_REQUEST=>TH_REQUEST_REMOTE | 20060207 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | Boolean | 20080731 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSBK_REQUEST_PROXY | Quick Request Access | 20050622 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081105 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20100506 | ||
6 | ![]() |
Static Attribute | Public | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20110915 | ||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | RSBKREQUID | Simulation Request | 20050810 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBK_DTP_H | 20040930 | |||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBK_REQUEST_STATE | DTP Request: General Status Class | 20031202 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | STATE_CHANGED | Instance Event (0) |
Public (2) |
20040518 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_REQUEST_REMOTE | Public | See coding | 20060207 | BEGIN OF s_request_remote,
dtp TYPE rsbkdtpnm,
requid TYPE rsbkrequid,
r_request TYPE REF TO cl_rsbk_request,
END OF s_request_remote
|
||
2 | TH_REQUEST_REMOTE | Public | See coding | 20060207 | th_request_remote TYPE HASHED TABLE OF cl_rsbk_request=>s_request_remote
WITH UNIQUE KEY dtp WITH UNIQUE SORTED KEY req COMPONENTS requid
|
Method Signatures
Method ATTACH_1_OBSERVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PREPARED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20130422 | |
2 | ![]() |
I_R_OBSERVER | Call by reference | Object reference (TYPE REF TO) | IF_RSBK_REQUEST_OBSERVER | Observer for DTP Request | 20130422 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation Failed | 20130422 |
Method CHECK_TSTATE Signature
Method CHECK_TSTATE on class CL_RSBK_REQUEST has no parameter.
Method CHECK_TSTATE on class CL_RSBK_REQUEST has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSBK_REQUEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBK_REQUEST has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | Datentransferprozess ID | 20110303 | ||
2 | ![]() |
I_NO_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060315 | |
3 | ![]() |
I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20031201 |
Method CONSTRUCTOR on class CL_RSBK_REQUEST has no exception.
Method CREATE Signature
Method CREATE on class CL_RSBK_REQUEST has no parameter.
Method CREATE on class CL_RSBK_REQUEST has no exception.
Method CREATE_DATAPACKAGE Signature
Method CREATE_DATAPACKAGE on class CL_RSBK_REQUEST has no parameter.
Method CREATE_DATAPACKAGE on class CL_RSBK_REQUEST has no exception.
Method CREATE_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20031201 | ||
2 | ![]() |
R_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP-Request | 20031201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20040709 |
Method CREATE_FROM_DTP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LOGID | Call by reference | Type reference (TYPE) | RSPC_LOGID | Protokoll-ID eines Laufs einer Prozeßkette | 20100216 | ||
2 | ![]() |
I_REQUID_PARENT | Call by reference | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20130502 | ||
3 | ![]() |
I_R_DTP_A | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_DTP_A | Datentransferprozess: aktive Version | 20031202 | ||
4 | ![]() |
R_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP-Request | 20031202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20031202 | |
2 | ![]() |
Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) | 20040205 |
Method CREATE_FROM_OTHER_TEMPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_REQ_TPL | Call by reference | Object reference (TYPE REF TO) | IF_RSBK_REQUEST_TEMPLATE | Data Transfer Process: Active Version | 20130215 | ||
2 | ![]() |
I_SIMUL | Call by reference | Type reference (TYPE) | RS_BOOL | Log ID of a Process Chain Run | 20130215 | ||
3 | ![]() |
R_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP Request | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation Failed | 20130215 | |
2 | ![]() |
Object Is Locked (Do Not Use as Higher-Level Class) | 20130215 |
Method DELETE Signature
Method DELETE on class CL_RSBK_REQUEST has no parameter.
Method DELETE on class CL_RSBK_REQUEST has no exception.
Method DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20070606 |
Method DEQUEUE on class CL_RSBK_REQUEST has no exception.
Method DOIT Signature
Method DOIT on class CL_RSBK_REQUEST has no parameter.
Method DOIT on class CL_RSBK_REQUEST has no exception.
Method DO_TRACE_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_MESSAGES | Value transfer | Type reference (TYPE) | CL_RSBK_CMD=>TS_MESS_TRACE_CHECK | 20101008 |
Method DO_TRACE_CHECKS on class CL_RSBK_REQUEST has no exception.
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20070606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) | 20070606 |
Method ENQUEUE_FOR_CHILD_NECESSARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_REQUID_CHILD | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20070606 |
Method ENQUEUE_FOR_CHILD_NECESSARY on class CL_RSBK_REQUEST has no exception.
Method FREE Signature
Method FREE on class CL_RSBK_REQUEST has no parameter.
Method FREE on class CL_RSBK_REQUEST has no exception.
Method FREE_DATAPACKAGE Signature
Method FREE_DATAPACKAGE on class CL_RSBK_REQUEST has no parameter.
Method FREE_DATAPACKAGE on class CL_RSBK_REQUEST has no exception.
Method FREE_PROXY Signature
Method FREE_PROXY on class CL_RSBK_REQUEST has no parameter.
Method FREE_PROXY on class CL_RSBK_REQUEST has no exception.
Method GET_ALL_PROCESS_STEPS Signature
Method GET_ALL_PROCESS_STEPS on class CL_RSBK_REQUEST has no parameter.
Method GET_ALL_PROCESS_STEPS on class CL_RSBK_REQUEST has no exception.
Method GET_ALWAYS_PARALLEL Signature
Method GET_ALWAYS_PARALLEL on class CL_RSBK_REQUEST has no parameter.
Method GET_ALWAYS_PARALLEL on class CL_RSBK_REQUEST has no exception.
Method GET_ANALYZED Signature
Method GET_ANALYZED on class CL_RSBK_REQUEST has no parameter.
Method GET_ANALYZED on class CL_RSBK_REQUEST has no exception.
Method GET_BATCHID Signature
Method GET_BATCHID on class CL_RSBK_REQUEST has no parameter.
Method GET_BATCHID on class CL_RSBK_REQUEST has no exception.
Method GET_BUFFER_EXIST Signature
Method GET_BUFFER_EXIST on class CL_RSBK_REQUEST has no parameter.
Method GET_BUFFER_EXIST on class CL_RSBK_REQUEST has no exception.
Method GET_CHAIN Signature
Method GET_CHAIN on class CL_RSBK_REQUEST has no parameter.
Method GET_CHAIN on class CL_RSBK_REQUEST has no exception.
Method GET_CTYPE Signature
Method GET_CTYPE on class CL_RSBK_REQUEST has no parameter.
Method GET_CTYPE on class CL_RSBK_REQUEST has no exception.
Method GET_DEBUGG Signature
Method GET_DEBUGG on class CL_RSBK_REQUEST has no parameter.
Method GET_DEBUGG on class CL_RSBK_REQUEST has no exception.
Method GET_DELETABLE Signature
Method GET_DELETABLE on class CL_RSBK_REQUEST has no parameter.
Method GET_DELETABLE on class CL_RSBK_REQUEST has no exception.
Method GET_DELTAINIT Signature
Method GET_DELTAINIT on class CL_RSBK_REQUEST has no parameter.
Method GET_DELTAINIT on class CL_RSBK_REQUEST has no exception.
Method GET_DELTA_REQUESTS Signature
Method GET_DELTA_REQUESTS on class CL_RSBK_REQUEST has no parameter.
Method GET_DELTA_REQUESTS on class CL_RSBK_REQUEST has no exception.
Method GET_DTP Signature
Method GET_DTP on class CL_RSBK_REQUEST has no parameter.
Method GET_DTP on class CL_RSBK_REQUEST has no exception.
Method GET_DTPTYPE Signature
Method GET_DTPTYPE on class CL_RSBK_REQUEST has no parameter.
Method GET_DTPTYPE on class CL_RSBK_REQUEST has no exception.
Method GET_END_NODE Signature
Method GET_END_NODE on class CL_RSBK_REQUEST has no parameter.
Method GET_END_NODE on class CL_RSBK_REQUEST has no exception.
Method GET_ERRORCOUNT Signature
Method GET_ERRORCOUNT on class CL_RSBK_REQUEST has no parameter.
Method GET_ERRORCOUNT on class CL_RSBK_REQUEST has no exception.
Method GET_ERRORHANDLING Signature
Method GET_ERRORHANDLING on class CL_RSBK_REQUEST has no parameter.
Method GET_ERRORHANDLING on class CL_RSBK_REQUEST has no exception.
Method GET_EXTRACTS_FROM_SRC Signature
Method GET_EXTRACTS_FROM_SRC on class CL_RSBK_REQUEST has no parameter.
Method GET_EXTRACTS_FROM_SRC on class CL_RSBK_REQUEST has no exception.
Method GET_HOLD_PAR_PROCS Signature
Method GET_HOLD_PAR_PROCS on class CL_RSBK_REQUEST has no parameter.
Method GET_HOLD_PAR_PROCS on class CL_RSBK_REQUEST has no exception.
Method GET_ISARCHIVED Signature
Method GET_ISARCHIVED on class CL_RSBK_REQUEST has no parameter.
Method GET_ISARCHIVED on class CL_RSBK_REQUEST has no exception.
Method GET_LINES_READ Signature
Method GET_LINES_READ on class CL_RSBK_REQUEST has no parameter.
Method GET_LINES_READ on class CL_RSBK_REQUEST has no exception.
Method GET_LINES_TRANSFERRED Signature
Method GET_LINES_TRANSFERRED on class CL_RSBK_REQUEST has no parameter.
Method GET_LINES_TRANSFERRED on class CL_RSBK_REQUEST has no exception.
Method GET_LOGID_PC Signature
Method GET_LOGID_PC on class CL_RSBK_REQUEST has no parameter.
Method GET_LOGID_PC on class CL_RSBK_REQUEST has no exception.
Method GET_LOGSYS_SRC Signature
Method GET_LOGSYS_SRC on class CL_RSBK_REQUEST has no parameter.
Method GET_LOGSYS_SRC on class CL_RSBK_REQUEST has no exception.
Method GET_MAXSIZE Signature
Method GET_MAXSIZE on class CL_RSBK_REQUEST has no parameter.
Method GET_MAXSIZE on class CL_RSBK_REQUEST has no exception.
Method GET_NO_MONITOR Signature
Method GET_NO_MONITOR on class CL_RSBK_REQUEST has no parameter.
Method GET_NO_MONITOR on class CL_RSBK_REQUEST has no exception.
Method GET_NUMBER_AT_ERR Signature
Method GET_NUMBER_AT_ERR on class CL_RSBK_REQUEST has no parameter.
Method GET_NUMBER_AT_ERR on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD Signature
Method GET_OBJ_REF_CMD on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD_ENDLOOP Signature
Method GET_OBJ_REF_CMD_ENDLOOP on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD_ENDLOOP on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD_ERRH Signature
Method GET_OBJ_REF_CMD_ERRH on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD_ERRH on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD_LOOP Signature
Method GET_OBJ_REF_CMD_LOOP on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD_LOOP on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD_PREPARE Signature
Method GET_OBJ_REF_CMD_PREPARE on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD_PREPARE on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD_U Signature
Method GET_OBJ_REF_CMD_U on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD_U on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_CMD_X Signature
Method GET_OBJ_REF_CMD_X on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_CMD_X on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_DP Signature
Method GET_OBJ_REF_DP on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_DP on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_DTP_H Signature
Method GET_OBJ_REF_DTP_H on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_DTP_H on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_EDIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_REQUEST_EDIT | Value transfer | Object reference (TYPE REF TO) | IF_RSBK_REQUEST_EDIT | Ändern von Request-Attributen | 20061030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20061030 |
Method GET_OBJ_REF_ERRH Signature
Method GET_OBJ_REF_ERRH on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_ERRH on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_PROXY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_REQUEST_PROXY | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_REQUEST_PROXY | schnelle Request-Zugriffe | 20050622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050622 |
Method GET_OBJ_REF_REQUEST_CHILD Signature
Method GET_OBJ_REF_REQUEST_CHILD on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_REQUEST_CHILD on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_REQUEST_SIMULATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP-Request | 20070713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20070713 |
Method GET_OBJ_REF_SRC Signature
Method GET_OBJ_REF_SRC on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_SRC on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_SRC_LAST Signature
Method GET_OBJ_REF_SRC_LAST on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_SRC_LAST on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_TEMPLATE Signature
Method GET_OBJ_REF_TEMPLATE on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_TEMPLATE on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_TGT Signature
Method GET_OBJ_REF_TGT on class CL_RSBK_REQUEST has no parameter.
Method GET_OBJ_REF_TGT on class CL_RSBK_REQUEST has no exception.
Method GET_OBJ_REF_TSTATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEQUEUE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Löse Lesesperre | 20050324 | |
2 | ![]() |
I_ENQUEUE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Setze Lesesperre | 20050324 | |
3 | ![]() |
I_MUST_REF_STATE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20100506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) | 20050324 | |
2 | ![]() |
Objekt nicht gefunden | 20041229 |
Method GET_PARALLEL_PROCS Signature
Method GET_PARALLEL_PROCS on class CL_RSBK_REQUEST has no parameter.
Method GET_PARALLEL_PROCS on class CL_RSBK_REQUEST has no exception.
Method GET_PREVIOUS_RECORDS Signature
Method GET_PREVIOUS_RECORDS on class CL_RSBK_REQUEST has no parameter.
Method GET_PREVIOUS_RECORDS on class CL_RSBK_REQUEST has no exception.
Method GET_PROCESSMODE Signature
Method GET_PROCESSMODE on class CL_RSBK_REQUEST has no parameter.
Method GET_PROCESSMODE on class CL_RSBK_REQUEST has no exception.
Method GET_READ_RSBKDATA Signature
Method GET_READ_RSBKDATA on class CL_RSBK_REQUEST has no parameter.
Method GET_READ_RSBKDATA on class CL_RSBK_REQUEST has no exception.
Method GET_REALTIME Signature
Method GET_REALTIME on class CL_RSBK_REQUEST has no parameter.
Method GET_REALTIME on class CL_RSBK_REQUEST has no exception.
Method GET_REPAIRABLE Signature
Method GET_REPAIRABLE on class CL_RSBK_REQUEST has no parameter.
Method GET_REPAIRABLE on class CL_RSBK_REQUEST has no exception.
Method GET_REQUESTS_BY_PROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHECK | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040514 | |
2 | ![]() |
I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | Datentransferprozess ID | 20040514 | ||
3 | ![]() |
I_ONLY_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20071128 | |
4 | ![]() |
I_SRC | Call by reference | Type reference (TYPE) | RSBKSRCNM | Name der Datenquelle eines Datentransferprozesses | 20071128 | ||
5 | ![]() |
I_SRCTP | Call by reference | Type reference (TYPE) | RSBKSRCTP | Typ des Quellobjekts eines Datentransferprozesses | 20071128 | ||
6 | ![]() |
I_TGT | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20040514 | ||
7 | ![]() |
I_TGTTP | Call by reference | Type reference (TYPE) | RSBKTGTTP | Typ des Zielobjekts eines Datentransferprozesses | 20040514 | ||
8 | ![]() |
I_TH_REQUID | Call by reference | Type reference (TYPE) | RSBK_TH_REQUID | DTP Tabelle mit Request SIDs | 20040517 | ||
9 | ![]() |
R_T_REQUEST_V | Value transfer | Type reference (TYPE) | RSBK_T_REQUEST_V | Generierte Tabelle zum View RSBKREQUEST_V | 20040517 |
Method GET_REQUESTS_BY_PROP on class CL_RSBK_REQUEST has no exception.
Method GET_REQUEST_IS_REMOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20110215 | ||
2 | ![]() |
R_IS_REMOTE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20110215 |
Method GET_REQUEST_IS_REMOTE on class CL_RSBK_REQUEST has no exception.
Method GET_REQUID Signature
Method GET_REQUID on class CL_RSBK_REQUEST has no parameter.
Method GET_REQUID on class CL_RSBK_REQUEST has no exception.
Method GET_REQUID30 Signature
Method GET_REQUID30 on class CL_RSBK_REQUEST has no parameter.
Method GET_REQUID30 on class CL_RSBK_REQUEST has no exception.
Method GET_REQUID_OUTBOUND Signature
Method GET_REQUID_OUTBOUND on class CL_RSBK_REQUEST has no parameter.
Method GET_REQUID_OUTBOUND on class CL_RSBK_REQUEST has no exception.
Method GET_REQUID_PARENT Signature
Method GET_REQUID_PARENT on class CL_RSBK_REQUEST has no parameter.
Method GET_REQUID_PARENT on class CL_RSBK_REQUEST has no exception.
Method GET_REQUID_REMOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | BW: Datentransferprozess Kopfdaten | 20110215 | ||
2 | ![]() |
R_REQUID | Value transfer | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20110215 |
Method GET_REQUID_REMOTE on class CL_RSBK_REQUEST has no exception.
Method GET_RUNID Signature
Method GET_RUNID on class CL_RSBK_REQUEST has no parameter.
Method GET_RUNID on class CL_RSBK_REQUEST has no exception.
Method GET_SEVERITY Signature
Method GET_SEVERITY on class CL_RSBK_REQUEST has no parameter.
Method GET_SEVERITY on class CL_RSBK_REQUEST has no exception.
Method GET_SIMULATION Signature
Method GET_SIMULATION on class CL_RSBK_REQUEST has no parameter.
Method GET_SIMULATION on class CL_RSBK_REQUEST has no exception.
Method GET_SRC Signature
Method GET_SRC on class CL_RSBK_REQUEST has no parameter.
Method GET_SRC on class CL_RSBK_REQUEST has no exception.
Method GET_SRCTP Signature
Method GET_SRCTP on class CL_RSBK_REQUEST has no parameter.
Method GET_SRCTP on class CL_RSBK_REQUEST has no exception.
Method GET_S_BUFFER Signature
Method GET_S_BUFFER on class CL_RSBK_REQUEST has no parameter.
Method GET_S_BUFFER on class CL_RSBK_REQUEST has no exception.
Method GET_TABT_USED Signature
Method GET_TABT_USED on class CL_RSBK_REQUEST has no parameter.
Method GET_TABT_USED on class CL_RSBK_REQUEST has no exception.
Method GET_TEMPLATETYPE Signature
Method GET_TEMPLATETYPE on class CL_RSBK_REQUEST has no parameter.
Method GET_TEMPLATETYPE on class CL_RSBK_REQUEST has no exception.
Method GET_TGT Signature
Method GET_TGT on class CL_RSBK_REQUEST has no parameter.
Method GET_TGT on class CL_RSBK_REQUEST has no exception.
Method GET_TGTTP Signature
Method GET_TGTTP on class CL_RSBK_REQUEST has no parameter.
Method GET_TGTTP on class CL_RSBK_REQUEST has no exception.
Method GET_TH_CMD_R Signature
Method GET_TH_CMD_R on class CL_RSBK_REQUEST has no parameter.
Method GET_TH_CMD_R on class CL_RSBK_REQUEST has no exception.
Method GET_TH_DP_R Signature
Method GET_TH_DP_R on class CL_RSBK_REQUEST has no parameter.
Method GET_TH_DP_R on class CL_RSBK_REQUEST has no exception.
Method GET_TH_RANGE Signature
Method GET_TH_RANGE on class CL_RSBK_REQUEST has no parameter.
Method GET_TH_RANGE on class CL_RSBK_REQUEST has no exception.
Method GET_TH_REQUID_TGT Signature
Method GET_TH_REQUID_TGT on class CL_RSBK_REQUEST has no parameter.
Method GET_TH_REQUID_TGT on class CL_RSBK_REQUEST has no exception.
Method GET_TH_RUN Signature
Method GET_TH_RUN on class CL_RSBK_REQUEST has no parameter.
Method GET_TH_RUN on class CL_RSBK_REQUEST has no exception.
Method GET_TRANSFERRED Signature
Method GET_TRANSFERRED on class CL_RSBK_REQUEST has no parameter.
Method GET_TRANSFERRED on class CL_RSBK_REQUEST has no exception.
Method GET_TRIGGER_MERGE Signature
Method GET_TRIGGER_MERGE on class CL_RSBK_REQUEST has no parameter.
Method GET_TRIGGER_MERGE on class CL_RSBK_REQUEST has no exception.
Method GET_TSTATE Signature
Method GET_TSTATE on class CL_RSBK_REQUEST has no parameter.
Method GET_TSTATE on class CL_RSBK_REQUEST has no exception.
Method GET_TSTMP_FINISH Signature
Method GET_TSTMP_FINISH on class CL_RSBK_REQUEST has no parameter.
Method GET_TSTMP_FINISH on class CL_RSBK_REQUEST has no exception.
Method GET_TSTMP_START Signature
Method GET_TSTMP_START on class CL_RSBK_REQUEST has no parameter.
Method GET_TSTMP_START on class CL_RSBK_REQUEST has no exception.
Method GET_T_DATAINFO Signature
Method GET_T_DATAINFO on class CL_RSBK_REQUEST has no parameter.
Method GET_T_DATAINFO on class CL_RSBK_REQUEST has no exception.
Method GET_T_ISOURCE Signature
Method GET_T_ISOURCE on class CL_RSBK_REQUEST has no parameter.
Method GET_T_ISOURCE on class CL_RSBK_REQUEST has no exception.
Method GET_T_JOBS Signature
Method GET_T_JOBS on class CL_RSBK_REQUEST has no parameter.
Method GET_T_JOBS on class CL_RSBK_REQUEST has no exception.
Method GET_T_STEPID Signature
Method GET_T_STEPID on class CL_RSBK_REQUEST has no parameter.
Method GET_T_STEPID on class CL_RSBK_REQUEST has no exception.
Method GET_UNAME Signature
Method GET_UNAME on class CL_RSBK_REQUEST has no parameter.
Method GET_UNAME on class CL_RSBK_REQUEST has no exception.
Method GET_UPDMODE Signature
Method GET_UPDMODE on class CL_RSBK_REQUEST has no parameter.
Method GET_UPDMODE on class CL_RSBK_REQUEST has no exception.
Method GET_USES_NEW_LOG Signature
Method GET_USES_NEW_LOG on class CL_RSBK_REQUEST has no parameter.
Method GET_USES_NEW_LOG on class CL_RSBK_REQUEST has no exception.
Method GET_USTATE Signature
Method GET_USTATE on class CL_RSBK_REQUEST has no parameter.
Method GET_USTATE on class CL_RSBK_REQUEST has no exception.
Method GET_USTATE_SET_EXTERNALLY Signature
Method GET_USTATE_SET_EXTERNALLY on class CL_RSBK_REQUEST has no parameter.
Method GET_USTATE_SET_EXTERNALLY on class CL_RSBK_REQUEST has no exception.
Method ON_STATE_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUID | Value transfer | Attribute reference (LIKE) | 20040518 | ||||
2 | ![]() |
I_TARGET_TSTATE | Value transfer | Attribute reference (LIKE) | 20040518 | ||||
3 | ![]() |
I_TARGET_USTATE | Value transfer | Attribute reference (LIKE) | 20040518 |
Method ON_STATE_CHANGED on class CL_RSBK_REQUEST has no exception.
Method RAISE_SY_FAILED Signature
Method RAISE_SY_FAILED on class CL_RSBK_REQUEST has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20031201 |
Method REGISTER_EVENTS_TSTATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTIVATION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040518 |
Method REGISTER_EVENTS_TSTATE on class CL_RSBK_REQUEST has no exception.
Method RESUME Signature
Method RESUME on class CL_RSBK_REQUEST has no parameter.
Method RESUME on class CL_RSBK_REQUEST has no exception.
Method SET_ANALYZED Signature
Method SET_ANALYZED on class CL_RSBK_REQUEST has no parameter.
Method SET_ANALYZED on class CL_RSBK_REQUEST has no exception.
Method SET_BUFFER_INVALID Signature
Method SET_BUFFER_INVALID on class CL_RSBK_REQUEST has no parameter.
Method SET_BUFFER_INVALID on class CL_RSBK_REQUEST has no exception.
Method SET_BUFFER_INVALID_STATIC Signature
Method SET_BUFFER_INVALID_STATIC on class CL_RSBK_REQUEST has no parameter.
Method SET_BUFFER_INVALID_STATIC on class CL_RSBK_REQUEST has no exception.
Method SET_CTYPE Signature
Method SET_CTYPE on class CL_RSBK_REQUEST has no parameter.
Method SET_CTYPE on class CL_RSBK_REQUEST has no exception.
Method SET_NO_STATE_REFRESH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NO_STATE_REFRESH | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20100506 |
Method SET_NO_STATE_REFRESH on class CL_RSBK_REQUEST has no exception.
Method SET_PCSTATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_USTATE | Call by reference | Type reference (TYPE) | RSBKUSTATE | Benutzerdefinierter Verarbeitungsstatus eines DTP-Requests | 20050630 |
Method SET_PCSTATE on class CL_RSBK_REQUEST has no exception.
Method SET_REQUID_PARENT Signature
Method SET_REQUID_PARENT on class CL_RSBK_REQUEST has no parameter.
Method SET_REQUID_PARENT on class CL_RSBK_REQUEST has no exception.
Method SET_REQUID_SRC_RT Signature
Method SET_REQUID_SRC_RT on class CL_RSBK_REQUEST has no parameter.
Method SET_REQUID_SRC_RT on class CL_RSBK_REQUEST has no exception.
Method SET_SEVERITY Signature
Method SET_SEVERITY on class CL_RSBK_REQUEST has no parameter.
Method SET_SEVERITY on class CL_RSBK_REQUEST has no exception.
Method SET_SEVERITY_TGT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NO_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060626 | |
2 | ![]() |
I_SEVERITY | Call by reference | Type reference (TYPE) | RSBKSEVERITY | Kennzeichen: Benötigte Konsistenz einer Deltafortschreibung | 20060626 | ||
3 | ![]() |
I_TGT | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20060626 | ||
4 | ![]() |
I_TGTTP | Call by reference | Type reference (TYPE) | RSBKTGTTP | Typ des Zielobjekts eines Datentransferprozesses | 20060626 |
Method SET_SEVERITY_TGT on class CL_RSBK_REQUEST has no exception.
Method SET_TSTATE Signature
Method SET_TSTATE on class CL_RSBK_REQUEST has no parameter.
Method SET_TSTATE on class CL_RSBK_REQUEST has no exception.
Method SET_USTATE_GREEN Signature
Method SET_USTATE_GREEN on class CL_RSBK_REQUEST has no parameter.
Method SET_USTATE_GREEN on class CL_RSBK_REQUEST has no exception.
Method SET_USTATE_RED Signature
Method SET_USTATE_RED on class CL_RSBK_REQUEST has no parameter.
Method SET_USTATE_RED on class CL_RSBK_REQUEST has no exception.
Method SET_USTATE_YELLOW Signature
Method SET_USTATE_YELLOW on class CL_RSBK_REQUEST has no parameter.
Method SET_USTATE_YELLOW on class CL_RSBK_REQUEST has no exception.
Method STATE_TO_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_USTATE | Call by reference | Type reference (TYPE) | RSBKUSTATE | Benutzerdefinierter Verarbeitungsstatus eines DTP-Requests | 20060124 | ||
2 | ![]() |
R_ICON | Value transfer | Type reference (TYPE) | RSBKICONPLUS | Icon inklusive Text für Quick-Info | 20060124 |
Method STATE_TO_ICON on class CL_RSBK_REQUEST has no exception.
Method SUBMIT_FOLLOW_UP_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_JOBCOUNT | Value transfer | Type reference (TYPE) | BTCJOBCNT | Kennummer eines Jobs | 20070606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20070606 |
Event Signatures
Event STATE_CHANGED Signature
Event STATE_CHANGED on class CL_RSBK_REQUEST has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 400 |