cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the Shopping Cart Numbers, With P.O. Number.

Former Member
0 Kudos

Hi,

I have a P.O. Number, with that P.O. Number How can I get the Shopping Cart Numbers to that related P.O..

Thanks

Ganesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It's simple.

follow the steps

1.Go to bbp_pd

2.Provide the PO Number and Business Object(BUS2201)

3.Execute(F8)

At header links... you will find one row under that in bbp_pd

click on that

you will navigate to one moe screen where you can get the SC Number related to that PO.

At top you will find the SC number

I hope this explanation has resloved your issue

Do reward Point if this answer has solved your problem

Rg

sam

Former Member
0 Kudos

Hi. You can also get it from table BBP_PDBEI, linking GUID back to table CRMD_ORDERADM_I, then PARENT GUID back to CRMD_ORDERADM_H where the cart number is held.

Also, transaction BBP_MON_SC, monitor shopping cart, is a nice web transaction where you can put the follow on doc number and see the cart.

Regards,

Dave.

Former Member
0 Kudos

Hi,

Technical:

Use Function Module BBP_PD_PO_GETDETAIL. The exporting parameter E_HEADER_REL

has the related objects to the PO. It will also have the SC GUID.

From the screen:

Open the PO in Process Purchaser Order. Go to follow on documents to find the related SC.

Regards,

Ramesh.