Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BGRFC_UNIT_HANDLER_INBOUND | Interface for Special Methods for Inbound Unit Handlers | 20081119 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BGRFC_UNIT_HANDLER | Implementation of bgRFC Unit Administration | 20070913 |
Properties
Interface | IF_BGRFC_UNIT_HANDLER | |
Short Description | Scheduler Administration of bgRFC Units |
General Data
Package | SQRFC2 | ABAP Development for bgRFC |
Created | 20070913 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_BGRFC_UNIT_EXECUTOR | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_BGRFC_UNIT_HANDLER has no interface.
Friends
Interface IF_BGRFC_UNIT_HANDLER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | BASXML_ENABLED | Instance attribute | Public | Type reference (TYPE) | BGRFC_BASXML_ENABLED | Flag in bgRFC for basxml | 20080206 | ||
2 | CLIENT | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-CLIENT | Client | 20070913 | ||
3 | CO_BASXML_CONVERSION_ERROR | Constant | Public | Type reference (TYPE) | BGRFC_BASXML_ENABLED | 'E' | Flag in bgRFC for basxml | 20080514 | |
4 | CPROG | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-CPROG | Program/Transaction in SQL Trace Evaluation | 20070913 | ||
5 | EXE_MODE | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-EXE_MODE | Unit Execution Mode (Normal/Reconfirm/Poll) | 20070913 | ||
6 | HOST_NAME | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-HOST_NAME | Name of Current Application Server | 20070913 | ||
7 | IS_DELETED | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-IS_DELETED | Single-Character Indicator | 20070913 | ||
8 | IS_NOOP | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Unit will not be executed | 20070913 | ||
9 | IS_RAL_RELEVANT | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Unit is relevant for Read Access Log | 20121109 | ||
10 | IS_TRACE_ON | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-IS_TRACE_ON | Single-Character Indicator | 20070913 | ||
11 | LANGU | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-LANGU | Language Key | 20070913 | ||
12 | MI_RAL_RT | Instance attribute | Public | Object reference (TYPE REF TO) | IF_SRAL_RT_BGRFC | Read access logging runtime object | 20121203 | ||
13 | NO_COMMIT_CHECK | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-NO_COMMIT_CHECK | Check for Implicit and Explicit Commits | 20070913 | ||
14 | PAYLOAD | Instance attribute | Public | Type reference (TYPE) | TRFC_I_SDATA-FUNC_DATA | 20070913 | |||
15 | PW_HASH | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-PW_HASH | Password Hash | 20070913 | ||
16 | REDO_CNT_AUTO | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-REDO_CNT_AUTO | Natural Number | 20070913 | ||
17 | REDO_CNT_MANUAL | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-REDO_CNT_MANUAL | Natural Number | 20070913 | ||
18 | RFC_OPTIONS | Instance attribute | Public | Object reference (TYPE REF TO) | RFCOPT | RFC Options | 20070913 | ||
19 | TASK_NAME | Instance attribute | Public | Type reference (TYPE) | TASK_NAME_TYPE | Task Name | 20070918 | ||
20 | TCODE | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-TCODE | Transaction Code | 20070913 | ||
21 | UNAME | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-UNAME | User Name | 20070913 | ||
22 | UNIT_EXECUTOR | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BGRFC_UNIT_EXECUTOR | Execution Unit of bgRFC Unit | 20070928 | ||
23 | UNIT_HISTORY | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-UNIT_HISTORY | Flag for Unit History | 20070913 | ||
24 | UNIT_ID | Instance attribute | Public | Type reference (TYPE) | BGRFC_UNIT_ID | ID of Unit in Background RFC | 20070913 | ||
25 | UNIT_SIZE | Instance attribute | Public | Type reference (TYPE) | TRFC_I_UNIT-UNIT_SIZE | Natural Number | 20070913 | ||
26 | UNIT_TID | Instance attribute | Public | Type reference (TYPE) | ARFCCALLID | Key of ARFC Call | 20071031 | ||
27 | UNIT_TYPE | Instance attribute | Public | Type reference (TYPE) | BGRFC_UNIT_KIND | Type of Background RFC Unit | 20070913 | ||
28 | ZDT_SUB_SYSTEM | Instance attribute | Public | Type reference (TYPE) | RLFW_SERVER_GROUP | Group ID for Application Server | 20130725 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | EVT_END_OF_PING | Instance Event (0) |
Public (2) |
Event After Asynchronous Ping Response | 20070926 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OUTINBOUND_QUEUE_NAME_TAB_TYPE | Public | See coding | 20071017 | outinbound_queue_name_tab_type TYPE STANDARD TABLE OF qrfc_queue_name WITH NON-UNIQUE KEY table_line INITIAL SIZE 0
|
||
2 | TASK_ERROR_TYPE | Public | See coding | 20070927 | BEGIN OF task_error_type ,
exe_state TYPE bgrfc_exe_state,
exe_message TYPE bgrfc_exe_message,
END OF task_error_type
|
||
3 | TASK_NAME_TYPE | Public | See coding | 20070918 | TASK_NAME_TYPE TYPE c LENGTH 10
|
Method Signatures
Method ALIVE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RFC_OPTIONS | Call by reference | Type reference (TYPE) | RFCOPT | RFC-Optionen | 20070928 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20071012 |
Method CHANGE_EXE_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXE_MODE | Call by reference | Type reference (TYPE) | BGRFC_EXE_MODE | Ausführungsart einer Unit (normal/reconfirm/poll) | 20071017 |
Method CHANGE_EXE_MODE on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method DELETE_PERSISTET_ERROR Signature
Method DELETE_PERSISTET_ERROR on Interface IF_BGRFC_UNIT_HANDLER has no parameter.
Method DELETE_PERSISTET_ERROR on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method DELETE_UNIT Signature
Method DELETE_UNIT on Interface IF_BGRFC_UNIT_HANDLER has no parameter.
Method DELETE_UNIT on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method EXECUTE_UNIT_ASYNCHRONOUSLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RFC_OPTIONS | Call by reference | Type reference (TYPE) | RFCOPT | RFC-Optionen | 20070928 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20070928 |
Method EXECUTE_UNIT_SYNCHRONOUSLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETRY_TASK | Call by reference | Type reference (TYPE) | IF_BGRFC_UNIT_EXECUTOR=>TASK_RETRY_TYPE | Retry ausführen | 20080229 | ||
2 | ![]() |
RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20080306 | ||
3 | ![]() |
RFC_OPTIONS | Call by reference | Type reference (TYPE) | RFCOPT | RFC-Optionen | 20080228 | ||
4 | ![]() |
SUPPORTABILITY_INFO | Call by reference | Type reference (TYPE) | BGRFC_SUPPORTABILITY_INFO | Parameter zur Aktivierung der Analysetools (Debug., Trace) | 20080303 | ||
5 | ![]() |
USER_SWITCH | Call by reference | Type reference (TYPE) | ABAP_BOOL | Soll User Switch durchgeführt werden | 20080228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20080228 |
Method GET_ARFC_RSTATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ARFC_RSTATE_TAB | Call by reference | Type reference (TYPE) | ARFCRSTATE_TAB | Tabellentyp für ARFCRSTATE | 20070918 | ||
2 | ![]() |
ARFC_SDATA_TAB | Call by reference | Type reference (TYPE) | ARFCSDATA_TAB | Tabelle für RFC Funktionsdaten im alten ARFC Format | 20070918 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20071019 |
Method GET_BGRFC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BGRFC_DATA | Call by reference | Type reference (TYPE) | XSTRING | Payload | 20071017 | ||
2 | ![]() |
BGRFC_STATE | Call by reference | Type reference (TYPE) | BGRFC_SRV_STATE | Serverstatus von bgRFC Units | 20071017 | ||
3 | ![]() |
OUT_IN_QUEUE_NAME_TAB | Call by reference | Type reference (TYPE) | OUTINBOUND_QUEUE_NAME_TAB_TYPE | Inboundqueuenamen für Outinbound Scenario | 20071017 |
Method GET_BGRFC_DATA on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method GET_PERSISTET_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MESSAGES | Call by reference | Type reference (TYPE) | IF_BGRFC_UNIT_EXECUTOR=>TASK_ERROR_TYPE | 20130318 | |||
2 | ![]() |
EV_EXE_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | 20130318 |
Method GET_PERSISTET_ERROR on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method GET_SUPPORTABILITY_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SUPPORTABILITY_INFO | Value transfer | Type reference (TYPE) | BGRFC_SUPPORTABILITY_INFO | Parameter zur Aktivierung der Analysetools (Debug., Trace) | 20070925 |
Method GET_SUPPORTABILITY_INFO on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method GET_UNIT_INFORMATION Signature
Method GET_UNIT_INFORMATION on Interface IF_BGRFC_UNIT_HANDLER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20071001 |
Method HANDLE_UNIT_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_HISTORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071030 | ||
2 | ![]() |
P_MESSAGE | Call by reference | Type reference (TYPE) | BGRFC_EXE_MESSAGE | 20071030 | |||
3 | ![]() |
P_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | 20071030 |
Method HANDLE_UNIT_HISTORY on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method LOCK_UNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXE_MESSAGE | Call by reference | Type reference (TYPE) | BGRFC_EXE_MESSAGE | Nachricht zu einem Hintergrund RFC | 20070914 | ||
2 | ![]() |
EXE_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | Ausführungszustand einer Unit im Hintergrund RFC | 20070914 | ||
3 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20070914 | ||
4 | ![]() |
MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20070914 | ||
5 | ![]() |
MESSAGE_PARAMETER1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070914 | ||
6 | ![]() |
MESSAGE_PARAMETER2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070914 | ||
7 | ![]() |
MESSAGE_PARAMETER3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070914 | ||
8 | ![]() |
MESSAGE_PARAMETER4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070914 |
Method LOCK_UNIT on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method LOCK_UNIT_TIMED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACT_REDO_CNT | Call by reference | Type reference (TYPE) | INT4 | Augenblickliche Zahl von Wiederholungen | 20071022 | ||
2 | ![]() |
DELAY_TIME | Call by reference | Type reference (TYPE) | INT4 | Sperrzeit in Sekunden | 20071008 | ||
3 | ![]() |
EXE_MESSAGE | Call by reference | Type reference (TYPE) | BGRFC_EXE_MESSAGE | Nachricht zu einem Hintergrund RFC | 20071008 | ||
4 | ![]() |
EXE_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | Ausführungszustand einer Unit im Hintergrund RFC | 20071008 | ||
5 | ![]() |
MAX_REDO_CNT | Call by reference | Type reference (TYPE) | BGRFC_REDO_UNIT_WAIT_CNT_MAX | Max. Anzahl automatischer Wiederholungsversuche pro Unit | 20071022 | ||
6 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20071008 | ||
7 | ![]() |
MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20071008 | ||
8 | ![]() |
MESSAGE_PARAMETER1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071008 | ||
9 | ![]() |
MESSAGE_PARAMETER2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071008 | ||
10 | ![]() |
MESSAGE_PARAMETER3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071008 | ||
11 | ![]() |
MESSAGE_PARAMETER4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071008 |
Method LOCK_UNIT_TIMED on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method MARK_UNIT_AFTER_ALIVE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECK_ALIVE_CNT_MAX | Call by reference | Type reference (TYPE) | BGRFC_CHECK_ALIVE_MAX | Maximale Anzahl automat. Prüfungen, ob eine Unit noch läuft | 20071016 | ||
2 | ![]() |
EXE_MESSAGE | Call by reference | Type reference (TYPE) | BGRFC_EXE_MESSAGE | Nachricht zu einem Hintergrund RFC | 20071011 | ||
3 | ![]() |
EXE_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | Ausführungszustand einer Unit im Hintergrund RFC | 20071011 | ||
4 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20071011 | ||
5 | ![]() |
MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20071011 | ||
6 | ![]() |
MESSAGE_PARAMETER1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071011 | ||
7 | ![]() |
MESSAGE_PARAMETER2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071011 | ||
8 | ![]() |
MESSAGE_PARAMETER3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071011 | ||
9 | ![]() |
MESSAGE_PARAMETER4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20071011 | ||
10 | ![]() |
REDO_CNT_MAX | Call by reference | Type reference (TYPE) | BGRFC_REDO_UNIT_WAIT_CNT_MAX | Maximale Zahl von Wiederholungen | 20071011 | ||
11 | ![]() |
REDO_UNIT_WAIT_TIME | Call by reference | Type reference (TYPE) | BGRFC_REDO_UNIT_WAIT_TIME | Wartezeit zw. zwei automat. Wiederholungsvers. pro Unit in s | 20071016 | ||
12 | ![]() |
SERVER_EXE_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | Ausführungszustand einer Unit im Hintergrund RFC | 20071011 |
Method MARK_UNIT_AFTER_ALIVE_CHECK on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method MARK_UNIT_AS_FINISHED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20080306 | ||
2 | ![]() |
SYNCHRONOUS_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080229 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20071009 |
Method MARK_UNIT_AS_RUNNABLE Signature
Method MARK_UNIT_AS_RUNNABLE on Interface IF_BGRFC_UNIT_HANDLER has no parameter.
Method MARK_UNIT_AS_RUNNABLE on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method MARK_UNIT_AS_RUNNING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ALREADY_RUNNING | Value transfer | Type reference (TYPE) | ABAP_BOOL | Unit läuft bereits | 20070914 |
Method MARK_UNIT_AS_RUNNING on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method MARK_UNIT_FOR_RETRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MAX_REDO_CNT | Call by reference | Type reference (TYPE) | INT4 | Maximale Anzahl manueller Wiederholungen | 20071009 | ||
2 | ![]() |
RETRY_DELAY_TIME | Call by reference | Type reference (TYPE) | INT4 | Verzögerung für den Retry | 20071011 | ||
3 | ![]() |
RETRY_KEY | Call by reference | Type reference (TYPE) | BGRFC_RETRY_KEY | Grund für den Restart einer Unit | 20071011 |
Method MARK_UNIT_FOR_RETRY on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method PREPARE_FOR_RECONFIRM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RFC_OPTIONS | Call by reference | Type reference (TYPE) | RFCOPT | RFC-Optionen | 20070928 |
Method PREPARE_FOR_RECONFIRM on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method SEND_NOTIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CALLBACK_CLASS | Call by reference | Type reference (TYPE) | BGRFC_STATUS_CALLBACK_CLASS | Name der Klasse, die Zugriffsschutz implementiert | 20130314 | ||
2 | ![]() |
EXE_STATE | Call by reference | Type reference (TYPE) | BGRFC_EXE_STATE | 20130312 | |||
3 | ![]() |
MESSAGES | Call by reference | Type reference (TYPE) | IF_BGRFC_UNIT_EXECUTOR=>TASK_ERROR_TYPE | 20130312 | |||
4 | ![]() |
SYNCHRONOUS_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130312 |
Method SEND_PING_ASYNCHRONOUSLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEST_NAME | Call by reference | Type reference (TYPE) | ARFCCALLID-ARFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070926 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20070926 |
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
UNIT_ID | Call by reference | Type reference (TYPE) | BGRFC_UNIT_ID | Id einer Unit im Hintergrund RFC | 20070913 |
Method SET on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method SET_TASK_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TASK_NAME | Call by reference | Type reference (TYPE) | CLIKE | Taskname | 20070926 |
Method SET_TASK_NAME on Interface IF_BGRFC_UNIT_HANDLER has no exception.
Method UNIT_EXECUTION_PREPARATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
USER_SWITCH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20071001 |
Method USER_SWITCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | Userswitch einschalten | 20071026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Ausführung von Units | 20121030 |
Event Signatures
Event EVT_END_OF_PING Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ERROR_MESSAGES | Exporting | Value transfer | Type reference (TYPE) | TASK_ERROR_TYPE | Fehlerstatus und -meldung | 20071002 | ||
2 | P_TASK | Exporting | Value transfer | Type reference (TYPE) | TASK_NAME_TYPE | Taskname | 20070926 |
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 711 |