cancel
Showing results for 
Search instead for 
Did you mean: 

Table for active version

Former Member
0 Kudos

Hi,

In one of our cases for PO values updation, values are getting populated in the historic version of the PO and not in active version.

Would there be any table which save in the active version where i can check ?

Thanks

Naga

Accepted Solutions (0)

Answers (1)

Answers (1)

matteo_montalto
Contributor
0 Kudos

Hi Naga,

given a PO number, look for GUIDs in the CRMD_ORDERADM_H.

Use these GUID to query the CRM_JEST table. You can get the codes associated to status looking for a po in the BBP_PD transaction.

Hope this helps,

Matteo

EDIT:

Sorry, more precisely...

you can extract the guid of the active version using the BBP_PD_PO_GETDETAIL FM. The header structure you obtain from the call has a field called CHANGE_LOCK. If this field is checked, then there's a change version and you probably would like to update this one.

In order to get the GUID of the change version, follow the above (previous) ride around the CRMD_ORDERADM_H and CRM_JEST tables.

Edited by: Matteo Montalto on Mar 3, 2009 12:47 PM

former_member206968
Active Contributor
0 Kudos

Hi,

Pl. also check table bbp_pdhgp, field version_typ and version_no.

regards,

Sanjeev