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 find Material Doc number.

FranklinAsis
Explorer
0 Kudos

Hi experts,

Is there a way we can identify the Material Doc number<MBLNR> from PP tables?

Given only the following table-fields:

afpo-kdauf

afpo-kdpos

afpo-aufnr

afpo-charg

I will be needing the Matdoc num so i can extract data from MSEG.

Thanks,

FAA

2 REPLIES 2

Former Member
0 Kudos

hi..

u have these fields in MSEG.

afpo-aufnr = mseg-aufnr

afpo-posnr = mseg-aufps

apart from above, the following is also there..

PS_PSP_PNR - WBS element

NPLNR - Network Number - same as aufnr

AUFPL - Routing number of operations in the order

regards,

Padma

Edited by: Padmashree RamMaghenthar on Oct 15, 2008 1:57 PM

Former Member
0 Kudos

I think ,

afpo-kdauf = mseg-mat_kdauf

afpo-kdpos = mseg-mat_kdpos.

or

afpo-kdauf = mseg-kdauf

afpo-kdpos = mseg-kdpos.

But remember, the performance would be very slow as there is no indices on these fields.

regards,

Advait