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_FND

Method 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 NameDescriptionVisability
CONSTRUCTORCONSTRUCTORPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
APPLICATIONInstance AttributeApplication NameLIKE
/BCV/FND_APPL
Public
BADI_DET_ERRORConstant'801CC4EFFE841DEE82CB4677AF5A46D6'LIKE
SOTR_CONC
Public
BADI_EXEC_ERRORConstant'801CC4EFFE841DDE82CB496FB1611CAE'LIKE
SOTR_CONC
Public
BADI_NAMEInstance AttributeBAdI NameLIKE
STRING
Public
CONVERSION_ERRORConstant'801CC4EFFE841DDDB9C61B9B4DE0D3C2'LIKE
SOTR_CONC
Public
CONV_DATEInstance AttributeConversion DateLIKE
/BCV/FND_CONVERSION_DATE
Public
CURRENCYInstance AttributeCurrency AmountLIKE
/BCV/FND_CURRENCY
Public
EX_RATE_TYPEInstance AttributeExchange Rate TypeLIKE
/BCV/FND_EX_RATE_TYPE
Public
GENERAL_CONVERSION_ERRORConstant'801CC4EFFE841DDDB9C618FC3DC74D27'LIKE
SOTR_CONC
Public
METHOD_NAMEInstance AttributeMethod NameLIKE
STRING
Public
MULT_BADI_IMPLConstant'801CC4EFFE841DDE82CB46762C434BC1'LIKE
SOTR_CONC
Public
NO_BADI_IMPLConstant'801CC4EFFE841DDE82CB3403568E0FF0'LIKE
SOTR_CONC
Public
NO_EX_RATEConstant'801CC4EFFE841DDDB9C6290AF30B109D'LIKE
SOTR_CONC
Public
NUM_CONVERSION_ERRORConstant'801CC4EFFE841DEDB9C616C8DF335CA7'LIKE
SOTR_CONC
Public
ORIG_CUNITInstance AttributeOriginal Currency UnitLIKE
/BCV/FND_CUKY
Public
TARGET_CUNITInstance AttributeTarget Currency UnitLIKE
/BCV/FND_TARGET_CUKY
Public
UNKNOWN_APPLICATIONConstant'801CC4EFFE841DDDB9C61C6F33B69630'LIKE
SOTR_CONC
Public
UNKNOWN_EX_RATE_TYPEConstant'801CC4EFFE841DEDB9C6247689F401E9'LIKE
SOTR_CONC
Public
UNKNOWN_ORIG_CUNITConstant'801CC4EFFE841DDDB9C61EAE939283D5'LIKE
SOTR_CONC
Public
UNKNOWN_TARGET_CUNITConstant'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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!