cancel
Showing results for 
Search instead for 
Did you mean: 

Only list complete transmission (LCTI) allowed for APPOINTMENT_ACTIVITY-BTD_REFERENCE

Former Member
0 Kudos

good morning,

I have an error with the appointment soap, I want to modify the appointment and that this goes to the ERP so that from there can also be modified, I need your help with this error,

Only list complete transmission (LCTI) allowed for APPOINTMENT_ACTIVITY-BTD_REFERENCE - BTDR_TRANSMN_LIST_CTI

Attachment code:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
<soapenv:Header/>
<soapenv:Body>
<glob:AppointmentActivityBundleMaintainRequest_sync_V1>
<AppointmentActivity>
<BusinessTransactionDocumentReference referencePartyListCompleteTransimissionIndicator="false">
<ID>71</ID>
<TypeCode>72</TypeCode>
</BusinessTransactionDocumentReference>
<Text actionCode="01">
<TextTypeCode>10002</TextTypeCode>
<ContentText>Prepare Customer Meeting...</ContentText>
</Text>
</AppointmentActivity>
</glob:AppointmentActivityBundleMaintainRequest_sync_V1>
</soapenv:Body>
</soapenv:Envelope>

Regards,
Juan Vilchez

Accepted Solutions (0)

Answers (1)

Answers (1)

ShivanandBH
Product and Topic Expert
Product and Topic Expert

Dear Kevin,

The root cause of the issue is <BusinessTransactionDocumentReference referencePartyListCompleteTransimissionIndicator="false">.

This interface always expects the referencePartyListCompleteTransimissionIndicator="true". Kindly modify your request payload and try again.

Regards,

Shivanand B H