on 2016 May 18 10:05 AM
Request clarification before answering.
Hi Sanjay,
You can check the time stamps of status in table CRM_JCDS.
Kindly give the document header guid or item guid in Object GUID on Selection Screen.
Regards,
Arpit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can go to table CDPOS with:
OBJECTID = Your PO GUID
TABNAME = CRM_JEST
TABKEY = Concatenate the key of the record in CRM_JEST ( MANDT + OBJNR + STAT )
Then take the field CHANGENR and go to table CDHDR to see the date when was changed.
But I think you will get the same result Wendy said to you.
---
Check also these FM;
BBP_CHANGE_DOC_GET_NEW
BBP_CHANGE_DOC_GENERAL
BBP_PD_ALL_GET_DIFF
Regards,
Ricardo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sanjay,
You could scroll down to the end of the screen of bbp_pd.
There you could see something like below.
Change Document:
---> Read Change Document (sorted by time) <<<< click on it, you will see document change log sorted by time. You could also find here at what time the status of the PO was set to active/inactive.
Hope this helps you.
Regards,
Wendy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.