cancel
Showing results for 
Search instead for 
Did you mean: 

Mass updating Global Outline Agreements in SRM 5.5

Former Member
0 Kudos

Hi everyone, we have a situation where we create GOA's in SRM, and they flow through to the backend. We have heavily configured the business partner section of the GOA's, and have added 3-4 new business partners for different things. We will also have many pricing conditions.

A new requirement from the business is to be able to perform mass changes to multiple GOA's at once, for example, if a bunch of them have a specific business partner, that is no longer with the company, they want to be able to change the BP for all of them. Other mass changes might include pricing conditions. We thought of using the txn bbp_ctr_masscc for this, but it appears to be limited. We would like to expand the search screen for this txn to allow searches by business partner type to pull up all contracts with specific business partners, or pricing conditions. Is there a badi out there that will allow us to add fields to the somewhat limited extended search screen?

Will it also allow us to add fields to the update screens for BP's and conditions?

Thanks for you help in advance.

Marty

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the ideas, I think we will follow that route.

Points will be rewarded.

Marty

Former Member
0 Kudos

HI Marty,

There are no standard mechanisms to achieve (ALL OF ) this requirements as far as I have known. But you can build a custom program to achieve this.

The following standard function modules can be reused:

BBP_PD_CTR_GETLIST : Using this FM you can select the list of GOA based on specific criteria

BBP_PD_CTR_UPDATE and BBP_PD_CTR_SAVE are to be used to update the data and save the GOA respactively.

Hope this help you.

Regards

Kathirvel