SAP ABAP Class CL_SIW_FUNC_PRODUCER (Func 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 20080327
Properties
Class CL_SIW_FUNC_PRODUCER  
Short Description Func 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 20080327   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_FUNC_PRODUCER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_PRODUCER Producer of Generated Objects 20080327
Friends
Class CL_SIW_FUNC_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 20080327
2 CON_ANNOTATION_DESCRIPTION Constant Public Type reference (TYPE) STRING 'DESCRIPTION' 20080327
3 CON_VERSION_TYPE Constant Public Type reference (TYPE) STRING 'VERSION' 20080327
4 RESOURCE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) CL_SIW_RESOURCE_MANAGER Manager for Ressource Access 20080327
Methods
# Method Level Visibility Method type Description Created on
1 FILL_COMPOSER_CONTEXT Instance method Protected Method Transfers the Context (Variables) to the Composer 20080327
2 GET_METADATA_ADVANCED_FM Static method Public Method 20091203
3 PARSE_SIGNATURE Static method Public Method 20080930
Events
Class CL_SIW_FUNC_PRODUCER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STR_DESCRIPTION Public See coding 20080327 BEGIN OF str_description, name TYPE c LENGTH 255, description TYPE c LENGTH 60, END OF str_description
2 STR_VERSION Protected See coding 20080327 BEGIN OF str_version, name TYPE c LENGTH 40, value TYPE c LENGTH 10, END OF str_version
3 TAB_DESCRIPTION Public See coding 20080327 tab_description TYPE STANDARD TABLE OF str_description WITH DEFAULT KEY
4 TAB_VERSION Protected See coding 20080327 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 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SIW_CONTEXT Kontext für eine Serviceimplementierung 20080327
2 Importing I_PIECE_DB Call by reference Object reference (TYPE REF TO) IF_SIW_PIECE_PRODUCED Produced Piece 20080327
3 Importing I_PIECE_DESCR Call by reference Object reference (TYPE REF TO) IF_SIW_PIECE_DESCR Piece Description 20080327
4 Importing I_PROJECT Call by reference Type reference (TYPE) CSEQUENCE 20090828
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20090917

Method GET_METADATA_ADVANCED_FM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_METADATA Value transfer Type reference (TYPE) SIW_DTE_PIECE_METADATA Meta information about a produced object 20091203

Method GET_METADATA_ADVANCED_FM on class CL_SIW_FUNC_PRODUCER has no exception.

Method PARSE_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_CODE Call by reference Type reference (TYPE) SIW_TAB_CODE 20080930
2 Returning R_STR_SIGNATURE Value transfer Type reference (TYPE) SIW_STR_FUNC_SIGNATURE 20080930
# Exception Resumable Description Created on
1 CX_SIW_PRODUCTION_ERROR Fehler in der Produktion 20080930
History
Last changed by/on SAP  20130531 
SAP Release Created in