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

Change Document for Status Management

Former Member
0 Likes
6,226

Hi,

I have a process order in which I have deleted a material component. If you click on the material button, then select a material which has been deleted and press the magnifying glass it will take you the details. Then beside the status field there is a Information button. Press it and it will take you to the change status field. Choose one of the status and in the menu click on extras -> change documents -> for status. I need the table fields for the change status which contains the object key, etc. I chekced the report behind it and have tried to pick up the status with regards to the material component. It does not display the material component status but the process order status which have been changed. I need the details for the changed material document and not the process order. ( Tried Table Jest but with no luck ).

regards

Aveek

Hi,

I have a process order in which I have deleted a material component. If you click on the material button, then select a material which has been deleted and press the magnifying glass it will take you the details. Then beside the status field there is a Information button. Press it and it will take you to the change status field. Choose one of the status and in the menu click on extras -> change documents -> for status. I need the table fields for the change status which contains the object key, etc. I chekced the report behind it and have tried to pick up the status with regards to the material component. It does not display the material component status but the process order status which have been changed. I need the details for the changed material document and not the process order. ( Tried Table Jest but with no luck ).

regards

Aveek

7 REPLIES 7
Read only

Former Member
0 Likes
3,115

Check table <b>CDHDR</b> and <b>CDPOS</b>.

Regards,

Subramanian V.

Read only

0 Likes
3,115

Hi,

The data is not in those tables when the material component is deleted from the BOM in the process Order.

regards

Aveek

Read only

0 Likes
3,115

Hi,

Is there any way I can find this information???

regards

Aveek

Read only

0 Likes
3,115

Hi,

This is urgent. Any ideas.

regards

Aveek

Read only

0 Likes
3,115

It is strange that you don't find any information for Change Documents in CDHDR or CDPOS. All change documents are stored in these two tables.

You might want to check this as well :

http://www.members.tripod.com/abap4/SAP_Functions.html and search for Change Document in that page

Regards,

Subramanian V.

Read only

Former Member
0 Likes
3,115

Check these tables JSTO, JEST, JCDO, and JCDS. Also look at this function module STATUS_READ_MULTI.

Read only

0 Likes
3,115

Thanks.

Will check and confirm.

regards

Aveek