2005 Aug 24 11:48 AM
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
2005 Aug 24 12:07 PM
Check table <b>CDHDR</b> and <b>CDPOS</b>.
Regards,
Subramanian V.
2005 Aug 24 1:30 PM
Hi,
The data is not in those tables when the material component is deleted from the BOM in the process Order.
regards
Aveek
2005 Aug 24 6:58 PM
Hi,
Is there any way I can find this information???
regards
Aveek
2005 Aug 25 10:50 AM
2005 Aug 25 11:06 AM
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.
2005 Aug 25 4:42 PM
Check these tables JSTO, JEST, JCDO, and JCDS. Also look at this function module STATUS_READ_MULTI.
2005 Aug 25 4:57 PM