cancel
Showing results for 
Search instead for 
Did you mean: 

Link between the BID & the SC

Former Member
0 Kudos

Hi,

I am looking for the table or function which can give the link between the BID number and the SC number. I can see the SC number in BBP_PD transaction under the header links. But I am unable to get the table which stores the BID & the SC number together. Can anybody help me?

Regards

Bala

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

It's strange. Are you sure BBP_PD does not give details of the Table and field and their relationships. ? Please confirm.

<b>BBP_PD Transaction will list you most of the details check carefully. You will get the table names as well as the field names there only.</b>

<u>SRM system is quite different than other R/3 systems.

You will not find always a single table, where you can find all the data linked between the two.

Here the concept of GUIDs comes into picture. Shopping cart number is converted to a unique GUID number. Similarly, BID Inviatation number is also converted into another unique GUID number.

GUID -> Header GUID - > Paernt GUID (For table realtionships is maintained in SRM system.</u>

Hope this will help.

Please reward incase it suits your requirement.

Regards

- Atul

former_member195032
Active Contributor
0 Kudos

Hi Bala,

Go to transaction SE37.

Give FM BBP_PD_BID_GETDETAIL.

Execute,Give I_OBJECT_ID as your BID number for which you find to SC.

Execute again.

E_HEADER_REL table should give you reference.

Another way

For that particular BID ,go into BBP_PD

Object Type BUS2200

See at item level.

BBP_PDIGP table contains

GUID as BID GUID

There is another field in this table

SRC_GUID,this GUID represent SC details.

Let me know if this does not help.

Regards,Nishant

Please reward if this helps

Message was edited by:

Nishant Rajan