cancel
Showing results for 
Search instead for 
Did you mean: 

Link from Master Agreement to related Provider Contracts

Former Member
0 Kudos

Hi,

where does CRM store the link between a Master Agreement and the related Provider Contracts ? Assignment block "Related Provider Objects" in the Master Agreement shows the related Provider Orders/Contracts, but the doc flow in the Master Agreement is empty. Does the system search the doc flows of all Provider Contracts to build this view or is there a central storage ?

Thanks,

Martin

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_kiene
Advisor
Advisor
0 Kudos

Hi Martin,

you find the link (only) in the provider order/contract items itself:
Table      CRMD_IST_ITA3

Fields     MA_HEAD_REF (=link to master agreement header GUID)
               MA_ITEM_REF (=link to master agreement item GUID)

As there is a DB index defined for this field, the search for linked contracts is pretty fast.
Advantage: there is no impact on the repsonse times for creating new orders for master agreements having already many orders linked to it.


Best regards

Stefan