SAP /BCV/CX_FND_DATATYPE OO Class - Exception Class for Datatype
/BCV/CX_FND_DATATYPE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BCV/CX_FND_DATATYPE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BCV/CX_FND_DATATYPE is /BCV/CX_FNDMethod list of /BCV/CX_FND_DATATYPE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bcv/cx_fnd_datatype=>CONSTRUCTOR...more details | ||
/BCV/CX_FND_DATATYPE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CONVERSION_ERROR | Constant | '47E8746820C06629E10000000A42135B' | LIKE SOTR_CONC | Public | |
| CONVEXIT | Instance Attribute | Conversion Exit | LIKE /BCV/FND_CONVEXIT | Public | |
| DATATYPE | Instance Attribute | Data Type | LIKE /BCV/FND_DATATYPE | Public | |
| DATA_ELEM | Instance Attribute | Data Element | LIKE /BCV/FND_DATA_ELEM | Public | |
| DECIMALS | Instance Attribute | Data Type Decimals | LIKE /BCV/FND_DECIMALS | Public | |
| INVALID_LENGTH_OR_DECIMALS | Constant | '801CC4EFFE841DDDBDF291C91F8059BE' | LIKE SOTR_CONC | Public | |
| LENGTH | Instance Attribute | Data Type Length | LIKE /BCV/FND_LENGTH | Public | |
| METADATA_CREATE_ERROR | Constant | '801CC4EFFE841DEE8EDF5DD61B094429' | LIKE SOTR_CONC | Public | |
| STRUC_CREATE_ERROR | Constant | '801CC4EFFE841DEDBDF29E9F00F0D707' | LIKE SOTR_CONC | Public | |
| TAB_CREATE_ERROR | Constant | '801CC4EFFE841DEDBE82CCD9B99D1A5C' | LIKE SOTR_CONC | Public | |
| UNKNOWN_CONVEXIT | Constant | '8C5A334938E66C49E10000000A1555E4' | LIKE SOTR_CONC | Public | |
| UNKNOWN_DATATYPE | Constant | '801CC4EFFE841DEDBDF291CF6A790251' | LIKE SOTR_CONC | Public | |
| UNKNOWN_DATA_ELEM | Constant | '801CC4EFFE841DDE91A2678ABCC4468C' | LIKE SOTR_CONC | Public | |
| VALUE_TXT | Instance Attribute | Textual Representation of Data Value | LIKE /BCV/FND_DATAVALUE_TXT | Public |
Links to Related Class(s)
/BCV/CX_...Full list of available SAP object classes
Search for further information about these or an SAP related objects