cancel
Showing results for 
Search instead for 
Did you mean: 

How to get SC number for backend PO in classic scenario

Former Member
0 Kudos

Hello,

In classic scenario, how can I retrieve the SC number from PO backend number.

Best Regards,

Lina

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The information is stored in the table BBP_PDBEI. You can get GUID for Item level.

Table BBP_PDBEI

GUID 483B82FEED775554E10000000A424A16

BE_LOG_SYSTEM ERPCLNT100

BE_OBJECT_TYPE BUS2012

BE_OBJECT_ID 7703701846

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

The BUS for PO is BUS2201 , right? so when i make the entry in the field you mentionned, I have no results.

Please help.

Kind regards,

Lina

former_member183819
Active Contributor
0 Kudos

Hi lina

Masa is correct. you are in clasic

most of your PO s created in ECC only. only order as direct material PO created in SRM right.

BUS2012 - ECC PO object

BUS2201 - srm po OBJECT

br

muthu

Former Member
0 Kudos

Hi Muthu,

I got our point, but when I get the PO GUID from table BBP_PDBEI , then how can i get the SC number?

Regards,

Lina

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please look at BBP_PD transaction. You will get better understanding how GUID are linked.

Table CRMD_ORDERADM_I

GUID DDC1CD43BF9E69F1881A00505631332B

OBJECT_TYPE BUS2121001

HEADER DDC1CD43BF9E2FF1881A00505631332B

Table CRMD_ORDERADM_H

GUID DDC1CD43BF9E2FF1881A00505631332B

OBJECT_ID 0010000077

OBJECT_TYPE BUS2121

You can also use Function Modules. Please go to SE80 transaction and check Function Group BBP_PD_SC.

Regards,

Masa

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

You can get it from "Monitor Shopping Cart". Input the "Follow-on document type:Purchase Order" and input "Follow-on document Number: PO Number" and click on "START". you will get the releated SC Number for that PO.

Rg

Sameer