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 get task list for material document

Former Member
0 Kudos

Hello,

how can I get the task list for a material document? I have the order number (mseg-aufnr). Can I use this to get the task list?

Ich want to read some values from table PLPO to do some calculation.

thanks in advance!

regards

P.Steiner

7 REPLIES 7

Former Member
0 Kudos

hai,

for material documents check in tables

MKPF - header

MSEG - items

0 Kudos

Thanks, I know these tables.

unfortunately this doesn't help me to get the task list operation...

0 Kudos

I found a possibilty to get the name of the responsible Work Center with the tables CKMLMV013 and MKAL. Hence I can get the data from table CRHD.

How can I get the task list operation with this information?

Edited by: P. Steiner on Oct 22, 2009 9:30 AM

0 Kudos

Hi

PLKO -


> Task List Header

PLPO -


> Task List ITem/Operation

If you know the MBLNR then go to QALS table and get the Inspection Lot number and then pass to PLKO table to get the Task list header details

Cheers

Ram

0 Kudos

Hi Ramchander Krishnamraju,

Yes I have the MBLNR.

But I can't find a field for the Inspection Lot number in the table PLKO!?

0 Kudos

HI,

Go to QALS table pass your MBLNR and get the

PLNTY

PLNNR

PPLVERW

PLNA and then go to PLKO and pass these values to in PLKO table and get Task List number And to get the Item Details go to PLPO.

Cheers

Ram

Edited by: Ramchander Krishnamraju on Oct 22, 2009 10:16 AM

Edited by: Ramchander Krishnamraju on Oct 22, 2009 10:20 AM

0 Kudos

Hi,

thanks for your help.

If found another solution. I detected that there is the PLNNR in the table MKAL. And with this I can get the task list.

regards