SAP ABAP Class IF_SIW_CONSTRUCTION_PLAN (Construction Plan for Object Generation)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIW_CONSTRUCTION_PLAN | Construction Plan | 20061130 |
Properties
| Class | IF_SIW_CONSTRUCTION_PLAN | |
| Short Description | Construction Plan for Object Generation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20061129 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SIW_CONSTRUCTION_PLAN has no interface implemented.
Friends
Class IF_SIW_CONSTRUCTION_PLAN has no friend class.
Attributes
Class IF_SIW_CONSTRUCTION_PLAN has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create and Insert a Convenience Description for Objects | 20100505 | |
| 2 | Instance method | Public | Method | Create and Insert an Object Description | 20061206 | |
| 3 | Instance method | Public | Method | Create and Insert Variable | 20061130 | |
| 4 | Instance method | Public | Method | Return all Convenience Descriptions | 20100505 | |
| 5 | Instance method | Public | Method | Return all Object Descriptions | 20061208 | |
| 6 | Instance method | Public | Method | Return Context Project Data | 20061206 | |
| 7 | Instance method | Public | Method | Check if an Alternative RFC Connection is Provided | 20081024 |
Events
Class IF_SIW_CONSTRUCTION_PLAN has no event.
Types
Class IF_SIW_CONSTRUCTION_PLAN has no local type.
Method Signatures
Method CREATE_CONVENIENCE_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONV_DESCR_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_SIW_PIECE_GRP_TYPE | Object Type see CE_SIW_PIECE_GRP_TYPE_DEFAULT | 20100505 | |||
| 2 | I_ID | Call by reference | Type reference (TYPE) | SIW_DTE_PIECE_ID | Object Group Id | 20100505 | |||
| 3 | R_CONV_DESCR | Value transfer | Object reference (TYPE REF TO) | IF_SIW_CONV_DESCR | Convenience Description | 20100505 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20100526 |
Method CREATE_PIECE_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_ALT_RFC | Call by reference | Type reference (TYPE) | XFELD | Alternative RFC Connection supported? | 20081023 | |||
| 2 | I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Piece Id | 20061206 | |||
| 3 | I_PIECE_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_SIW_PIECE_TYPE | Piece Type see CE_SIW_PIECE_TYPE_DEFAULT | 20070302 | |||
| 4 | I_PRODUCER_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_SIW_PRODUCER_TYPE | Producer Type see CE_SIW_PRODUCER_TYPE_DEFAULT | 20070302 | |||
| 5 | I_VAR_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Structure Field describing Type of Variable "Piece Name" | 20061218 | |||
| 6 | R_PIECE_DESCR | Value transfer | Object reference (TYPE REF TO) | IF_SIW_PIECE_DESCR | Piece Description | 20061206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aufruf (Vorbedingung verletzt) | 20061215 |
Method CREATE_VARIABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable ID | 20061207 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Structure Field describing Variable Type in UI (Input Help) | 20061130 | |||
| 3 | R_VARIABLE | Value transfer | Object reference (TYPE REF TO) | IF_SIW_VARIABLE | Variable from Construction Plan | 20061130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aufruf (Vorbedingung verletzt) | 20061208 |
Method GET_ALL_CONV_DESCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONV_DESCS | Value transfer | Type reference (TYPE) | IF_SIW_CONV_DESCR=>TAB | All Convenience Descriptions | 20100505 |
Method GET_ALL_CONV_DESCS on class IF_SIW_CONSTRUCTION_PLAN has no exception.
Method GET_ALL_PIECE_DESCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PIECE_DESCS | Value transfer | Type reference (TYPE) | IF_SIW_PIECE_DESCR=>TAB | All Piece Descriptions | 20061208 |
Method GET_ALL_PIECE_DESCS on class IF_SIW_CONSTRUCTION_PLAN has no exception.
Method GET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_SIW_CONTEXT | Context | 20061206 |
Method GET_CONTEXT on class IF_SIW_CONSTRUCTION_PLAN has no exception.
Method IS_DESC_ALT_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PIECEDESC | Call by reference | Object reference (TYPE REF TO) | IF_SIW_PIECE_DESCR | Piece Description | 20081024 | |||
| 2 | R_FLG_ALT_RFC | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20081024 |
Method IS_DESC_ALT_RFC on class IF_SIW_CONSTRUCTION_PLAN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |