SAP ABAP Class CNV_00001_RST_TYPEDEF (Routine / parameter type definition)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_INDX_DOMAIN Domain representation 20101018
Properties
Class CNV_00001_RST_TYPEDEF  
Short Description Routine / parameter type definition    
Super Class    
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
# Type group / Object type Type Type Description
1 CNV_00001_TDEF_ABST_SUITABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CNV_00001_RST_TYPEDEF has no interface implemented.
Friends
Class CNV_00001_RST_TYPEDEF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTUAL_DOMAIN Instance attribute Public Type reference (TYPE) DOMNAME The actual domain (in case of non-transp. domains) 20110107
2 DATALENGTH Instance attribute Protected Type reference (TYPE) DDLENG Length (no. of characters) 20091103
3 DATATYPE Instance attribute Protected Type reference (TYPE) DATATYPE_D Data type in ABAP Dictionary 20091103
4 DOMNAME Instance attribute Protected Type reference (TYPE) DOMNAME Domain name 20091103
5 EXCLUDE Instance attribute Protected Type reference (TYPE) CNV_EXCL Conversion: Exclusion indicator 20091103
6 ROLLNAME Instance attribute Protected Type reference (TYPE) ROLLNAME Data element (semantic domain) 20091103
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructs type definition 20091103
2 EQUALS Instance method Public Method Returns whether equal to other type definition 20100318
3 GET_DATALENGTH Instance method Public Method Returns data length 20091103
4 GET_DATATYPE Instance method Public Method Returns data type 20091103
5 GET_DOMNAME Instance method Public Method Returns the domain 20091103
6 GET_ROLLNAME Instance method Public Method Returns the data element 20091103
7 GET_TYPEDEF Instance method Public Method Returns data element description 20100319
8 IS_EXCLUDED Instance method Public Method Returns whether this type is excluded 20091103
9 SET_DATALENGTH Instance method Public Method Sets data length 20091103
10 SET_DATATYPE Instance method Public Method Sets data type 20091103
11 SET_DOMNAME Instance method Public Method Sets the domain 20091103
12 SET_EXCLUDED Instance method Public Method Sets whether this type is excluded 20091103
13 SET_ROLLNAME Instance method Public Method Sets the data element 20091103
Events
Class CNV_00001_RST_TYPEDEF has no event.
Types
Class CNV_00001_RST_TYPEDEF has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTUAL_DOMAIN Call by reference Type reference (TYPE) DOMNAME Actual domain (for case of non-transp. domains) 20110107
2 Importing CNVDOM Call by reference Type reference (TYPE) CNVDOMS CNV: Domains required by conversion package 20091103
3 Importing CNVDOPAR Call by reference Type reference (TYPE) CNVDOPARS Conversion: Parameters for the FORM routines from CNVDOMS 20091103
4 Importing PARAM_DOMAIN Call by reference Type reference (TYPE) CNV_00001_PDOMS Domains for the routine parameters 20091103
5 Importing ROUTINE_DOMAIN Call by reference Type reference (TYPE) CNV_00001_FDOMS Domains for the form routine 20091103

Method CONSTRUCTOR on class CNV_00001_RST_TYPEDEF has no exception.

Method EQUALS 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 TYPEDEF Call by reference Object reference (TYPE REF TO) CNV_00001_RST_TYPEDEF Routine / parameter type definition 20100318

Method EQUALS on class CNV_00001_RST_TYPEDEF has no exception.

Method GET_DATALENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LENGTH Value transfer Type reference (TYPE) DDLENG Length (no. of characters) 20091103

Method GET_DATALENGTH on class CNV_00001_RST_TYPEDEF has no exception.

Method GET_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATATYPE Value transfer Type reference (TYPE) DATATYPE_D Data type in ABAP Dictionary 20091103

Method GET_DATATYPE on class CNV_00001_RST_TYPEDEF has no exception.

Method GET_DOMNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMNAME Value transfer Type reference (TYPE) DOMNAME Domain 20091103

Method GET_DOMNAME on class CNV_00001_RST_TYPEDEF has no exception.

Method GET_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROLLNAME Value transfer Type reference (TYPE) ROLLNAME data element 20091103

Method GET_ROLLNAME on class CNV_00001_RST_TYPEDEF has no exception.

Method GET_TYPEDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILL_MISSING Value transfer Type reference (TYPE) AS4FLAG 'X' Fill missing domain, type, length 20100319
2 Returning TYPEDEF Value transfer Type reference (TYPE) CNV_00001_TYPEDEF Data element / domain description 20100319

Method GET_TYPEDEF on class CNV_00001_RST_TYPEDEF has no exception.

Method IS_EXCLUDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXCLUDE Value transfer Type reference (TYPE) CNV_EXCL Conversion: Exclusion indicator 20091103

Method IS_EXCLUDED on class CNV_00001_RST_TYPEDEF has no exception.

Method SET_DATALENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LENGTH Call by reference Type reference (TYPE) DDLENG Length (no. of characters) 20091103

Method SET_DATALENGTH on class CNV_00001_RST_TYPEDEF has no exception.

Method SET_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATATYPE Call by reference Type reference (TYPE) DATATYPE_D Data type in ABAP Dictionary 20091103

Method SET_DATATYPE on class CNV_00001_RST_TYPEDEF has no exception.

Method SET_DOMNAME Signature

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

Method SET_DOMNAME on class CNV_00001_RST_TYPEDEF has no exception.

Method SET_EXCLUDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXCLUDE Call by reference Type reference (TYPE) CNV_EXCL Conversion: Exclusion indicator 20091103

Method SET_EXCLUDED on class CNV_00001_RST_TYPEDEF has no exception.

Method SET_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROLLNAME Call by reference Type reference (TYPE) ROLLNAME data element 20091103

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