cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SRM 7.0 With Central Contracts

Former Member
0 Kudos
151

We are implementing SRM 7.0 with Central Contracts for the Classic Scenario and I need clarification on the following:

* Can the purchase orders be replicated from ECC6 to SRM in order to use the SRM Alerts? Or must BW be used to compile reports using data from SRM and ECC?

Accepted Solutions (1)

Accepted Solutions (1)

former_member228602
Contributor
0 Kudos

Hello ,

     From Standard it is not possible to replicate to SRM(rather we do not have mechanism to do this).

But i would suggest for alert you can use a different approach. When a classic PO is created BBP_GET_STATUS_2 is invoked in SRM(a background job is scheduled). You can code here to trigger a notification. This should serve your purpose.

    You could additionally create a z event for triggering when shopping cart is changed and hence accordingly trigger a notification.

Thanks and Regards,

Veera

Answers (1)

Answers (1)

former_member208675
Active Contributor
0 Kudos

Hi,

1. As you're implementing classic scenario, PO will be replicated from ECC to SRM. You can use SRM alerts without any issue.

2. It's not must to use BW to compile reports, in fact SRM has capability to compile general reports.

Refer link: http://help.sap.com/saphelp_srm70/helpdata/en/47/83d80296a2500be10000000a421937/content.htm

I hope it helps.

Regards,

Former Member
0 Kudos

Hi Vinay,

With classic scenario purchase orders are created in the ECC system and not automatically replicated to SRM.

Thank you for your answer.