cancel
Showing results for 
Search instead for 
Did you mean: 

GR done in backend - how does this go to SRM

Former Member
0 Kudos

Hi all.

SRM 4.0, backend SAP 4.6C.

When creating the goods receipt directly in the backend via either MIGO or MB01, what is it that updates the History of the PO in SRM? I actually thought that either

CLEAN_REQREQ_UP

BBP_GET_STATUS_2

did this, but I deactivated them and tried. The GR is visible in the History of the PO in SRM immediately after saving it in the backend, so is there some kind of BAPI or RFC call that does this? When the GR comes from SRM to the Backend it is done by Idocs, but this is not the case either when it is the other way around - from R/3 to SRM.

Thanks for info, guys.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dennis,

If the G.R is created is R/3 only the status gets updated in SRM through RFC call. Same is the case with invoice.

In case of confirmation in SRM it gets replicated to R/3 through IDOCs and a copy of it can be seen in R/3.Same is the case with invoice.

The two reports you have mentioned are for updating the status.

For example when you create a P.O from sourcing the moment it gets replicated to R/3.The second report updates the status and the first report removes the requirement from Sourcing cockpit.

If the CLEAN_REQREQ_UP program is not running....even though the status gets updated in SRM the requirement will still be in SOCO.

Hope this makes you more clear and helps in understanding the issue.

Award points for helpful answers.

Rgds,

Teja

Former Member
0 Kudos

Hi

If GR is done in R/3( backend) then it is replciated to SRM by RFC call.

If GR is done in SRM then it is replicated to R/3 by IDoc message MBGMCR.

Assign ponits to useful answer.

with regards

Manjunath

Former Member
0 Kudos

Just as I would expect.

But which RFC call - and what is this call doing in SRM, because it is only updating the history and not actually creating any GR/Confirmation in SRM. When it comes from SRM to R/3 this actually creates a document in R/3. So which function is called?

yann_bouillut
Active Contributor
0 Kudos

ECC GR is never replicated to SRM.

Only SRM history is updated, there is no document created !

Kind regards,

Yann

Former Member
0 Kudos

Exactly - no document is created, only history.

Which FM is updating the history this way then?

yann_bouillut
Active Contributor
0 Kudos

Hi,

You can have a look at BBP_PD_PO_GETHISTORY that calls BBP_BE_PO_GETHISTORY.

Kind regards,

Yann

Edited by: Yann Bouillut on Mar 12, 2008 2:08 PM

Edited by: Yann Bouillut on Mar 12, 2008 2:08 PM