SAP ABAP Class CL_TC_EVT_TRIGGER (Event trigger class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-BTC (Application Component) Background Processing
⤷
SBTJOBAPI (Package) new background job API

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_TC_REGULAR_TRIGGER | Abstract trigger class | 20000502 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TC_NEW_EVT_TRIGGER | Accessing Methods of the new triggers | 20000812 |
Properties
Class | CL_TC_EVT_TRIGGER | |
Short Description | Event trigger class | |
Super Class | CL_TC_REGULAR_TRIGGER | Abstract trigger class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | SBTJOBAPI | new background job API |
Created | 19991123 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TC_EVT_TRIGGER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_TC_NEW_EVT_TRIGGER | Accessing Methods of the new triggers | 20000812 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_TC_TRIGGER_FACTORY | 20000919 | factory for triggers and their templates |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BTCEVTID | Event ID for background processing | 19991123 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BTCEVTPARM | Background event parameters (e.g. Jobname/Jobcount) | 19991123 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20000105 |
2 | ![]() |
Instance method | Public | Method | Get event name | 20000105 |
3 | ![]() |
Instance method | Public | Method | Get event parameter name | 20000105 |
4 | ![]() |
Instance method | Public | Method | Set event name | 20000105 |
5 | ![]() |
Instance method | Public | Method | Set event parameter name | 20000105 |
Events
Class CL_TC_EVT_TRIGGER has no event.
Types
Class CL_TC_EVT_TRIGGER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_TC_EVT_TRIGGER has no parameter.
Method CONSTRUCTOR on class CL_TC_EVT_TRIGGER has no exception.
Method GET_EVTNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_EVTNAME | Value transfer | Type reference (TYPE) | BTCEVTID | Ausgabeereignisname | 20000105 |
Method GET_EVTNAME on class CL_TC_EVT_TRIGGER has no exception.
Method GET_EVTPARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_EVTPARAM | Value transfer | Type reference (TYPE) | BTCEVTPARM | Ausgabeereignisparameter | 20000105 |
Method GET_EVTPARAM on class CL_TC_EVT_TRIGGER has no exception.
Method SET_EVTNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EVTNAME | Call by reference | Type reference (TYPE) | BTCEVTID | SPACE | Ereignisname | 20000105 |
Method SET_EVTNAME on class CL_TC_EVT_TRIGGER has no exception.
Method SET_EVTPARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EVTPARAM | Call by reference | Type reference (TYPE) | BTCEVTPARM | SPACE | Eingabeereignisparameter | 20000105 |
Method SET_EVTPARAM on class CL_TC_EVT_TRIGGER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |