SAP ABAP Class IF_SIW_CONV_DESCR (Manages a List of Objects with Different Object Types)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIW_DDIC_CONV_DESCR Convenience Description for DDIC Objects (DTEL, STRU, TTYP) 20100322
Properties
Class IF_SIW_CONV_DESCR  
Short Description Manages a List of Objects with Different Object Types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100322   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SIW_CONV_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SIW_DTEL_PIECE_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SIW_PIECE_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_SIW_CONV_DESCR has no interface implemented.
Friends
Class IF_SIW_CONV_DESCR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_PROP_ACTIV_GROUP Constant Public Type reference (TYPE) STRING 'CONV_DESCR_ACTIVATION_GRP' Property Activation Group of Convenience Description 20100507
2 CON_PROP_LANGUAGE Constant Public Type reference (TYPE) STRING 'CONV_DESCR_LANGUAGE' Property Language of Convenience Description Objects 20100519
3 CON_PROP_NAME Constant Public Type reference (TYPE) STRING 'CONV_DESCR' Property Name of Convenience Description 20100507
4 CON_PROP_PACKAGE Constant Public Type reference (TYPE) STRING 'CONV_DESCR_PACKAGE' Property Package of Convenience Description Objects 20100510
5 CON_PROP_TEMPLATE Constant Public Type reference (TYPE) STRING 'CONV_DESCR_TEMPLATE' Property CC Include Name of Convenience Description 20100507
6 CON_PROP_TEMPLATE_AREA Constant Public Type reference (TYPE) STRING 'CONV_DESCR_TEMPLATE_AREA' Property Area Name of Convenience Description CC Include 20100809
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTIVATION_GROUP Instance method Public Method Returns the Activation Group 20100322
2 GET_ID Instance method Public Method Returns the ID of the Convenience Description 20100322
3 GET_LANGUAGE Instance method Public Method Returns the Language for the Object Descriptions 20100519
4 GET_NAME Instance method Public Method Returns the Name of the Convenience Description 20100322
5 GET_PACKAGE Instance method Public Method Returns the Package for the Object Descriptions 20100510
6 INIT Instance method Public Method Initializes Instance 20100322
7 SET_ACTIVATION_GROUP Instance method Public Method Change the Activation Group 20100505
8 SET_LANGUAGE Instance method Public Method Change the Language for the Object Descriptions 20100519
9 SET_PACKAGE Instance method Public Method Change the Package for the Object Descriptions 20100510
10 SET_TEMPLATE Instance method Public Method Change the Template containing Textual Conv. Description 20100505
11 SET_TEMPLATE_AREA Instance method Public Method Change the Template containing Textual Conv. Description 20100809
12 S_CREATE Static method Public Method Create a new Convenience Description 20100505
13 TRANSFORM Instance method Public Method Transforms Textual Conv. Description to Object Descriptions 20100322
Events
Class IF_SIW_CONV_DESCR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding 20100322 TAB TYPE STANDARD TABLE OF REF TO IF_SIW_CONV_DESCR WITH DEFAULT KEY
Method Signatures

Method GET_ACTIVATION_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTIVATION_GROUP Value transfer Type reference (TYPE) SIW_DTE_ACTIVATION_GROUP Activation Group Number 20100322

Method GET_ACTIVATION_GROUP on class IF_SIW_CONV_DESCR has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) SIW_DTE_PIECE_ID Object ID 20100322

Method GET_ID on class IF_SIW_CONV_DESCR has no exception.

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LANGUAGE Value transfer Type reference (TYPE) SIW_DTE_LANGUAGE Original Language of a Repository Object 20100519

Method GET_LANGUAGE on class IF_SIW_CONV_DESCR has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) SIW_DTE_PIECE_NAME Name of the Convenience Description 20100322

Method GET_NAME on class IF_SIW_CONV_DESCR has no exception.

Method GET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PACKAGE Value transfer Type reference (TYPE) SIW_DTE_IMPL_PACKAGE Package of Convenience Description Objects 20100510

Method GET_PACKAGE on class IF_SIW_CONV_DESCR has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVATION_GROUP Call by reference Type reference (TYPE) STRING Property: Activation Group Number 20100322
2 Importing I_DISPLAY_NAME Call by reference Type reference (TYPE) STRING Property: Convenience Description Name 20100322
3 Importing I_LANGUAGE Call by reference Type reference (TYPE) STRING Property: Language of Repository Objects 20100519
4 Importing I_PACKAGE Call by reference Type reference (TYPE) STRING Property: Package Name for Objects 20100510
5 Importing I_TEMPLATE Call by reference Type reference (TYPE) STRING Property: Name of Code Composer Template Include 20100507
6 Importing I_TEMPLATE_AREA Call by reference Type reference (TYPE) STRING Property: Name of Area in Code Composer Template Include 20100809

Method INIT on class IF_SIW_CONV_DESCR has no exception.

Method SET_ACTIVATION_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVATION_GROUP Call by reference Type reference (TYPE) STRING Activation Group Number 20100505

Method SET_ACTIVATION_GROUP on class IF_SIW_CONV_DESCR has no exception.

Method SET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) STRING Original Language 20100519

Method SET_LANGUAGE on class IF_SIW_CONV_DESCR has no exception.

Method SET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGE Call by reference Type reference (TYPE) STRING Package of Convenience Description Objects 20100510

Method SET_PACKAGE on class IF_SIW_CONV_DESCR has no exception.

Method SET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEMPLATE Call by reference Type reference (TYPE) STRING Property: Name of Code Composer Template Include 20100505

Method SET_TEMPLATE on class IF_SIW_CONV_DESCR has no exception.

Method SET_TEMPLATE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA Call by reference Type reference (TYPE) STRING Property: Name of Area in Code Composer Template Include 20100809
2 Importing I_TEMPLATE Call by reference Type reference (TYPE) STRING Property: Name of Code Composer Template Include 20100809

Method SET_TEMPLATE_AREA on class IF_SIW_CONV_DESCR 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 Project Context Data of a Service Implementation 20100507
2 Importing I_ID Call by reference Type reference (TYPE) SIW_DTE_PIECE_ID Object ID 20100505
3 Returning R_CONV_DESCR Value transfer Object reference (TYPE REF TO) IF_SIW_CONV_DESCR Manages a List of Objects with Different Object Types 20100505

Method S_CREATE on class IF_SIW_CONV_DESCR has no exception.

Method TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_PIECE_DESCR Value transfer Type reference (TYPE) IF_SIW_PIECE_DESCR=>TAB List of Piece Descriptions 20100322
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Execution Error 20100326
History
Last changed by/on SAP  20110908 
SAP Release Created in