cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of volume unit.

Former Member
0 Kudos

Hi,gurus here.

The infoobject is 0VOLUMEUNIT.

In transaction data the 0VOLUMEUNIT is CDM, I need to convert CDM to CD3.

Is there any conversion function to realize that? (If there is the function please give an example)

Or is there any volume unit conversion datasource in system?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member

Hi,

maybe is later but this is the correct FM:

call function 'CONVERSION_EXIT_CUNIT_OUTPUT'

           exporting

             input          = ls_vekp-voleh_max

           importing

             output         = ls_vekp-voleh_max

           exceptions

             unit_not_found = 1.

Regards,

R.

Former Member
0 Kudos

Hi, gurs here.

Any new idea about this?

Thanks.

former_member223480
Active Contributor
0 Kudos

Hi Zhu

If you have maintain on the material the conversion factors in r/3 then you can activate the quantity DSO to process online conversion.

Check also the following blog http://scn.sap.com/people/ranjit.rout/blog/2009/02/26/unit-conversion-in-bi-70

Thank you

Yiannis

former_member188080
Active Contributor
0 Kudos

Hi,

check in the datasource whetrher u have any numerator and denominator field..

Get it mapped and then you can convert the units with ratio like numerator/denominator

Thanks and regards

Kiran

Former Member
0 Kudos

Hi, thanks.

I don't think so.

The numerator in datasource is for quantity, not for volume.

former_member188080
Active Contributor
0 Kudos

just check by doing actual calculation..i don't think you can have many conversion factors..

check if u have any table for conversion factor or nay field in the datasource

Thanks and regards

Kiran

Former Member
0 Kudos

Hi, I am sure the numerator in datasource is for quantity, not for volume unit conversion.

Or could you give me the specific field name of numerator for volume unit conversion?

Thanks.