SAP ABAP Class CL_SIW_PROG_PRODUCER (Program 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 | 20070717 |
Properties
Class | CL_SIW_PROG_PRODUCER | |
Short Description | Program 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 | 20070717 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SIW_PROG_PRODUCER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SIW_PRODUCER | Producer of Generated Objects | 20070717 |
Friends
Class CL_SIW_PROG_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 | 20070801 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DESCRIPTION' | 20070903 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'VERSION' | 20070802 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SIW_RESOURCE_MANAGER | Manager for Ressource Access | 20070718 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20070801 |
Events
Class CL_SIW_PROG_PRODUCER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | STR_DESCRIPTION | Public | See coding | 20070903 | BEGIN OF str_description,
name type c LENGTH 255,
description TYPE c LENGTH 60,
END OF str_description
|
||
2 | STR_VERSION | Protected | See coding | 20070802 | BEGIN OF str_version,
name TYPE c LENGTH 40,
value TYPE c LENGTH 10,
END OF str_version
|
||
3 | TAB_DESCRIPTION | Public | See coding | 20070903 | TAB_DESCRIPTION type STANDARD TABLE OF str_description with DEFAULT KEY
|
||
4 | TAB_VERSION | Protected | See coding | 20070802 | tab_version TYPE STANDARD TABLE OF str_version WITH DEFAULT KEY
|
Method Signatures
Method FILL_COMPOSER_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | Kontext für eine Serviceimplementierung | 20070801 | ||
2 | ![]() |
I_PIECE_DB | Call by reference | Object reference (TYPE REF TO) | IF_SIW_PIECE_PRODUCED | Produced Piece | 20070801 | ||
3 | ![]() |
I_PIECE_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_SIW_PIECE_DESCR | Piece Description | 20070806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions with Static and Dynamic Check of RAISING Clause | 20090910 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |