Class ConverterUtils
java.lang.Object
de.hybris.platform.sap.sapcommonbol.common.backendobject.impl.ConverterUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFunction module name that retrieves F4 data for quantity unitsprotected static final Stringstatic final StringFunction module name that provides physical unitsstatic final StringFunction module name that provides physical unitsstatic final StringImport parameter for the ABAP language.static final StringFunction module name that retrieves F4 data for currencies -
Method Summary
-
Field Details
-
EMPTY_STRING
- See Also:
-
CRM_WEC_CUST_F4_UNITS
Function module name that retrieves F4 data for quantity units- See Also:
-
ERP_WEC_CUST_F4_UNITS
Function module name that provides physical units- See Also:
-
LANGUAGE_INPUT
Import parameter for the ABAP language. Must have ABAP format (e.g. D for Germany)- See Also:
-
PRC_CNV_CURR_F4_CURRENCY_UNITS
Function module name that retrieves F4 data for currencies- See Also:
-
ERP_WEC_CUST_F4_CURRENCY
Function module name that provides physical units- See Also:
-
-
Method Details
-
provided
- Parameters:
s- String to be checked- Returns:
- true, if s is not null and length >0
-
singleCharacter
- Parameters:
s- String to be checked- Returns:
- true, if s is not null and length=1
-
getString
This methods avoids creation of independend copies of "" in order to save memory.- Parameters:
coRecord-arg0-- Returns:
- EMPTY_STRING or value from coRecord
-