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

Forecasting - basic value

Former Member
0 Likes
869

We are developing a new report and want to have a field from material master forecasting view when you click forecasting button, you will see the basic value field. Is this stored somewhere in the tables? How do you get this field?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
735

PROW-PNUM2

Reward Points if it is helpful

Thanks

Seshu

4 REPLIES 4
Read only

Former Member
0 Likes
735

Hi Andrew,

Press f1 on the field and then click on the technical information button on the pop up that follows. that can give you the name of the table from which it is being picked up. Ot it shows a structure, do a where used list and find the table(Using the description of the tables, you can filter).

Regards,

Ravi

Read only

ferry_lianto
Active Contributor
0 Likes
735

Hi Andrew,

Welcome to SDN.

Please check these tables by joining field PNUM1 (Pointer: forecast parameters) and PNUM2 (Pointer for forecast results).

MAPR

PROP

PROW

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
736

PROW-PNUM2

Reward Points if it is helpful

Thanks

Seshu

Read only

0 Likes
735

First use F1 On field and some times you get structure,

then use ST05 Transaction to trace out...to MM03 Transaction on Forecasting View.

Then Trace off and see the list. it shows the possible table names

Reward Points if it is useful.

Thanks

Seshu