cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Follow on documnet table

Former Member
0 Kudos

Program BBP_PD displays the shopping cart number and details

Table BBP_PDBE display purchase requisition and reservation.

I would like to know what is the table that contains the PO as well in SRM? Does it read it directly from R/3 or it is stored in a specific table in SRM?

Please note that am using a classic scenario., all purchase documents are created in R/3 but displayed under the follow on document within the shopping cart.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

peter_novoth
Employee
Employee
0 Kudos

Hi,

in the table BBP_PDBEI are only the numbers of the follow-on document stored. The content of these documents is always readen in runtime from the backend system via the function modules:

META_PO_GETDETAIL Display purchase order details

META_REQUISITION_GETDETAIL Display requisition details

META_RESERVATION_GETDETAIL Get Details from reservation

Regards,

Peter

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the swift reply, the field you mentioned only displays the purchase requisition and reservation.

What am looking for is the corresponding the purchase order to the purchase requisition.

former_member183819
Active Contributor
0 Kudos

Hi

try with some other sc item guid which already converted into PO.

as you aware depend on configuration define backend objects

sc can be converted into PR,reservation or PO.

this po,pr,rs data are updated the above table by bbp_get_status_2 job.

br

muthu

former_member183819
Active Contributor
0 Kudos

Shopping cart item guid, then you can get PO no. from table bbp_pdbei, field - be_object_id.

BBP_PDBEI Backend Specific Item Data

https://wiki.sdn.sap.com/wiki/display/SRM/MoreSRMTablestouse

br

muthu