SAP ABAP Class IF_TRFC_INB_MONITOR (Special Interface for tRFC Monitor API)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_TRFC_INBOUND_MONITOR | Interface for Monitoring of Type T Units | 20060707 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TRFC_INBOUND_MONITOR | Implementation of Monitor Methods for Type T Units | 20060707 |
Properties
| Class | IF_TRFC_INB_MONITOR | |
| Short Description | Special Interface for tRFC Monitor API | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060706 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_TRFC_INB_MONITOR has no interface implemented.
Friends
Class IF_TRFC_INB_MONITOR has no friend class.
Attributes
Class IF_TRFC_INB_MONITOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete List of Units | 20060706 | |
| 2 | Instance method | Public | Method | Gets Destinations with Type T Units | 20060706 | |
| 3 | Instance method | Public | Method | Get Detail Information for Units | 20060706 | |
| 4 | Instance method | Public | Method | Gets Details for Restrictable Number of Units | 20060706 | |
| 5 | Instance method | Public | Method | Remove Locks on Series of Units | 20060706 |
Events
Class IF_TRFC_INB_MONITOR has no event.
Types
Class IF_TRFC_INB_MONITOR has no local type.
Method Signatures
Method DELETE_UNIT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMMIT_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Aufruf des COMMIT WORK ('X' = Methode, ' ' = Aufrufer) | 20090430 | ||
| 2 | EXCEPTION_LIST | Call by reference | Type reference (TYPE) | BGRFC_MONITOR_EXCEPTION_TABLE | Liste mit aufgetretenen Exceptions | 20060706 | |||
| 3 | TERMINATE_ON_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Abbrechen bei erstem Fehler oder Fehlerliste | 20060706 | ||
| 4 | UNIT_TABLE | Call by reference | Type reference (TYPE) | BGRFC_UNIT_TABLE | Tabelle von Unit IDs des bgRFC | 20060706 | |||
| 5 | UNLOCK_UNITS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Sperren ebenfalls aufheben | 20060706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060706 | ||
| 2 | Fehlende Berechtigung im bgRFC Monitor API | 20060706 |
Method GET_DESTINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CPROG_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CPROG_RANGE | Rangetabelle für Auswahl nach dem Programmnamen | 20060706 | |||
| 2 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060706 | |||
| 3 | DEST_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DEST_RANGE_INBOUND | Rangetabelle für bgRFC Outbound Destinationsnamen | 20060706 | |||
| 4 | DEST_TAB | Value transfer | Type reference (TYPE) | BGRFC_DEST_NAME_TAB_INBOUND | Tabelle von Inbound Destinationsnamen | 20060706 | |||
| 5 | ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Nur Destinationen mit fehlerhaften Units | 20060706 | ||
| 6 | LOCKED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Nur Destinationen mit gesperrten Units | 20060706 | ||
| 7 | TCODE_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_TCODE_RANGE | Rangetabelle für Auswahl des Transaktionscodes | 20060706 | |||
| 8 | USER_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_USER_NAME_RANGE | Rangetabelle des Usernamen | 20060706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060706 |
Method GET_UNIT_INFORMATION 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 des bgRFC | 20060706 | |||
| 2 | UNIT_INFORMATION | Value transfer | Type reference (TYPE) | TRFC_UNIT_INFO_INBOUND | Tabelle mit Detailinformationen zu tRFC Outbound | 20060706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060706 | ||
| 2 | Fehlende Berechtigung im bgRFC Monitor API | 20060706 |
Method GET_UNIT_INFORMATION_BY_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CPROG_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_CPROG_RANGE | Rangetabelle für Auswahl nach dem Programmnamen | 20060706 | |||
| 2 | DATE_RANGE | Call by reference | Type reference (TYPE) | BGRFC_DATE_RANGE | Rangetabelle für langen Zeitstempel | 20060706 | |||
| 3 | DEST_NAME | Call by reference | Type reference (TYPE) | BGRFC_DEST_NAME_INBOUND | Name der Destination im Inbound Fall | 20060706 | |||
| 4 | SHOW_DELETED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | Anzeige gelöschter Units | 20060706 | ||
| 5 | TCODE_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_TCODE_RANGE | Rangetabelle für Auswahl des Transaktionscodes | 20060706 | |||
| 6 | UNIT_INFORMATION_TABLE | Value transfer | Type reference (TYPE) | TRFC_INB_UNIT_INFO_TAB | Tabelle mit Detailinformationen zu tRFC Inbound | 20060706 | |||
| 7 | UNIT_NUMBER | Call by reference | Type reference (TYPE) | INT4 | 20 | Anzahl von Units | 20060706 | ||
| 8 | USER_NAME_RANGE | Call by reference | Type reference (TYPE) | BGRFC_USER_NAME_RANGE | Rangetabelle des Usernamen | 20060706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Destinationfehler im Hintergrund RFC | 20060809 | ||
| 2 | Ausnahmeklasse für bgRFC Monitor API | 20060706 | ||
| 3 | Fehlende Berechtigung im bgRFC Monitor API | 20060706 |
Method UNLOCK_UNIT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMMIT_CHANGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Aufruf des COMMIT WORK ('X' = Methode, ' ' = Aufrufer) | 20090430 | ||
| 2 | EXCEPTION_LIST | Call by reference | Type reference (TYPE) | BGRFC_MONITOR_EXCEPTION_TABLE | Liste mit aufgetretenen Exceptions | 20060706 | |||
| 3 | TERMINATE_ON_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Abbrechen bei erstem Fehler oder Fehlerliste | 20060706 | |||
| 4 | UNIT_TABLE | Call by reference | Type reference (TYPE) | BGRFC_UNIT_TABLE | Tabelle von Unit IDs des bgRFC | 20060706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für bgRFC Monitor API | 20060706 | ||
| 2 | Fehlende Berechtigung im bgRFC Monitor API | 20060706 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |