cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Reservation field in MMBE.....

Former Member
0 Kudos

Hi Guru,

Please tell me the name of table in which reservation field of tcode MMBE is stored.

Thanks in advance.

Best Regards,

Vinayak.

Accepted Solutions (0)

Answers (6)

Answers (6)

roshan_sonar
Explorer
0 Kudos

Hello Experts,

I have tried all above mentioned ways, but not getting the actual reserved stock which is visible in MMBE.

@Jurgen, is there any way to get the stock from RESB?

Roshan

Former Member
0 Kudos

Hi,

Thanks to all.my problem has been solved.

I used following logic :

Reserved field is sum of RESB-BDMNG minus RESB-ENMNG where RESB-SHKZG = 'H' and

XLOEK = ' ' and

KZEAR = ' ' .

Former Member
0 Kudos

See Jurgen's answer re Function Module. It's a dynamically calculated value. In other words the quantity shown in MMBE is not a specific field value in the table RESB.

Regards,

Nick

Former Member
0 Kudos

I was guessing RESB but how does it work out which reservations ? Material is not an index. Is there a sepatrate table that links material to reservations ?

Regards,

Nick

Former Member
0 Kudos

Thansk for reply...

In table RESB under which field Reservation field is stored??

JL23
Active Contributor
0 Kudos

what you see in MMBE column for reservation is a total of many open reservations that are stored individually in RESB.

You have to find the reservations that are still open among all entries in RESB.

In MMBE the function module MB_ADD_RESERVATION_QUANTITIES is called to get the reservation quantity

Former Member
0 Kudos

Hi,

Reservation is stored in the field name -- RSNUM

Raj

Former Member
0 Kudos

Hi Raj,

Thanks for reply.

I want the Reserved Quantity for a particular material in MMBE tcode.

Regards,

Vinayak

Former Member
0 Kudos

Hi,

It is BDMNG.

Raj

Former Member
0 Kudos

Hi,

BDMNG field is for Requirement Quantity. I want Reserved field..

Thanks.

Regards,

Vinayak

Former Member
0 Kudos

Hi,

As Jurgen mentioned, Functional module has been called to get the reservation qty from the RESB table. In the MMBE, field name for the reserved qty is BDMNG.

What is exact requirement in getting that field.

Raj

Former Member
0 Kudos

Hi,

In report there is one column, and which value is to be updated by the following formula,

Unrestricted Use + Qual. Inspection - Reserved.

Thanks.

Regards,

Vinayak

JL23
Active Contributor
0 Kudos

if you are an ABAPer who has to develope a new report, then you should know how to call a function module.

The quantity for reservation that you see in MMBE is not stored as a plain number in just one table record like it is for unrestricted use stock or quality stock.

Hence you either use the function module to get this quantity, or you have to develope an own logic to read the RESB records and total the quantity in your ABAP directly.

Former Member
0 Kudos

Hi,

You can use the RESB table to get the qty reserved for each material. Fetch the data from this table and do the calculation as per your requirement.

Raj

Former Member
0 Kudos

Hi,

Reservation details are stored on RESB.

Raj

JL23
Active Contributor
0 Kudos

RESB