Skip to Content
0
Former Member
Aug 29, 2007 at 10:23 AM

Delivery Quantity unit of measure (LIPS-VRKME ) is converted to M2,LM,PC

1211 Views

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