cancel
Showing results for 
Search instead for 
Did you mean: 

table

12-12-2010 7:02 AM
334 views 4 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

hi,

From which table contain the field KDAUF?

Arati

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Clemenss
Active Contributor
0 Likes

Hi Arati,

next time put your question in the subject line. The subject should represent the content of the detailed question in brief. The subject "table" could as well be replaced with subject "chair" as it is not at all releated to the question.

You can use SE16 for table DD03l to see what table fields are used in which tables.

Regards,

Clemens

Answers (1)

Answers (1)

former_member197616
Active Contributor
0 Likes

Hi

Please check this table

DAUF can be found in many tables, and is probably filled as well with data in many transparent tables.

But there is probably only one table where KDAUF is the key and must be unique, which is the table VBAK, sales order header.

Regards,

Former Member
0 Likes

Hi,

Thanks.

HOw to get PO no from sales order no ?

Regards,

Former Member
0 Likes

Arati,

I will assume that since your original question was about KDAUF, that you are speaking about Production orders when you say "PO".

Use all-around order info program COOIS. There is a searchable parameter "Sales Order". It will yield any MTO production order that supports that sales order.

If you are talking about an MTS scenario, then there is no direct link between SO and Production order that is maintained by SAP. Here, then, you can use MD04 to infer which PO is supporting which Sales order. In order to use MD04, you will need to first find out the material number of the SO in question, by displaying it in VA03.

Best Regards,

DB49