cancel
Showing results for 
Search instead for 
Did you mean: 

Get the tracking number ( SC no) using PO in SRM

Former Member
0 Kudos

Hi Gurus,

In SRM how to get the Shopping cart no (Tracking no) using PO.

For you information I have the PO from R/3 but tracking number field is not updated with value.

Suggest any FM or any table to get the SC no in SRM using the PO.

Regards

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Paul,

You can use pass the PO number in function module BBP_PD_PO_GETDETAIL.

From here you will get the Shopping cart Item Guid in E_ITEM-SRC_GUID. You can again pass this guid in the table CRMD_ORDERADM_I and get the parent guid.

Pass this parent guid in table CRMD_ORDERADM_H to get the shopping cart number. Its stored in the OBJECT_ID field.

There is another way to find out the shopping cart number:

Pass the PO number in FM BBP_PD_PO_GETDETAIL

Check the E_HEADER_REL, when the value of the field OBJTYPE_A = BUS2121 then the field GUID_A will contain the header guid of the shopping cart.

Use this guid to get the SC number from table CRMD_ORDERADM_H.

Thanks,

Pradeep

Edited by: Pradeep Purushottam on Jan 6, 2009 4:08 PM

Former Member
0 Kudos

We can use the FM - BBP_PD_OBJREL_READ_VIA_REF to get the SC details from PO by passing PO as the Import parameter IV_OBJECTKEY