SAP /BCV/CX_FND_CURR_CONV OO Class - Exception Class for Currency Conversion
/BCV/CX_FND_CURR_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_CURR_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_CURR_CONV is /BCV/CX_FNDMethod list of /BCV/CX_FND_CURR_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_curr_conv=>CONSTRUCTOR...more details | ||
/BCV/CX_FND_CURR_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 | '801CC4EFFE841DEE82CB4677AF5A46D6' | LIKE SOTR_CONC | Public | |
| BADI_EXEC_ERROR | Constant | '801CC4EFFE841DDE82CB496FB1611CAE' | LIKE SOTR_CONC | Public | |
| BADI_NAME | Instance Attribute | BAdI Name | LIKE STRING | Public | |
| CONVERSION_ERROR | Constant | '801CC4EFFE841DDDB9C61B9B4DE0D3C2' | LIKE SOTR_CONC | Public | |
| CONV_DATE | Instance Attribute | Conversion Date | LIKE /BCV/FND_CONVERSION_DATE | Public | |
| CURRENCY | Instance Attribute | Currency Amount | LIKE /BCV/FND_CURRENCY | Public | |
| EX_RATE_TYPE | Instance Attribute | Exchange Rate Type | LIKE /BCV/FND_EX_RATE_TYPE | Public | |
| GENERAL_CONVERSION_ERROR | Constant | '801CC4EFFE841DDDB9C618FC3DC74D27' | LIKE SOTR_CONC | Public | |
| METHOD_NAME | Instance Attribute | Method Name | LIKE STRING | Public | |
| MULT_BADI_IMPL | Constant | '801CC4EFFE841DDE82CB46762C434BC1' | LIKE SOTR_CONC | Public | |
| NO_BADI_IMPL | Constant | '801CC4EFFE841DDE82CB3403568E0FF0' | LIKE SOTR_CONC | Public | |
| NO_EX_RATE | Constant | '801CC4EFFE841DDDB9C6290AF30B109D' | LIKE SOTR_CONC | Public | |
| NUM_CONVERSION_ERROR | Constant | '801CC4EFFE841DEDB9C616C8DF335CA7' | LIKE SOTR_CONC | Public | |
| ORIG_CUNIT | Instance Attribute | Original Currency Unit | LIKE /BCV/FND_CUKY | Public | |
| TARGET_CUNIT | Instance Attribute | Target Currency Unit | LIKE /BCV/FND_TARGET_CUKY | Public | |
| UNKNOWN_APPLICATION | Constant | '801CC4EFFE841DDDB9C61C6F33B69630' | LIKE SOTR_CONC | Public | |
| UNKNOWN_EX_RATE_TYPE | Constant | '801CC4EFFE841DEDB9C6247689F401E9' | LIKE SOTR_CONC | Public | |
| UNKNOWN_ORIG_CUNIT | Constant | '801CC4EFFE841DDDB9C61EAE939283D5' | LIKE SOTR_CONC | Public | |
| UNKNOWN_TARGET_CUNIT | Constant | '801CC4EFFE841DDDB9C6210FE1E1CA63' | LIKE SOTR_CONC | 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