SAP ABAP Class CNV_00001_RST_ROUTINE (Routine)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CNV_00001_TDEF_ABST_SUITABLE Abstract suitable 20091104
Properties
Class CNV_00001_RST_ROUTINE  
Short Description Routine    
Super Class CNV_00001_TDEF_ABST_SUITABLE Abstract suitable 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20091103   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CNV_00001_RST_ROUTINE has no forward declaration.
Interfaces
Class CNV_00001_RST_ROUTINE has no interface implemented.
Friends
Class CNV_00001_RST_ROUTINE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 HELP_DOCU Instance attribute Protected Type reference (TYPE) DOKU_OBJ Documentation object 20091103
2 INCLUDE Instance attribute Protected Type reference (TYPE) CNV_PROG Conversion: (Include) program containing the routine 20091103
3 NAME Instance attribute Protected Type reference (TYPE) CNV_FUNC Conversion: Name of the routine used 20091103
4 ORGDEP Instance attribute Protected Type reference (TYPE) CNV_ORGDEPENDENT Whether routine is internally org.-dependent 20091103
5 PACKID_SRC Instance attribute Protected Type reference (TYPE) CNV_SRCPACK Number of source package 20100127
6 PARAMS Instance attribute Protected Type reference (TYPE) CNV_00001_RST_PARAM_CL_TT Table of parameters 20091103
7 PRIORITY Instance attribute Protected Type reference (TYPE) CNV_PRIORI Priority flag 20091103
8 REAL_NAME Instance attribute Protected Type reference (TYPE) CNV_FUNC_REAL Real name of routine 20100318
9 TEST_FUBA Instance attribute Protected Type reference (TYPE) FUNCNAME Function name 20091103
10 TYPE Instance attribute Protected Type reference (TYPE) CNV_00001_ROUTINE_CATEGORY Category of the form routine (conv./aggr./priority) 20091103
11 TYPE_AGGREGATE Constant Public Type reference (TYPE) CNV_00001_ROUTINE_CATEGORY 'A' Category of the form routine (conv./aggr./priority) 20091103
12 TYPE_CONVERSION Constant Public Type reference (TYPE) CNV_00001_ROUTINE_CATEGORY 'C' Category of the form routine (conv./aggr./priority) 20091103
13 TYPE_PRIORITY Constant Public Type reference (TYPE) CNV_00001_ROUTINE_CATEGORY 'P' Category of the form routine (conv./aggr./priority) 20091103
14 VISIBILITY Instance attribute Protected Type reference (TYPE) CNV_00001_VISIBILITY Visibility to users (customer / deliverer / expert / etc.) 20091103
15 WHERE_USED Instance attribute Protected Type reference (TYPE) CNV_00001_WHERE_USED_STT Where the routine is used 20091103
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARAM Instance method Public Method Adds routine parameter 20091103
2 ADD_TYPES_FROM Instance method Public Method Adds all types from a given type definitions 20100318
3 ADD_WHERE_USED Instance method Public Method Adds a table for which this routine is used 20091103
4 CHECK_SUITABILITY Instance method Public Method Checks suitability level 20091103
5 CONSTRUCTOR Instance method Public Constructor Constructs routine object 20091103
6 GET_HELP_DOCUMENT Instance method Public Method Returns help document for this routine 20091103
7 GET_INCLUDE Instance method Public Method Returns include with the routine 20091103
8 GET_NAME Instance method Public Method Returns routine name 20091103
9 GET_PARAM Instance method Public Method Returns the parameter specified by index 20091103
10 GET_PARAMS Instance method Public Method Returns routine parameters 20091103
11 GET_REAL_NAME Instance method Public Method Returns the real name of the routine 20100318
12 GET_TABLE_ENTRY Instance method Public Method Returns the routine attributes as entry of CNV_00005_FORMS 20091103
13 GET_TEST_FUBA Instance method Public Method Returns function module name for testing of suitab. 20091103
14 GET_TYPE Instance method Public Method Returns routine type 20091103
15 GET_VISIBILITY Instance method Public Method Returns the visibility of the routine 20091103
16 GET_WHERE_USED Instance method Public Method Returns tables for which this routine is used 20091103
17 HAS_EQUAL_PARAM_TYPES Instance method Public Method Returns whether this rout. has same par. types as given one 20100318
18 IS_ORG_DEPENDENT Instance method Public Method Returns whether routine is internally org.-dependent 20091103
19 IS_PRIORITY Instance method Public Method Returns whether this routine has priority 20091103
20 SET_HELP_DOCUMENT Instance method Public Method Sets help document for this routine 20091103
21 SET_INCLUDE Instance method Public Method Sets include with the routine 20091103
22 SET_NAME Instance method Public Method Sets routine name 20091103
23 SET_ORG_DEPENDENT Instance method Public Method Sets whether routine is internally org.-dependent 20091103
24 SET_PARAMS Instance method Public Method Sets routine parameters 20091103
25 SET_PRIORITY Instance method Public Method Sets whether this routine has priority 20091103
26 SET_REAL_NAME Instance method Public Method Sets the real name of the routine 20100318
27 SET_TEST_FUBA Instance method Public Method Sets function module name for testing of suitab. 20091103
28 SET_TYPE Instance method Public Method Sets routine type 20091103
29 SET_VISIBILITY Instance method Public Method Sets the visibility of the routine 20091103
Events
Class CNV_00001_RST_ROUTINE has no event.
Types
Class CNV_00001_RST_ROUTINE has no local type.
Method Signatures

Method ADD_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM Call by reference Object reference (TYPE REF TO) CNV_00001_RST_PARAM Routine parameter 20091103

Method ADD_PARAM on class CNV_00001_RST_ROUTINE has no exception.

Method ADD_TYPES_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TYPESUIT Call by reference Object reference (TYPE REF TO) CNV_00001_TDEF_ABST_SUITABLE Abstract suitable 20100318

Method ADD_TYPES_FROM on class CNV_00001_RST_ROUTINE has no exception.

Method ADD_WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20091103
2 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20091103

Method ADD_WHERE_USED on class CNV_00001_RST_ROUTINE has no exception.

Method CHECK_SUITABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DFIES Call by reference Type reference (TYPE) DFIES Table field description 20091103
2 Importing DFIES_TAB Call by reference Type reference (TYPE) DDFIELDS Description of all table fields 20091103
3 Exporting SUITABILITY Call by reference Object reference (TYPE REF TO) CNV_00001_FORM_SUITABILITY Routine suitability description 20091103

Method CHECK_SUITABILITY on class CNV_00001_RST_ROUTINE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROUTINE Call by reference Type reference (TYPE) CNV_00001_FORMS Definitions of form routines 20091103

Method CONSTRUCTOR on class CNV_00001_RST_ROUTINE has no exception.

Method GET_HELP_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HELP_DOCU Value transfer Type reference (TYPE) DOKU_OBJ Documentation object 20091103

Method GET_HELP_DOCUMENT on class CNV_00001_RST_ROUTINE has no exception.

Method GET_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INCLUDE Value transfer Type reference (TYPE) CNV_PROG Conversion: (Include) program containing the routine 20091103

Method GET_INCLUDE on class CNV_00001_RST_ROUTINE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) CNV_FUNC Conversion: Name of the routine used 20091103

Method GET_NAME on class CNV_00001_RST_ROUTINE has no exception.

Method GET_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NUM Call by reference Type reference (TYPE) CNV_PANUM Conversion: consecutive number for a parameter 20091103
2 Returning PARAM Value transfer Object reference (TYPE REF TO) CNV_00001_RST_PARAM Routine parameter 20091103
# Exception Resumable Description Created on
1 PARAM_NOT_FOUND Parameter not found 20091103

Method GET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMS Call by reference Type reference (TYPE) CNV_00001_RST_PARAM_CL_TT Table of parameters 20091103

Method GET_PARAMS on class CNV_00001_RST_ROUTINE has no exception.

Method GET_REAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) CNV_FUNC_REAL Conversion: Name of the routine used 20100318

Method GET_REAL_NAME on class CNV_00001_RST_ROUTINE has no exception.

Method GET_TABLE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FORM Value transfer Type reference (TYPE) CNV_00001_FORMS Form routines used in conversions 20091103
2 Importing PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20091103

Method GET_TABLE_ENTRY on class CNV_00001_RST_ROUTINE has no exception.

Method GET_TEST_FUBA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEST_FUBA Value transfer Type reference (TYPE) FUNCNAME Function name 20091103

Method GET_TEST_FUBA on class CNV_00001_RST_ROUTINE has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPE Value transfer Type reference (TYPE) CNV_00001_ROUTINE_CATEGORY Category of the form routine (conv./aggr./priority) 20091103

Method GET_TYPE on class CNV_00001_RST_ROUTINE has no exception.

Method GET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VISIBILITY Value transfer Type reference (TYPE) CNV_00001_VISIBILITY Visibility to users (customer / deliverer / expert / etc.) 20091103

Method GET_VISIBILITY on class CNV_00001_RST_ROUTINE has no exception.

Method GET_WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WHERE_USED Call by reference Type reference (TYPE) CNV_00001_WHERE_USED_STT List of tables/fields where the routine is used 20091103

Method GET_WHERE_USED on class CNV_00001_RST_ROUTINE has no exception.

Method HAS_EQUAL_PARAM_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) AS4FLAG Flag (X or blank) 20100318
2 Importing ROUTINE Call by reference Object reference (TYPE REF TO) CNV_00001_RST_ROUTINE Routine 20100318

Method HAS_EQUAL_PARAM_TYPES on class CNV_00001_RST_ROUTINE has no exception.

Method IS_ORG_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ORGDEP Value transfer Type reference (TYPE) CNV_ORGDEPENDENT Is org. dependent? 20091103

Method IS_ORG_DEPENDENT on class CNV_00001_RST_ROUTINE has no exception.

Method IS_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PRIORITY Value transfer Type reference (TYPE) CNV_PRIORI Priority flag 20091103

Method IS_PRIORITY on class CNV_00001_RST_ROUTINE has no exception.

Method SET_HELP_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HELP_DOCU Call by reference Type reference (TYPE) DOKU_OBJ Documentation object 20091103

Method SET_HELP_DOCUMENT on class CNV_00001_RST_ROUTINE has no exception.

Method SET_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE Call by reference Type reference (TYPE) CNV_PROG Conversion: (Include) program containing the routine 20091103

Method SET_INCLUDE on class CNV_00001_RST_ROUTINE has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CNV_FUNC Conversion: Name of the routine used 20091103

Method SET_NAME on class CNV_00001_RST_ROUTINE has no exception.

Method SET_ORG_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ORGDEP Call by reference Type reference (TYPE) CNV_ORGDEPENDENT Org. dependent? 20091103

Method SET_ORG_DEPENDENT on class CNV_00001_RST_ROUTINE has no exception.

Method SET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMS Call by reference Type reference (TYPE) CNV_00001_RST_PARAM_CL_TT Table of parameters 20091103

Method SET_PARAMS on class CNV_00001_RST_ROUTINE has no exception.

Method SET_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRIORITY Call by reference Type reference (TYPE) CNV_PRIORI Priority 20091103

Method SET_PRIORITY on class CNV_00001_RST_ROUTINE has no exception.

Method SET_REAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CNV_FUNC_REAL Conversion: Name of the routine used 20100318

Method SET_REAL_NAME on class CNV_00001_RST_ROUTINE has no exception.

Method SET_TEST_FUBA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEST_FUBA Call by reference Type reference (TYPE) FUNCNAME Function name 20091103

Method SET_TEST_FUBA on class CNV_00001_RST_ROUTINE has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TYPE Call by reference Type reference (TYPE) CNV_00001_ROUTINE_CATEGORY Category of the form routine (conv./aggr./priority) 20091103

Method SET_TYPE on class CNV_00001_RST_ROUTINE has no exception.

Method SET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VISIBILITY Call by reference Type reference (TYPE) CNV_00001_VISIBILITY Visibility to users (customer / deliverer / expert / etc.) 20091103

Method SET_VISIBILITY on class CNV_00001_RST_ROUTINE has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 46C