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

Table for MB52

Former Member
0 Likes
24,548

Hai Friends,

i want to fetch the values from the transaction MB52 for 2 columns.

"Value unrestricted" and "Value in Transit / Transfer".

I am getting the aggregated value of these two columns in MBEW table but i want the break up of the materials. My input is material and plant.

3 REPLIES 3
Read only

Former Member
0 Likes
11,522

check table MSKA

Read only

0 Likes
11,522

Hai Rajnesh,

I didnt get the values from that table.

Read only

Former Member
0 Likes
11,522

Hi,

You will not get "Value unrestricted" from any table.You have to calculate it.For this fetch following two values

1. "Valuated Unrestricted-Use Stock" i.e MARD-LABST and

2. "Moving Average Price/Periodic Unit Price" i.e MBEW-VERPR.

Then multilpy these two values to get "Value unrestricted".

(If you get more than one record from MARD then multiply each record's LABST value with VERPR .Their summation will give you total "Value unrestricted")

Regards,

Parikshit