cancel
Showing results for 
Search instead for 
Did you mean: 

table linkage between SRM PO to SRM confirmation

Former Member
0 Kudos

Hi,

We are in SRM 7.02 EC. SRM SC-->SRM PO-->SRM confirmation-->replicate in to backend as GR

Is there any table linkage between SRM PO to SRM confirmation . I want to know confirmation number if I have PO number.

I have check table BBP_PDCON and SRRELROLES for SRM PO. No data available.

In SRM system If I know confirmation number, I can get PO number but not otherway round ?

Regards

Dayal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sankara,

I am not satisfy with answer.

My question : I have SRM PO , what is the confirmation number aginst the PO line item

Can I see confirmation number in BBP_PD for object 2201 ? if yes which table

or is there FM, I  will put PO object id /GUID then result will confirmation number? if yes which FM and internal table

I know that if i have confirmation I can see PO number under BBP_PD. But I want otherway round.

Regards

Dayal

former_member184741
Active Contributor
0 Kudos

may be you have not read my reply

we dont have links in BBP_PD. you have to use FM  bbp_pd_conf_getlist. give po number in  i_for_po_id field, in e_pdlist you will get the confirmation details. then you can use

BE_REFOBJ

BE_REFOBJ_ITEM to indentify which PO line item the confirmation is related

Former Member
0 Kudos

Hi Sankara,

I know this FM from confirmation side.

I just seeking information from PO side w.r.t  table BBP_PDCON and SRRELROLES for SRM PO. Why this is not filled in. Is this obsolete ?

Regards

Dayal

former_member184741
Active Contributor
0 Kudos

The data your looking is not stored in these tables. if you want to get conformaations for a PO the FM i had mentioned will work. I don't understand what do u mean by "I know this FM from confirmation side.". This FM gives confirmations for a given PO.

Former Member
0 Kudos

This FM created for confirmation function group (BBP_PD_CONF).

I thought there is some other way I can get confirmation details in PO side.

former_member184741
Active Contributor
0 Kudos

use bbp_pd_conf_getlist. give po number in  i_for_po_id field

please do not ask for points Message was edited by: Zoltan Keller

Former Member
0 Kudos

Hello Dayal,

You can try the FM BBP_PD_PO_GETDETAIL or BBP_PD_GETHISTORY whichever helps your requirement.

Regards

Pramod

Former Member
0 Kudos

Hi Pramod,

Which table for FM :BBP_PD_PO_GETDETAIL , I can see the relation between PO and confirmation.

Table E_HEADER_REL and E_ITMLIM_REL , I can see only PO and SC relation.

regards

Dayal

Former Member
0 Kudos

Hello Dayal,

I think the FMs mentioned give you details about the confirmation and PO relationship and that is what you had wanted isnt it.

Also there are other FMs to get other details like

BBP_PD_SC_GETDETAIL - Shopping Cart

BBP_PD_PO_GETDETAIL - Purchase Order

BBP_PD_CONF_GETDETAIL - SRM Confirmations

Use the above FMs to get the relevant information.

Regards

Pramod