Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Base Unit conversion to Unit of measure

Former Member
0 Kudos

Hi all ,

I have a Custom report which post the goods Issue .

The program uses tables mard and mska. In mard table fields used are mard-matnr, mard-labst,mard-Lagerort,mska-sobkz,mska-vbeln, mska-posnr,e mard-werks.

the program call mb1a for updating the data using Bdc .

<b></b>the problem is that the quantity of the stock is

shown only in the base unit of measure .. but some material have Alternative Unit of measure ... Its not taking Alternative Unit of measure ...

Any help is highly appreciated ..

Regards,

Amarnath Reddy.

3 REPLIES 3

former_member416164
Participant
0 Kudos

Hi,

I don't really understand you want, but if you want to convert the quantity in another uom check this FM :

MC_UNIT_CONVERSION

Hope this help

Former Member
0 Kudos

Hi Amarnath,

You need to get that information also in report so that you can pass same informatoin to BDC. Otherwise use the FM for conversion.

regards,

Chandra.

Note: Please reward if helpful.

Former Member
0 Kudos

Hi all ,

the program aim is to transfer the stock from the storage location with reference to order number from CO (cobl-aufnr).

In mard when i am able to c the unit of issue for the selected material number.

My question is in the report program sap is not looking for the unit of issue . It is only taking basic unit of issue ... Is there any way that program looks for the Unit of issue .