Hi ravi krishna,
Go to your Quantity Field Get method uncomment below code try to implement please below code
and check the standard field for example bsp component BT120H_CPL item list view go to context node BTADMINI there u will get the Quantity field and get method code try to implement same
*please implement here some BO specific handler coding
* conversion of currency/quantity field failed caused by missing
* unit relation
* Coding sample:
* provide currency, decimals, and reference type
value = cl_bsp_ut ility=>make _string(
value = <l_data>
reference_value = c_currency "here u need pass the
num_decimals = decimals
referen ce_type = reference_type
).
Any Queries please let me know.
Thanks,
vishwa