SAP ABAP Class CL_TRFC_OUTBOUND_MONITOR (Monitor API Class for Outbound bgRFC tRFC)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC-BG (Application Component) Background RFC (bgRFC)
⤷
SBGRFCMON (Package) Package for bgRFC Monitor Classes
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BGRFC_MONITOR_OUTBOUND_IMPL | Base Class for All Outbound Monitors | 20060606 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BGRFC_MONITOR_OUTBOUND | Interface to General bgRFC Monitor API Methods | 20060523 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TRFC_OUTBOUND_MONITOR | Interface for Outbound tRFC Monitor | 20060523 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TRFC_OUT_MONITOR | Special Interface for tRFC Monitor API | 20060523 |
Properties
| Class | CL_TRFC_OUTBOUND_MONITOR | |
| Short Description | Monitor API Class for Outbound bgRFC tRFC | |
| Super Class | CL_BGRFC_MONITOR_OUTBOUND_IMPL | Base Class for All Outbound Monitors |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SBGRFCMON | Package for bgRFC Monitor Classes |
| Created | 20060523 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BGRFC_MONITOR_OUTBOUND | Interface to General bgRFC Monitor API Methods | 20060523 | ||
| 2 | IF_TRFC_OUTBOUND_MONITOR | Interface for Outbound tRFC Monitor | 20060523 | ||
| 3 | IF_TRFC_OUT_MONITOR | Special Interface for tRFC Monitor API | 20060523 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BGRFC_MONITOR_API | 20060523 | Factory Class for bgRFC Monitor API |
Attributes
Class CL_TRFC_OUTBOUND_MONITOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20060523 | |
| 2 | Static method | Private | Method | Instantiation Method | 20060523 | |
| 3 | Static method | Public | Method | Deletes Unit List | 20060602 | |
| 4 | Static method | Public | Method | Gets List of Destinations with Type T Units | 20060630 | |
| 5 | Static method | Public | Method | Gets List of Destinations with Type T Units | 20060630 | |
| 6 | Static method | Public | Method | Gets List of Destinations with Type T Units | 20060630 | |
| 7 | Static method | Public | Method | Gets Names of Registered Function Modules | 20060523 | |
| 8 | Static method | Public | Method | Gets Locks on Unit | 20060523 | |
| 9 | Static method | Public | Method | Gets Destinations with Long Running Units and Locks | 20060612 | |
| 10 | Static method | Public | Method | Unit IDs Created in Specific Date Range | 20060523 | |
| 11 | Static method | Public | Method | Gets Information for Unit | 20060609 | |
| 12 | Static method | Public | Method | Gets Restricted List of Units of Destination | 20060621 | |
| 13 | Static method | Public | Method | Gets Locks on Unit | 20060523 | |
| 14 | Static method | Public | Method | Remove Lock for Series of Units | 20060606 |
Events
Class CL_TRFC_OUTBOUND_MONITOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LT_TRFC_O_DEST_STRUCT | Protected | See coding | 20070213 | BEGIN OF LT_TRFC_O_DEST_STRUCT ,
DEST_NAME TYPE bgrfc_dest_name_outbound,
unit_id TYPE bgrfc_unit_id,
client TYPE symandt,
END OF LT_TRFC_O_DEST_STRUCT
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Mandantenkennung für Monitor | 20060523 | |||
| 2 | II_AUTH_CHECK | Call by reference | Object reference (TYPE REF TO) | IF_BGRFC_MONITOR_AUTHORITY | Berechtigungsprüfung für den bgRFC Monitor | 20090114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Berechtigung im bgRFC Monitor API | 20060523 |
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Mandantenkennung des Monitors | 20060523 | |||
| 2 | II_AUTH_CHECK | Call by reference | Object reference (TYPE REF TO) | IF_BGRFC_MONITOR_AUTHORITY | Berechtigungsprüfung für den bgRFC Monitor | 20130513 | |||
| 3 | MONITOR_REFERENCE | Value transfer | Object reference (TYPE REF TO) | CL_TRFC_OUTBOUND_MONITOR | Monitorapiklasse für bgRFC tRFC Outbound | 20060523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlende Berechtigung im bgRFC Monitor API | 20060523 |
Method DELETE_UNIT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Mandantenkennung des aktuellen Benutzers | 20060602 | |||
| 2 | DELETED_UNITS | Value transfer | Type reference (TYPE) | BGRFC_UNIT_TABLE | Tabelle von Unit IDs des bgRFC | 20060602 | |||
| 3 | UNIT_TABLE | Call by reference | Type reference (TYPE) | BGRFC_UNIT_TABLE | Tabelle von Unit IDs des bgRFC | 20060602 |
Method DELETE_UNIT_LIST on class CL_TRFC_OUTBOUND_MONITOR has no exception.
Method GET_DESTINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060630 | |||
| 2 | CPROG_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CPROG_RANGE | Rangetabelle für Auswahl nach dem Programmnamen | 20060630 | |||
| 3 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060630 | |||
| 4 | DEST_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DEST_RANGE_OUTBOUND | Rangetabelle für bgRFC Outbound Destinationsnamen | 20060630 | |||
| 5 | DEST_TAB | Value transfer | Type reference (TYPE) | BGRFC_DEST_NAME_TAB_OUTBOUND | Tabelle von Outbound Destinationsnamen | 20060630 | |||
| 6 | TCODE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_TCODE_RANGE | Rangetabelle für Auswahl des Transaktionscodes | 20060630 | |||
| 7 | USER_RANGE | Call by reference | Type reference (TYPE) | BGRFC_USER_NAME_RANGE | Rangetabelle des Usernamen | 20060630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060630 |
Method GET_DESTINATIONS_ERROR_UNITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060630 | |||
| 2 | CPROG_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CPROG_RANGE | Rangetabelle für Auswahl nach dem Programmnamen | 20060630 | |||
| 3 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060630 | |||
| 4 | DEST_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DEST_RANGE_OUTBOUND | Rangetabelle für bgRFC Outbound Destinationsnamen | 20060630 | |||
| 5 | DEST_TAB | Value transfer | Type reference (TYPE) | BGRFC_DEST_NAME_TAB_OUTBOUND | Tabelle von Outbound Destinationsnamen | 20060630 | |||
| 6 | TCODE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_TCODE_RANGE | Rangetabelle für Auswahl des Transaktionscodes | 20060630 | |||
| 7 | USER_RANGE | Call by reference | Type reference (TYPE) | BGRFC_USER_NAME_RANGE | Rangetabelle des Usernamen | 20060630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060630 |
Method GET_DESTINATIONS_LOCKED_UNITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060630 | |||
| 2 | CPROG_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CPROG_RANGE | Rangetabelle für Auswahl nach dem Programmnamen | 20060630 | |||
| 3 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060630 | |||
| 4 | DEST_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DEST_RANGE_OUTBOUND | Rangetabelle für bgRFC Outbound Destinationsnamen | 20060630 | |||
| 5 | DEST_TAB | Value transfer | Type reference (TYPE) | BGRFC_DEST_NAME_TAB_OUTBOUND | Tabelle von Outbound Destinationsnamen | 20060630 | |||
| 6 | TCODE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_TCODE_RANGE | Rangetabelle für Auswahl des Transaktionscodes | 20060630 | |||
| 7 | USER_RANGE | Call by reference | Type reference (TYPE) | BGRFC_USER_NAME_RANGE | Rangetabelle des Usernamen | 20060630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060630 |
Method GET_FUNCTION_MODULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FUNC_NAME_TAB | Value transfer | Type reference (TYPE) | BGRFC_FUNC_NAME_TABLE | Tabelle mit Namen der Funktionsbausteine im bgRFC | 20060523 | |||
| 2 | UNIT_ID | Call by reference | Type reference (TYPE) | BGRFC_UNIT_ID | Id einer Unit im Hintergrund RFC | 20060523 | |||
| 3 | UNIT_TYPE | Call by reference | Type reference (TYPE) | BGRFC_UNIT_KIND | Art einer RFC Hintergrund Unit | 20060523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060523 |
Method GET_NUMBER_OF_EXEC_UNITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060523 | |||
| 2 | DEST_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DEST_RANGE_OUTBOUND | Rangetabelle für bgRFC Outbound Destinationsnamen | 20060523 | |||
| 3 | EXEC_UNITS | Value transfer | Type reference (TYPE) | BGRFC_EXEC_UNITS_OUTBOUND_TAB | Anzahl ausführbarer tRFC Units | 20060523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060523 |
Method GET_SUSPICIOUS_DESTINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060612 | |||
| 2 | DEST_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DEST_RANGE_OUTBOUND | Rangetabelle für bgRFC Outbound Destinationsnamen | 20060612 | |||
| 3 | DEST_TAB | Value transfer | Type reference (TYPE) | BGRFC_DEST_NAME_TAB_OUTBOUND | Tabelle von Outbound Destinationsnamen | 20060612 | |||
| 4 | MAX_RUNNABLE_TIME | Call by reference | Type reference (TYPE) | NUMERIC | Maximale Zeit in Sekunden | 20060612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060612 |
Method GET_UNITS_BY_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060523 | |||
| 2 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060523 | |||
| 3 | UNIT_TABLE | Call by reference | Type reference (TYPE) | BGRFC_DEST_OUTB_UNIT_ID_TAB | Tabelle mit Destinationsnamen und Unit IDs im Outboundfall | 20060523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060523 |
Method GET_UNIT_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_UNIT_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | Auch überprüfen, ob Unit bereits ausgeführt | 20060622 | ||
| 2 | UNIT_INFORMATION | Value transfer | Type reference (TYPE) | TRFC_OUTB_UNIT_INFO_TAB | Tabelle mit Detailinformationen zu tRFC Outbound | 20060609 | |||
| 3 | UNIT_TABLE | Call by reference | Type reference (TYPE) | BGRFC_UNIT_TABLE | Tabelle von Unit IDs des bgRFC | 20060609 |
Method GET_UNIT_INFORMATION on class CL_TRFC_OUTBOUND_MONITOR has no exception.
Method GET_UNIT_INFORMATION_BY_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CLIENT_RANGE | Rangetabelle für Client | 20060621 | |||
| 2 | CPROG_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CPROG_RANGE | Rangetabelle für Auswahl nach dem Programmnamen | 20060621 | |||
| 3 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060621 | |||
| 4 | DEST_NAME | Call by reference | Type reference (TYPE) | BGRFC_DEST_NAME_OUTBOUND | Name der Destination im Outbound Fall | 20060621 | |||
| 5 | SHOW_DELETED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | Anzeige gelöschter Units | 20060621 | ||
| 6 | TCODE_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_TCODE_RANGE | Rangetabelle für Auswahl des Transaktionscodes | 20060621 | |||
| 7 | UNIT_INFORMATION | Value transfer | Type reference (TYPE) | TRFC_OUTB_UNIT_INFO_TAB | Tabelle mit Detailinformationen zu tRFC Outbound | 20060621 | |||
| 8 | UNIT_NUMBER | Call by reference | Type reference (TYPE) | INT4 | 20 | Anzahl von Units | 20060621 | ||
| 9 | USER_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_USER_NAME_RANGE | Rangetabelle des Usernamen | 20060621 |
Method GET_UNIT_INFORMATION_BY_DEST on class CL_TRFC_OUTBOUND_MONITOR has no exception.
Method GET_UNIT_LOCKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCK_ID_TAB | Value transfer | Type reference (TYPE) | BGRFC_LOCK_ID_TAB | Tabelle von Sperr IDs für den bgRFC | 20060523 | |||
| 2 | UNIT_ID | Call by reference | Type reference (TYPE) | BGRFC_UNIT_ID | Id einer Unit im Hintergrund RFC | 20060523 |
Method GET_UNIT_LOCKS on class CL_TRFC_OUTBOUND_MONITOR has no exception.
Method UNLOCK_UNITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UNIT_TABLE | Call by reference | Type reference (TYPE) | BGRFC_UNIT_TABLE | Tabelle von Unit IDs des bgRFC | 20060606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Unit des Hintergrund RFCs | 20060606 | ||
| 2 | Ausnahmeklasse für bgRFC Monitor API | 20060606 | ||
| 3 | Fehlende Berechtigung im bgRFC Monitor API | 20060606 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |