SAP ABAP Class CL_DD_DB_VIEW (DB-Dependent Parts for Views)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDVI (Package) ABAP/4 Dictionary: Views, Lock Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_ADA MaxDb-Specific View Operations 20130227
2 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_DB2 DB2-Specific View Operations 20130322
3 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_DB4 DB4-Specific View Operations 20130325
4 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_DB6 DB4-Specific View Operations 20130325
5 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_HDB HANA spezifische View Operationen 20130322
6 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_MSS MSS specific view operations 20130325
7 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_ORA Oracle spezifische View Operationen 20130402
8 Inheritance (c INHERITING FROM c_ref)  CL_DD_DB_VIEW_SYB SYB specific view operations 20130326
Properties
Class CL_DD_DB_VIEW  
Short Description DB-Dependent Parts for Views    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDVI   ABAP/4 Dictionary: Views, Lock Objects 
Created 20130227   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_DD_DDL_OBJ Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_DD_DB_VIEW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_DD_DB_VIEW has no interface implemented.
Friends
Class CL_DD_DB_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FUNC_DEF_TAB_L Instance attribute Private Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_T_FUNCINFO_DEFINITION Function Information 20130705
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_COLTYPE_IN_STDFUNC Instance method Public Method Checks the column type 20130227
2 CONSTRUCTOR Instance method Public Constructor Generation with Function Info Setup 20130621
3 CREATE_CAST_FUNCTION Instance method Protected Method Returns a Create statement for the Cast function 20130705
4 CREATE_CEIL_FUNCTION Instance method Protected Method Returns a Create statement for the Cast function 20130705
5 CREATE_LPAD_FUNCTION Instance method Protected Method Returns a Create statement for the Cast function 20130705
6 CREATE_MOD_FUNCTION Instance method Protected Method Returns a Create statement for the Cast function 20130705
7 CREATE_SUBSTRING_FUNCTION Instance method Protected Method Returns a Create statement for the Cast function 20130705
8 DROP_FUNC Instance method Protected Method Checks whether a function exists on the database 20130708
9 EXISTS_FUNC Instance method Protected Method Checks whether a function exists on the database 20130705
10 GET_AVG_CAST_STMT Instance method Public Method Returns statement for CAST within AVG 20131105
11 GET_CAST_STMT Instance method Protected Method Returns the statement for substring 20130628
12 GET_CEIL_STMT Instance method Protected Method Returns the statement for substring 20130627
13 GET_DATABASE_NAME Instance method Public Method Returns name of database 20130826
14 GET_FUNCINFO Instance method Public Method Returns all function information 20130624
15 GET_FUNCTION_DEF_INFO Instance method Protected Method Returns definition information for a function 20130813
16 GET_LIKE_PATTERN_STMT Instance method Public Method Generates the statement for a "like" pattern 20130418
17 GET_LITERAL_STMT Instance method Public Method Generates the target statement for a literal 20130422
18 GET_LPAD_STMT Instance method Protected Method Returns the statement for substring 20130628
19 GET_MOD_STMT Instance method Protected Method Returns the statement for substring 20130627
20 GET_PREDEFINED_FUNCTION_STMT Instance method Public Method Generates the string in the statement for a function 20130624
21 GET_RESULT_LENGTH Instance method Public Method Calculates the resulting length of the function 20130704
22 GET_STDFUNCTION_RESTYPE Instance method Public Method Checks the column type 20130227
23 GET_STDFUNCTION_STMT Instance method Public Method Generates the string in the statement for a function 20130227
24 GET_SUBSTRING_STMT Instance method Protected Method Returns the statement for substring 20130624
25 IS_DECFLOAT Instance method Private Method Checks whether a data type is numeric 20130228
26 IS_NUMERIC Instance method Private Method Checks whether a data type is numeric 20130227
27 IS_PREDEFINED_FUNCTION Instance method Public Method Determines whether this is a standard function 20130624
28 IS_STDFUNCTION Instance method Public Method Determines whether this is a standard function 20130227
Events
Class CL_DD_DB_VIEW has no event.
Types
Class CL_DD_DB_VIEW has no local type.
Method Signatures

Method CHECK_COLTYPE_IN_STDFUNC 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 Datentyp im Dictionary 20130227
2 Importing DECIMALS Call by reference Type reference (TYPE) DECIMALS Anzahl Dezimalstellen 20130227
3 Importing FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Name der Spalte 20130227
4 Importing FUNCNAME Call by reference Type reference (TYPE) DDSTDFUNCTION Standard Funktion 20130227
5 Importing LENG Call by reference Type reference (TYPE) DDLENG Länge (Anzahl der Zeichen) 20130227
6 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130227
# Exception Resumable Description Created on
1 CX_DD_DB_STDFUNC Ausnahmen Db abhängige View Anteile 20130227

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DD_DB_VIEW has no parameter.
Method CONSTRUCTOR on class CL_DD_DB_VIEW has no exception.

Method CREATE_CAST_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STMT_TAB Value transfer Type reference (TYPE) DDSTATEMENT_TAB DD: Tabelle mit ausführbaren Statements 20130705
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Erzeugung Statements 20130705

Method CREATE_CEIL_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STMT_TAB Value transfer Type reference (TYPE) DDSTATEMENT_TAB DD: Tabelle mit ausführbaren Statements 20130705
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Erzeugung Statements 20130705

Method CREATE_LPAD_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STMT_TAB Value transfer Type reference (TYPE) DDSTATEMENT_TAB DD: Tabelle mit ausführbaren Statements 20130705
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Erzeugung Statements 20130705

Method CREATE_MOD_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STMT_TAB Value transfer Type reference (TYPE) DDSTATEMENT_TAB DD: Tabelle mit ausführbaren Statements 20130705
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Erzeugung Statements 20130705

Method CREATE_SUBSTRING_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STMT_TAB Value transfer Type reference (TYPE) DDSTATEMENT_TAB DD: Tabelle mit ausführbaren Statements 20130705
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Erzeugung Statements 20130705

Method DROP_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREDEF_FUNCNAME Call by reference Type reference (TYPE) DDFUNCNAME Name einer selbstdefinierten Db Funktion 20130708
2 Returning RC Value transfer Type reference (TYPE) SYSUBRC 0: gelöscht, 4: nicht gelöscht 20130708
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130708

Method EXISTS_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DB_FUNCNAME Value transfer Type reference (TYPE) DBFUNCNAME Name der Funktion auf der DB, Standard oder selbst-def . 20130708
2 Importing FUNCNAME Call by reference Type reference (TYPE) DDFUNCNAME Name einer Funktion 20130708
3 Exporting RC Value transfer Type reference (TYPE) SYSUBRC 0: existiert, 4: existiert nicht 20130705
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130705

Method GET_AVG_CAST_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AVG_CAST_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_PAR Informationen zu cast in avg 20131105
2 Returning AVG_CAST_STMT Value transfer Type reference (TYPE) STRING Statement 20131105
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20131105
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20131105
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20131105
# Exception Resumable Description Created on
1 CX_DD_DB_STDFUNC Ausnahmen bei der Behandlung von Standardfunktionen 20131105

Method GET_CAST_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNC_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Informationen zur Funktion substring 20130628
2 Exporting FUNC_STMT Call by reference Type reference (TYPE) STRING Statement 20130628
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130628
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20130628
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20130628
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130628
2 CX_DD_DB_STMT Ausnahmen Db abhängige View Anteile 20130628

Method GET_CEIL_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNC_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Informationen zur Funktion substring 20130627
2 Exporting FUNC_STMT Call by reference Type reference (TYPE) STRING Statement 20130627
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130627
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20130627
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20130627
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130627
2 CX_DD_DB_STMT Ausnahmen Db abhängige View Anteile 20130627

Method GET_DATABASE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DBNAME_S Value transfer Type reference (TYPE) STRING Externer Name der Datenbank 20130826
2 Importing DBSYS Call by reference Type reference (TYPE) SYST-DBSYS Interner Name 20130826

Method GET_DATABASE_NAME on class CL_DD_DB_VIEW has no exception.

Method GET_FUNCINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FUNC_DEF_TAB Value transfer Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_T_FUNCINFO_DEFINITION Funktionsinformationen 20130624

Method GET_FUNCINFO on class CL_DD_DB_VIEW has no exception.

Method GET_FUNCTION_DEF_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFINITION_INFO Value transfer Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO_DEFINITION Definitions Informationen der Funktion 20130813
2 Importing FUNCNAME Call by reference Type reference (TYPE) STRING Name einer vordefinierten Funktion 20130813

Method GET_FUNCTION_DEF_INFO on class CL_DD_DB_VIEW has no exception.

Method GET_LIKE_PATTERN_STMT 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 Name der Spalte 20130418
2 Importing PATTERN Call by reference Type reference (TYPE) STRING Suchmuster, z.B. Abc% 20130418
3 Returning PATTERN_STMT Value transfer Type reference (TYPE) STRING Statement 20130418
4 Importing PRID Call by reference Type reference (TYPE) SYTABIX -1 Id für Protokollschreiber 20130418
5 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld/Tabellenalias Quote linke Seite 20131203
6 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld/Tabellenalias Quote rechte Seite 20131203
7 Importing TABALIAS Call by reference Type reference (TYPE) STRING `` Tabellenalias inklusive Quotes 20130523
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Behandlung von Standardfunktionen 20130422

Method GET_LITERAL_STMT 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 Datentyp im ABAP Dictionary 20130422
2 Importing DECIMALS Call by reference Type reference (TYPE) DECIMALS Anzahl Dezimalstellen 20130422
3 Importing LENG Call by reference Type reference (TYPE) DDLENG Länge (Anzahl der Zeichen) 20130422
4 Importing LITERAL Call by reference Type reference (TYPE) STRING Literal ohne Hochkommata 20130422
5 Returning LITERAL_STMT Value transfer Type reference (TYPE) STRING Literal Statement 20130422
6 Importing PRID Call by reference Type reference (TYPE) SYST-TABIX Id für Protokollschreiber 20130422
# Exception Resumable Description Created on
1 CX_DD_DB_STMT Ausnahmen bei der Erzeugung einen Teil-Statements 20130422

Method GET_LPAD_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNC_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Informationen zur Funktion substring 20130628
2 Exporting FUNC_STMT Call by reference Type reference (TYPE) STRING Statement 20130628
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130628
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20130628
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20130628
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130628
2 CX_DD_DB_STMT Ausnahmen Db abhängige View Anteile 20130628

Method GET_MOD_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNC_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Informationen zur Funktion substring 20130627
2 Exporting FUNC_STMT Call by reference Type reference (TYPE) STRING Statement 20130627
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130627
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20130627
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20130627
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130627
2 CX_DD_DB_STMT Ausnahmen Db abhängige View Anteile 20130627

Method GET_PREDEFINED_FUNCTION_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNC_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Informationen vordefinierte Funktion 20130624
2 Exporting FUNC_STMT Call by reference Type reference (TYPE) STRING Funktion im Statement 20130624
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130624
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20130625
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20130625
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130627
2 CX_DD_DB_STMT Ausnahmen Db abhängige View Anteile 20130624

Method GET_RESULT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FUNC_INFO_WA Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Ermittelte Informationen zu einer Funktion 20130704
2 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130925
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130925

Method GET_STDFUNCTION_RESTYPE 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 Datentyp im Dictionary 20130227
2 Exporting DATATYPE_RES Call by reference Type reference (TYPE) DATATYPE_D Datentyp im Dictionary, resultierender Typ 20130227
3 Importing DECIMALS Call by reference Type reference (TYPE) DECIMALS Anzahl Dezimalstellen 20130227
4 Exporting DECIMALS_RES Call by reference Type reference (TYPE) DECIMALS Anzahl Dezimalstellen, resultierende Dezimalstellen 20130227
5 Importing FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20130228
6 Exporting FIELDNAME_RES Call by reference Type reference (TYPE) FIELDNAME Feldname 20130228
7 Importing FUNCNAME Call by reference Type reference (TYPE) DDSTDFUNCTION Standard Funktion 20130227
8 Importing LENG Call by reference Type reference (TYPE) DDLENG Länge (Anzahl der Zeichen) 20130227
9 Exporting LENG_RES Call by reference Type reference (TYPE) DDLENG Länge (Anzahl der Zeichen), resultierende Länge 20130227
10 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130227
11 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20130228
12 Exporting TABNAME_RES Call by reference Type reference (TYPE) TABNAME Tabellenname 20130228
# Exception Resumable Description Created on
1 CX_DD_DB_STDFUNC Ausnahmen Db abhängige View Anteile 20130227

Method GET_STDFUNCTION_STMT 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 Spaltenname 20130227
2 Importing FUNCNAME Call by reference Type reference (TYPE) DDSTDFUNCTION Standard Funktion 20130227
3 Exporting FUNC_FOR_STMT Call by reference Type reference (TYPE) STRING Funktion im Statement 20130227
4 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130227
5 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20130227
# Exception Resumable Description Created on
1 CX_DD_DB_STDFUNC Ausnahmen Db abhängige View Anteile 20130227

Method GET_SUBSTRING_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNC_INFO Call by reference Type reference (TYPE) IF_DD_DB_VIEW_TYPES=>TY_S_FUNCINFO Informationen zur Funktion substring 20130624
2 Exporting FUNC_STMT Call by reference Type reference (TYPE) STRING Statement 20130624
3 Importing PRID Call by reference Type reference (TYPE) SYTABIX Id für Protokollschreiber 20130624
4 Importing QUOTE_BF2 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote linke Seite 20130624
5 Importing QUOTE_BF3 Call by reference Type reference (TYPE) CL_DD_DDL_OBJ=>TY_QUOTE Basisfeld Quote rechte Seite 20130624
# Exception Resumable Description Created on
1 CX_DD_DB_FUNC Ausnahmen bei der Behandlung von Funktionen 20130627
2 CX_DD_DB_STMT Ausnahmen Db abhängige View Anteile 20130624

Method IS_DECFLOAT 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 Datentyp im ABAP Dictionary 20130228
2 Returning IS_DECFLOAT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_true: datentyp Decfloat 20130228

Method IS_DECFLOAT on class CL_DD_DB_VIEW has no exception.

Method IS_NUMERIC 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 Datentyp im ABAP Dictionary 20130227
2 Returning IS_NUMERIC Value transfer Type reference (TYPE) ABAP_BOOL ABAP_true: numerischer Datentyp 20130227

Method IS_NUMERIC on class CL_DD_DB_VIEW has no exception.

Method IS_PREDEFINED_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_true: Ist eine Standradfunktion 20130624
2 Importing FUNCNAME Call by reference Type reference (TYPE) DDPREDEFFUNCTION DD: Standard Funktion 20130624

Method IS_PREDEFINED_FUNCTION on class CL_DD_DB_VIEW has no exception.

Method IS_STDFUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_true: Ist eine Standradfunktion 20130227
2 Importing FUNCNAME Call by reference Type reference (TYPE) DDSTDFUNCTION Standard Funktion 20130227

Method IS_STDFUNCTION on class CL_DD_DB_VIEW has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740