SAP ABAP Class CL_SIW_TTYP_PRODUCER (Table Type Producer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_PRODUCTION (Package) Service Implementation Production
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_PRODUCER | Producer of Generated Objects | 20100420 |
Properties
| Class | CL_SIW_TTYP_PRODUCER | |
| Short Description | Table Type Producer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | SIW | |
| Program status | ||
| Category | 0 | |
| Package | S_SIW_PRODUCTION | Service Implementation Production |
| Created | 20100420 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SIW_PRODUCER | Producer of Generated Objects | 20100420 |
Friends
Class CL_SIW_TTYP_PRODUCER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CMP_COMPOSER | Code Composer | 20100420 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'DESCRIPTION' | 20100420 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'VERSION' | 20100420 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SIW_RESOURCE_MANAGER | Manager for Ressource Access | 20100420 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100802 | ||
| 2 | Instance method | Private | Method | 20100802 | ||
| 3 | Instance method | Private | Method | 20100802 | ||
| 4 | Instance method | Private | Method | 20100802 | ||
| 5 | Instance method | Private | Method | 20100802 | ||
| 6 | Instance method | Private | Method | 20100802 | ||
| 7 | Instance method | Private | Method | 20100802 | ||
| 8 | Instance method | Private | Method | 20100802 | ||
| 9 | Instance method | Private | Method | 20100802 | ||
| 10 | Instance method | Private | Method | 20100802 |
Events
Class CL_SIW_TTYP_PRODUCER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STR_DESCRIPTION | Public | See coding | 20100420 | |
||
| 2 | STR_VERSION | Protected | See coding | 20100420 | BEGIN OF str_version,
name TYPE c LENGTH 40,
value TYPE c LENGTH 10,
END OF str_version
|
||
| 3 | TAB_DESCRIPTION | Public | See coding | 20100420 | |
||
| 4 | TAB_VERSION | Protected | See coding | 20100420 | tab_version TYPE STANDARD TABLE OF str_version WITH DEFAULT KEY
|
Method Signatures
Method CHECK_ACCESSMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACCESSMODE | Call by reference | Type reference (TYPE) | ACCESSMODE | 20100802 | ||||
| 2 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 3 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 |
Method CHECK_ACCESSMODE on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_KEYDEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYDEF | Call by reference | Type reference (TYPE) | TTYPKEYDEF | 20100802 | ||||
| 2 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 3 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 |
Method CHECK_KEYDEF on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_KEYFIELDS_KEYDEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYDEF | Call by reference | Type reference (TYPE) | TTYPKEYDEF | 20100802 | ||||
| 2 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 3 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 | ||||
| 4 | I_TAB_TTYP_FIELD | Call by reference | Type reference (TYPE) | SIW_TAB_TTYP_KEYFIELD | 20100802 |
Method CHECK_KEYFIELDS_KEYDEF on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_KEYKIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYKIND | Call by reference | Type reference (TYPE) | KEYKIND | 20100802 | ||||
| 2 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 3 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 |
Method CHECK_KEYKIND on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_KEYKIND_ACCESSMODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACCESSMODE | Call by reference | Type reference (TYPE) | ACCESSMODE | 20100802 | ||||
| 2 | I_KEYKIND | Call by reference | Type reference (TYPE) | KEYKIND | 20100802 | ||||
| 3 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 4 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 |
Method CHECK_KEYKIND_ACCESSMODE on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_KEYKIND_KEYDEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYDEF | Call by reference | Type reference (TYPE) | TTYPKEYDEF | 20100802 | ||||
| 2 | I_KEYKIND | Call by reference | Type reference (TYPE) | KEYKIND | 20100802 | ||||
| 3 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 4 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 |
Method CHECK_KEYKIND_KEYDEF on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20100802 | ||||
| 3 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 |
Method CHECK_NAME on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_REFTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 2 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 | ||||
| 3 | I_REFTYPE | Call by reference | Type reference (TYPE) | DDREFTYPE | 20100802 |
Method CHECK_REFTYPE on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_ROWTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 2 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 | ||||
| 3 | I_ROWTYPE | Call by reference | Type reference (TYPE) | TTROWTYPE | 20100802 |
Method CHECK_ROWTYPE on class CL_SIW_TTYP_PRODUCER has no exception.
Method CHECK_SHORTTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | 20100802 | ||||
| 2 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | 20100802 | ||||
| 3 | I_SHORTTEXT | Call by reference | Type reference (TYPE) | AS4TEXT | 20100802 |
Method CHECK_SHORTTEXT on class CL_SIW_TTYP_PRODUCER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |