SAP ABAP Class CL_SIW_CONSTRUCTION_PLAN (Construction Plan)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_CORE (Package) Core of Service Implementation Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SIW_CONSTRUCTION_PLAN Construction Plan for Object Generation 20061130
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SIW_CONSTRUCTION_PLAN_MOD Modification of the Construction Plan 20070213
Properties
Class CL_SIW_CONSTRUCTION_PLAN  
Short Description Construction Plan    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_CORE   Core of Service Implementation Workbench 
Created 20061130   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_CONSTRUCTION_PLAN has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_CONSTRUCTION_PLAN Construction Plan for Object Generation 20061130
2 IF_SIW_CONSTRUCTION_PLAN_MOD Modification of the Construction Plan 20070213
Friends
Class CL_SIW_CONSTRUCTION_PLAN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_SIW_CONTEXT 20061207
2 CONV_DESCS Instance attribute Private Type reference (TYPE) T_TAB_CONV_DESCS 20100505
3 PIECE_DESCS Instance attribute Private Type reference (TYPE) T_TAB_PIECE_DESCS 20061208
4 RESOURCE_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_SIW_RESOURCE_MANAGER 20070307
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CONVENIENCE_DESCR Instance method Public Method 20100728
2 CREATE_PIECE_DESCR Instance method Public Method 20061222
3 CREATE_VARIABLE Instance method Public Method 20061222
4 GET_ALL_PIECE_DESCS Instance method Public Method 20061222
5 GET_CONTEXT Instance method Public Method 20061222
6 INIT Instance method Private Method INIT 20061130
7 S_CREATE Static method Public Method S_CREATE 20061130
Events
Class CL_SIW_CONSTRUCTION_PLAN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CONV_DESC_LINE Private See coding 20100505 BEGIN OF t_conv_desc_line, id TYPE string, is_active TYPE xfeld, conv_descr TYPE REF TO if_siw_conv_descr, * flg_alt_rfc TYPE xfeld, necessary? END OF t_conv_desc_line
2 T_PIECE_DESC_LINE Private See coding 20061208 BEGIN OF t_piece_desc_line, id TYPE string, is_active TYPE xfeld, piece_descr TYPE REF TO if_siw_piece_descr, flg_alt_rfc TYPE xfeld, END OF t_piece_desc_line
3 T_TAB_CONV_DESCS Private See coding 20100505 t_tab_conv_descs TYPE STANDARD TABLE OF t_conv_desc_line WITH KEY id
4 T_TAB_PIECE_DESCS Private See coding 20061208 t_tab_piece_descs TYPE STANDARD TABLE OF t_piece_desc_line WITH KEY id
Method Signatures

Method CREATE_CONVENIENCE_DESCR Signature

Method CREATE_CONVENIENCE_DESCR on class CL_SIW_CONSTRUCTION_PLAN has no parameter.
Method CREATE_CONVENIENCE_DESCR on class CL_SIW_CONSTRUCTION_PLAN has no exception.

Method CREATE_PIECE_DESCR Signature

Method CREATE_PIECE_DESCR on class CL_SIW_CONSTRUCTION_PLAN has no parameter.
Method CREATE_PIECE_DESCR on class CL_SIW_CONSTRUCTION_PLAN has no exception.

Method CREATE_VARIABLE Signature

Method CREATE_VARIABLE on class CL_SIW_CONSTRUCTION_PLAN has no parameter.
Method CREATE_VARIABLE on class CL_SIW_CONSTRUCTION_PLAN has no exception.

Method GET_ALL_PIECE_DESCS Signature

Method GET_ALL_PIECE_DESCS on class CL_SIW_CONSTRUCTION_PLAN has no parameter.
Method GET_ALL_PIECE_DESCS on class CL_SIW_CONSTRUCTION_PLAN has no exception.

Method GET_CONTEXT Signature

Method GET_CONTEXT on class CL_SIW_CONSTRUCTION_PLAN has no parameter.
Method GET_CONTEXT on class CL_SIW_CONSTRUCTION_PLAN has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SIW_CONTEXT Kontext für eine Serviceimplementierung 20070322
2 Importing I_RESOURCE_MANAGER Call by reference Object reference (TYPE REF TO) CL_SIW_RESOURCE_MANAGER 20070307

Method INIT on class CL_SIW_CONSTRUCTION_PLAN has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SIW_CONTEXT Kontext für eine Serviceimplementierung 20070322
2 Importing I_RESOURCE_MANAGER Call by reference Object reference (TYPE REF TO) CL_SIW_RESOURCE_MANAGER 20070307
3 Returning R_REF Value transfer Object reference (TYPE REF TO) CL_SIW_CONSTRUCTION_PLAN R_REF 20061130

Method S_CREATE on class CL_SIW_CONSTRUCTION_PLAN has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 100