SAP ABAP Class CL_SIW_MASSTABU_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 20080422
Properties
Class CL_SIW_MASSTABU_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 20080422   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_MASSTABU_PRODUCER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_PRODUCER Producer of Generated Objects 20080422
Friends
Class CL_SIW_MASSTABU_PRODUCER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMPOSER Instance attribute Protected Object reference (TYPE REF TO) CL_CMP_COMPOSER Code Composer 20080422
2 CON_ANNOTATION_DESCRIPTION Constant Public Type reference (TYPE) STRING 'DESCRIPTION' 20080422
3 CON_VERSION_TYPE Constant Public Type reference (TYPE) STRING 'VERSION' 20080422
4 RESOURCE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) CL_SIW_RESOURCE_MANAGER Manager for Ressource Access 20080422
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE_EXTENDED Instance method Public Method 20100421
2 FILL_COMPOSER_CONTEXT Instance method Protected Method 20080422
Events
Class CL_SIW_MASSTABU_PRODUCER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STR_DESCRIPTION Public See coding 20080422 BEGIN OF str_description, name type c LENGTH 255, description TYPE c LENGTH 60, END OF str_description
2 STR_VERSION Protected See coding 20080422 BEGIN OF str_version, name TYPE c LENGTH 40, value TYPE c LENGTH 10, END OF str_version
3 TAB_DESCRIPTION Public See coding 20080422 TAB_DESCRIPTION type STANDARD TABLE OF str_description with DEFAULT KEY
4 TAB_VERSION Protected See coding 20080422 tab_version TYPE STANDARD TABLE OF str_version WITH DEFAULT KEY
Method Signatures

Method COMPARE_EXTENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PIECE_DB Call by reference Object reference (TYPE REF TO) IF_SIW_PIECE_PRODUCED Generated Object 20100421
2 Importing I_PIECE_PROD Call by reference Object reference (TYPE REF TO) IF_SIW_PIECE_PRODUCED Generated Object 20100421
3 Returning R_RC Value transfer Object reference (TYPE REF TO) CE_SIW_STATE Status 20100421
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Execution Error 20100426
2 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20100426

Method FILL_COMPOSER_CONTEXT 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 20080422
2 Importing I_PIECE_DB Call by reference Object reference (TYPE REF TO) IF_SIW_PIECE_PRODUCED Produced Piece 20080422
3 Importing I_PIECE_DESCR Call by reference Object reference (TYPE REF TO) IF_SIW_PIECE_DESCR Piece Description 20080422
4 Importing I_PROJECT_ID Call by reference Type reference (TYPE) SIW_DTE_PROJECT_ID 20101130

Method FILL_COMPOSER_CONTEXT on class CL_SIW_MASSTABU_PRODUCER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in