Hi experts,
how can i find Delivery Quantity unit of measure (LIPS-VRKME ) is convertable to M2,LM,PC. if so how can i convert .
below code i have to check.
plz help me.
Thanks
Suresh
IF Delivery Quantity unit of measure (LIPS-VRKME = M2 or can be converted to M2 using the standard unit of measure conversion function module then write that value to Quantity in M2
ELSE
IF Delivery Quantity unit of measure (LIPS-VRKME = LM or can be converted to LM using the standard unit of measure conversion function module then write that value to Quantity in LM
ELSE
IF Delivery Quantity unit of measure (LIPS-VRKME = PC or can be converted to PC using the standard unit of measure conversion function module then write that value to Quantity in PC.
ENDIF