cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation Link in SRM to Goods Recipt Link in R/3

Former Member
0 Kudos

Hi All-

We are on SRM 5.0, Classic scenario. Currently, we have problems with the Confirmation extract from SRM, so we want to implement a change, where we only use the GR Extract from R/3, but we still want to include the SRM Confirmation Number. In order to do this, we have two approaches we can take:

1) Do a call from R/3 to SRM to get it (but we need to know how they are linked, and I am told that the link is from SRM to R/3)

2) Change the Conf to R/3 process to pass the Conf number from SRM to R/3

<b>Question:

1.) How are the confirmation number in SRM and Goods Receipt number in R/3 linked?

2.) How does the information of a Goods receipt in R/3 brought back to SRM? (I know the BBP_GET_STATUS_2 Job does it, but i am trying to understand what tables this complete link of S/C->PR->PO->Conf->GR->INv are stored in?</b>

Any ideas would be appreciated !

Sundeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1) Please see the following SAP OSS Notes ...

Note 720819

Note 309734

Also Check SRM tables BBP_PDBEH (header) and BBP_PD_BEI (item). Also go through the golden transaction in SRM - BBP_PD.

You can find these values using transaction BBP_PD for object type BUS2203 (confirmations).

2) SRM related tables involved are ... as follows..

Using SRM function modules -

BBP_PD_CONF_GETDETAIL

BBP_PD_CONF_GETLIST

<b>Other related links to go through as well -></b>

Do let me know..

Regards

- Atul