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: 

How to get the stock

Former Member
0 Kudos

hi,

How to get the stock corresponding to particular material, if movement type is 101 and 102 .

plz reply........

1 ACCEPTED SOLUTION

mohammed_moqeeth
Active Participant
0 Kudos

Hi,

You can get the stock based on material & movement type from MSEG table joining MARD table.

Reward points if you feel useful.

Cheers !

moqeeth.

7 REPLIES 7

Former Member
0 Kudos

Hi

Run trx MMBE, but if you want to see the stock generated by 101 and 102 only, I believe you need to do a select on MSEG table.

Max

0 Kudos

but here 101 corresponds to sales receive and 102 corrsponds to sales return.

0 Kudos

Hi

Yes, but the system creates a material document for both sales recieve and return.

So u need to check MSEG table.

Max

0 Kudos

But here im using EKBE table.. whether hve to use menge of the same table for this. plz tell how to calculate stock using ekbe.

0 Kudos

Hi

EKBE is linked to purchase order only, so here you can find all 101 and 102 generated for a PO, but the stock can be filled by several way, if you check only EKBE you'll have a partial count.

I think it's better to read MSEG table, here u'll be sure to read all 101 amd 102.

Max

mohammed_moqeeth
Active Participant
0 Kudos

Hi,

You can get the stock based on material & movement type from MSEG table joining MARD table.

Reward points if you feel useful.

Cheers !

moqeeth.

0 Kudos

But i hve to calculate stock using EKBE table.