cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the Shopping cart Number using PO Number

Former Member
0 Kudos

Hi,

I want to take my shopping cart number and using my PO number.

How do i get the shopping cart number which related to PO number. Is there any table to related each other.

Web-GUI I found that in followon documnet but how do i get it from backend(SRM) system.

Can you any one please share your Idea.

Regards,

Senthil.

The points will rewared.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

You can query the tables :

For SC:

CRMD_ORDERADM_H (header level)

CRMD_ORDERADM_I (item level)

For PO:

BBP_PDBEH

BBP_PDBEI

HTH.

BR,

Disha.

PLs reward points for useful answers.

Former Member
0 Kudos

Hi,

I solved the problem.

Using the FM BBP_PD_PO_GETDETAIL we will get the SC header GUID.

Using E_HEADER_REL-GUID_A.

Using the GUID we will get the SC number from table CRMD_ORDERADM_H.

Thanks,

Senthil

Former Member
0 Kudos

Hi,

U can get the details in SRM backend using this T.Code-

BBP_PD and select the BUS no and see the details.

If it solve ur purpose award the point.

BR,

VIjay Mittal

Former Member
0 Kudos

or you can use transaction BBP_BW_SC2 SB Monitoring Admin (PD) where you get a nice easy view of follow on docs etc.

Vik