SAP ABAP Class CL_SMT_TSMT_TR_C (Read Table TWUF_TR_C)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_PERS (Package) Persistence Layer
⤷
⤷
Properties
| Class | CL_SMT_TSMT_TR_C | |
| Short Description | Read Table TWUF_TR_C | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_PERS | Persistence Layer |
| Created | 20071211 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMT_TSMT_TR_C has no forward declaration.
Interfaces
Class CL_SMT_TSMT_TR_C has no interface implemented.
Friends
Class CL_SMT_TSMT_TR_C has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_BUFFER_STAB | Buffer | 20071211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Before Saving | 20080115 | |
| 2 | Static method | Public | Method | Check entries | 20080115 | |
| 3 | Static method | Public | Method | Do Dependent Entries Exist? | 20071211 | |
| 4 | Static method | Public | Method | Does at Least One Dependent Entry Exist? | 20071211 | |
| 5 | Static method | Public | Method | Context Contained | 20071211 | |
| 6 | Static method | Public | Method | Read Single Table Entry | 20071211 | |
| 7 | Static method | Public | Method | Read Table for Application | 20071211 | |
| 8 | Static method | Public | Method | Read Table for Event | 20071211 | |
| 9 | Static method | Public | Method | Delete Buffer | 20071211 |
Events
Class CL_SMT_TSMT_TR_C has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER | Private | See coding | Buffer | 20071211 | BEGIN OF ty_buffer,
application TYPE smt_application,
t_data TYPE tsmt_tr_c_stab,
END OF ty_buffer
|
|
| 2 | TY_BUFFER_STAB | Private | See coding | Buffer | 20071211 | ty_buffer_stab TYPE SORTED TABLE OF ty_buffer WITH UNIQUE KEY
application
|
Method Signatures
Method CHECK_BEFORE_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT_STAB | Kontext | 20080115 | |||
| 2 | IT_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT_STAB | Ereignis | 20080115 | |||
| 3 | IT_TSMT_TR_C | Call by reference | Type reference (TYPE) | TSMT_TR_C_STAB | Mandantenabh: Aufruf einer Transformation | 20080115 | |||
| 4 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20080115 |
Method CHECK_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANS_ORDER | Call by reference | Type reference (TYPE) | SMT_TRANS_ORDER | Schlüssel des Transformationsaufrufes | 20080115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20080115 |
Method HAS_DEPENDENT_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20071211 | |||
| 2 | I_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | Kontext | 20071211 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20071211 | |||
| 4 | I_TRANS_ORDER | Call by reference | Type reference (TYPE) | SMT_TRANS_ORDER | Reihenfolge des Transformationsaufrufes | 20071211 | |||
| 5 | RE_RESULT | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20071211 |
Method HAS_DEPENDENT_ENTRIES on class CL_SMT_TSMT_TR_C has no exception.
Method HAS_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20071211 | |||
| 2 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20071211 | |||
| 3 | RE_CONTAINED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20071211 |
Method HAS_ENTRY on class CL_SMT_TSMT_TR_C has no exception.
Method IS_CONTEXT_CONTAINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | Kontext | 20071211 | |||
| 2 | RE_RESULT | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20071211 |
Method IS_CONTEXT_CONTAINED on class CL_SMT_TSMT_TR_C has no exception.
Method READ_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA | Call by reference | Type reference (TYPE) | TSMT_TR_C | Mandantenabh: Aufruf einer Transformation | 20071211 | |||
| 2 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20071211 | |||
| 3 | I_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | Kontext | 20071211 | |||
| 4 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20071211 | |||
| 5 | I_TRANS_ORDER | Call by reference | Type reference (TYPE) | SMT_TRANS_ORDER | Reihenfolge des Transformationsaufrufes | 20071211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20071211 |
Method READ_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | TSMT_TR_C_STAB | Mandantenabh: Aufruf einer Transformation | 20071211 | |||
| 2 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20071211 |
Method READ_TABLE on class CL_SMT_TSMT_TR_C has no exception.
Method READ_TABLE_FOR_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | TSMT_TR_C_STAB | Mandantenabh: Aufruf einer Transformation | 20071211 | |||
| 2 | I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20071211 | |||
| 3 | I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20071211 |
Method READ_TABLE_FOR_EVENT on class CL_SMT_TSMT_TR_C has no exception.
Method REFRESH Signature
Method REFRESH on class CL_SMT_TSMT_TR_C has no parameter.
Method REFRESH on class CL_SMT_TSMT_TR_C has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |