cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 3.0 - Sourcing cockpit from BBP_PD - header and items links tables

matteo_montalto
Contributor
0 Kudos

Hi all,

We're on a SAP SRM 3.0 configured for an extended classic scenario. Looking at the transaction BBP_PD for a Shopping Cart created with ref. to a Purchase Requisition (from an R/3 system), we can see that there are two sections, called respectively "Header links" and "Item links". This is an example for a SC created from the PR 1000004268:

Obj_Key: HEADER

Obj_Type: BUS 2121

LogSys: RCDCLNT100 (our srm system)

RoleType: BBP_TARGET

<<<<

Obj_Key: 1000004268 0000000000

Obj_Type: EXTREQ

Logsys: our_R/3_backend_system

RoleType: BBP_SOURCE

A similar entry is available for each item of the shopping cart.

Question: where are these data stored? Which tables are involved in this relationship determination?

The question arises since we're currently trying to migrate some documents from a certain logical system to another; this task implies also a conversion of data for some documents in SRM which must be modified in order to make them refer to the newer logical system (say, B) by changing every field value which refers to the older logical system (say, A). Obviously, for what that concerns these documents, B is exactly identical to A.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

hi

SRRELROLES - table

Muthu

Answers (1)

Answers (1)

matteo_montalto
Contributor
0 Kudos

Thanks,

I managed to solve the task by using two db tables: SRRELROLES and BBP_PDBINREL. It seems to work

former_member183819
Active Contributor
0 Kudos

THANKs I MISSED THIS table too.BBP_PDBINREL . you are correct.

Muthu