cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the SRM PO timestamp

Former Member
0 Kudos

Hello SAP gurus,

can someone tell me how to find the exact time stamp of a PO when it changed from "Transfer Failed (E.Sys) " status to "Ordered" status.

Is there any table to get this information in sap srm?

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

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

RicardoRomero_1
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Hi Ricardo,

Yes we got the same result which was given by wendy

wendy_xu
Active Participant
0 Kudos

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

Former Member
0 Kudos

Hello Wendy,

I tried this option, but it doesn't show when the status of PO changed from transfer failed to Ordered status.

I'm looking for that information..

Thank you!

wendy_xu
Active Participant
0 Kudos

Hi Sanjay,

Normally you should see the log of status change, unless it was changed in non-standard ways, i.e. changed manually in db table.

I attached you a screenshot of how it should look like in the log.

Regards,
Wendy

Former Member
0 Kudos

Hi Wendy,

Thats true, but in our case we changed the status of PO to ordered from transferred fail with the help on FM in SRM.

In this case can you help us how to find out the timestamp?

wendy_xu
Active Participant
0 Kudos

Hi,

Do you mean you ran FM BBP_PD_PO_TRANSFER_EXEC manually to re-transfer the failed PO?

Regards,
Wendy