Application management : Tools : Enterprise Talk : Examples - import : Importing the SlaMtoNContractLine reference field (SLA contract line link)
Importing the SlaMtoNContractLine reference field (SLA contract line link)
In the ServiceLevelAgreementScope (SLA scope) and SLAContractLineCosts (SLA contract line costs) business objects, Enterprise Talk can be used to populate the combination of the contract line and the linked SLA in the SlaMtoNContractLine (SLA contract line link) field. This field is a reference to the ServiceLevelAgreementMtoNContractLine M-to-N BO. The SLA field and the contract line fields are read-only, they cannot be populated.
* 
For identification you may be required to set the Enterprise Talk reference date.
The SlaMtoNContractLine field can be populated in Enterprise Talk by using the following XML structure (example with SLA scope):
<ServiceLevelAgreementScope>
<Code>SC1</Code>
<Name>Scope1</Name>
<PropertyRef>1</PropertyRef>
<ServiceLevelAgreementMtoNContractLine>
<SLAContractLine>
<Code>CL1</Code>
<ContractRef>Contract1</ContractRef>
</SLAContractLine>
<ServiceLevelAgreement>
<Code>CL1</Code>
<Name>ContractLine1</Name>
</ServiceLevelAgreement>
</ServiceLevelAgreementMtoNContractLine>
</ServiceLevelAgreementScope>