cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Data vom MMBE (Tables, Funktion modules)?

0 Kudos

Hello everybody. For our mobile application, we want to display two data from the transaction MMBE in our table. For this we usually use function modules or tables. The 2 dates we want to read are the Reserved- stock and the on-order-Stock (Order Stock). These are both visible in the transaction MMBE.

Do you know from which tables or function blocks we can get the 2 data?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Sven,

This one actually is found easily on google! However, I am old school so I got it from the system doing a quick reverse engineer... you need table MSKA and MARD. But if anyone is interested in the Long answer ... here it goes ^-^

I went to MMBE to grasp the idea as I am from backend side. Then, SE93 + MMBE. With this tx you can see (among other stuff) the program that is running behind that interface = RMMMBESTN.

With that in hands I see two options.. look up in the internet, which btw there are many posts about it , check it out: https://archive.sap.com/discussions/thread/1273484 &

https://archive.sap.com/discussions/message/291518 or check the code for the table calls indeed.

It is not a long task considering this program is small and as you probably already know, you can check the views directly from the code just clicking on it. then a field list is prompted to you. As far as I could see, this will need custom code indeed if you want only that.

Cheers!