SAP /BCV/CX_FND_UNIT_CONV OO Class - Exception Class for Unit Conversion
/BCV/CX_FND_UNIT_CONV 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_UNIT_CONV 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_UNIT_CONV is /BCV/CX_FNDMethod list of /BCV/CX_FND_UNIT_CONV 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_unit_conv=>CONSTRUCTOR...more details | ||
/BCV/CX_FND_UNIT_CONV 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 |
| APPLICATION | Instance Attribute | Application Name | LIKE /BCV/FND_APPL | Public | |
| BADI_DET_ERROR | Constant | '801CC4EFFE841DEE82CBC15C76D0DB70' | LIKE SOTR_CONC | Public | |
| BADI_EXEC_ERROR | Constant | '801CC4EFFE841DEE82CBC15E25554409' | LIKE SOTR_CONC | Public | |
| BADI_NAME | Instance Attribute | BAdI Name | LIKE STRING | Public | |
| CONVERSION_ERROR | Constant | '801CC4EFFE841DEDB9C4E8A0675C073C' | LIKE SOTR_CONC | Public | |
| CONV_MATERIAL | Instance Attribute | Conversion Material | LIKE /BCV/FND_CONVERSION_MATERIAL | Public | |
| GENERAL_CONVERSION_ERROR | Constant | '801CC4EFFE841DDDB9C4C0325CBAD12D' | LIKE SOTR_CONC | Public | |
| METHOD_NAME | Instance Attribute | Method Name | LIKE STRING | Public | |
| MULT_BADI_IMPL | Constant | '801CC4EFFE841DEE82CBC15ACA815A8E' | LIKE SOTR_CONC | Public | |
| NO_BADI_IMPL | Constant | '801CC4EFFE841DDE82CBC158FB1A137E' | LIKE SOTR_CONC | Public | |
| NO_CONV_FACTOR | Constant | '801CC4EFFE841DDDB9C5047C2D724D19' | LIKE SOTR_CONC | Public | |
| NO_CONV_FACTOR_MAT | Constant | '801CC4EFFE841DEE83F6FE45EF19033B' | LIKE SOTR_CONC | Public | |
| NUM_CONVERSION_ERROR | Constant | '801CC4EFFE841DEDB9C308226C51C121' | LIKE SOTR_CONC | Public | |
| ORIG_UNIT | Instance Attribute | Original Unit of Measure | LIKE /BCV/FND_UNIT | Public | |
| ORIG_UNIT_WO_CEXIT | Instance Attribute | Original Unit of Measure (w/o Conv. Exit) | LIKE TY_UNIT_WO_CEXIT | Public | |
| QUANTITY | Instance Attribute | Quantity | LIKE /BCV/FND_QUANTITY | Public | |
| TARGET_UNIT | Instance Attribute | Target Unit of Measure | LIKE /BCV/FND_TARGET_UNIT | Public | |
| TARGET_UNIT_WO_CEXIT | Instance Attribute | Target Unit of Measure (w/o Conv. Exit) | LIKE TY_UNIT_WO_CEXIT | Public | |
| UNKNOWN_APPLICATION | Constant | '801CC4EFFE841DEDB9C4F1048D985F35' | LIKE SOTR_CONC | Public | |
| UNKNOWN_MATERIAL | Constant | '801CC4EFFE841DEDB9C6104709D4DE68' | LIKE SOTR_CONC | Public | |
| UNKNOWN_ORIG_UNIT | Constant | '91FB834D06050F07E10000000A428752' | LIKE SOTR_CONC | Public | |
| UNKNOWN_TARGET_UNIT | Constant | 'A5FB834D06050F07E10000000A428752' | LIKE SOTR_CONC | Public |
/BCV/CX_FND_UNIT_CONV types
TY_UNIT_WO_CEXIT - Unit of Measure (w/o Conversion Exit)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