SAP CL_FDT_QUANTITY_CONV OO Class - FDT Service: Conversion of quantities w. units









CL_FDT_QUANTITY_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 CL_FDT_QUANTITY_CONV including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_FDT_QUANTITY_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
COMPARE_QUANTITIESBRS Compare two quantitiesPublic
CALL METHOD cl_fdt_quantity_conv=>COMPARE_QUANTITIES...more details

CONVERT_EXT_TO_INTBRS Convert quantity to internal formatPublic
CALL METHOD cl_fdt_quantity_conv=>CONVERT_EXT_TO_INT...more details

CONVERT_INT_TO_EXTBRS Convert quantity to external (text) formatPublic
CALL METHOD cl_fdt_quantity_conv=>CONVERT_INT_TO_EXT...more details

CONVERT_ISO_TO_SAPBRS Convert ISO unit to SAP unitPrivate
CALL METHOD cl_fdt_quantity_conv=>CONVERT_ISO_TO_SAP...more details

CONVERT_QUANTITYBRS Convert quantity into another unitPublic
CALL METHOD cl_fdt_quantity_conv=>CONVERT_QUANTITY...more details

CONVERT_STRING_TO_QUANTITYConvert a string into a quantityPublic
CALL METHOD cl_fdt_quantity_conv=>CONVERT_STRING_TO_QUANTITY...more details

GET_UNIT_LISTReturn list of available quantitiesPublic
CALL METHOD cl_fdt_quantity_conv=>GET_UNIT_LIST...more details

IS_ISO_UNIT_CODEBRS Returns abap_true if the unit is an ISO unit codePrivate
CALL METHOD cl_fdt_quantity_conv=>IS_ISO_UNIT_CODE...more details

TO_STRINGBRS Concat number and unit, no user specific conversionPublic
CALL METHOD cl_fdt_quantity_conv=>TO_STRING...more details

UNIT_EXISTBRS Returns abap_true if the unit existsPublic
CALL METHOD cl_fdt_quantity_conv=>UNIT_EXIST...more details



CL_FDT_QUANTITY_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
GC_ABAP_DECIMALS_SEPARATORConstantABAP Decimals Separator'.'LIKE
C
Private
GC_DECIMALS_DEFAULTConstantDefault number of decimals3LIKE
I
Private
GTH_MSEHI_BUFFERStatic AttributeLIKE
TH_MSEHI_BUFFER
Private
GTH_UNIT_EXISTStatic AttributeLIKE
TH_UNIT_EXIST
Private




CL_FDT_QUANTITY_CONV types

S_MSEHI_BUFFER -
S_UNIT_EXIST -
TH_MSEHI_BUFFER -
TH_UNIT_EXIST -

Links to Related Class(s)

CL_FDT_Q...
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!