Symptom
You are using query web service to search the a sales document, i.e. QueryCustomerInvoices API, in the response XML, the timeZoneCode for Text Collection is empty.
Environment
SAP Business ByDesign
Reproducing the Issue
1. Execute the QueryCustomerInvoiceIn request XML.
2. In the reponse XML, the part of text collection, you find the element timeZoneCode="", the value is empty.
<TextCollection>
<Text>
<TypeCode>10024</TypeCode>
<CreationDateTime timeZoneCode=" " daylightSavingTimeIndicator="false">2020-08-03T09:26:17</CreationDateTime>
<ContentText> ABC </ContentText>
</Text>
</TextCollection>
Cause
The timeZoneCode attribute is not stored for the <TextCollection> text business object and as a result is not mapped for the outbound response.
Resolution
This is the current system design.
Keywords
TextCollection; timeZoneCode; empty; Query Customer Invoices; QueryCustomerInvoiceIn , KBA , AP-CI-CIR-ANA , Analytics , How To