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

Track Production Plan Changes

Former Member
0 Likes
642

Hi all,

I am completly new to the ABAP side of SAP so please excuse me.

Is there a way to track the production plan changes I.e date changes, quantities etc.

If so could you provide which tables and fields I would need to use.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

hi,

you can find out change log in Table CDHDR and CDPOS.

Regards

Puneet

4 REPLIES 4
Read only

Former Member
0 Likes
609

hi,

you can find out change log in Table CDHDR and CDPOS.

Regards

Puneet

Read only

0 Likes
608

Thanks Puneet.

I cannot add CDPOS to CDHDR in infoset.

Am I doing something wrong?

Read only

0 Likes
608

You can't use join for cluster tables ( CDPOS ) .

Read only

0 Likes
608

thanks Debopriyo

Sorry if I seem stupid. I am a complete beginner with SAP.

So if I create a query based on table CDHDR and another query to show CDPOS, then I can just compare the two reports using the Object Value field as the common key.

Is this correct?