Application Development and Automation 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: 
Read only

Function for valuated stock

Former Member
0 Likes
572

Hi all,

Using transaction MC.9, you can view the valuated stock for a certain period(s) for certain material(s).

Behind the scenes, this transaction fetches the data from table MBEW (=current) and MBEWH (=history, valuated stock from the past periods).

Now is my question, is there a (ABAP) function where you simply give in a period and a material as parameters, and it returns this valuated stock?

Many thanks in advance.

Guy.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

Hello Guy,

I am also looking for the function MC.9 uses.

In MARDH there are missing periods, so I'm looking for the function which completes the information of the history of stock quantities.

Have you found it yet?

Regarding the history prices - we've developed our own code to fetch the previous prices from MBEWH.

Thanks and best regards,

Sigal.

4 REPLIES 4
Read only

Former Member
0 Likes
530

Hello Guy,

I am also looking for the function MC.9 uses.

In MARDH there are missing periods, so I'm looking for the function which completes the information of the history of stock quantities.

Have you found it yet?

Regarding the history prices - we've developed our own code to fetch the previous prices from MBEWH.

Thanks and best regards,

Sigal.

Read only

Former Member
0 Likes
529

Dear Mr. Zohar,

I had no luck finding that one function to get the valuated stock.

As a solution I've created my own code to get the stock from the history table.

At this moment we aren't searching for the function.

Next time I'll ask one of our consultants if he knows a function... then I'll post it in this thread.

... and ofcourse... if you in the meanwhile find the function...

Thanks in advance,

Guy Vleugels.

Edited by: Guy Vleugels on Jul 25, 2008 8:15 AM

Read only

0 Likes
529

MBEW_EXTEND is the fm

Read only

Former Member
0 Likes
529

Mr. Kar,

Thank you very much for your awnswer.

How do I use this function.

ea. I want the stock of a certain material for a certain period (year & month).

Many thanks in advance.