Symptom
- CDS view for Long Text is not available in the SAP API HUB https://api.sap.com/ or app "View Browser".
- Sales Order has Header and Item Long Text maintained that need to be extracted but there is no CDS View released.
Environment
SAP S/4HANA Cloud
Reproducing the Issue
You need to extract the long text in the sales orders header and item data:
Cause
Missing Functionality.
Resolution
Consider using API Sales Order (A2X) to extract the header and item texts for the sales orders:
- /A_SalesOrderItem(SalesOrder='{SalesOrder}',SalesOrderItem='{SalesOrderItem}')/to_Text (Reads the text of a sales order item).
- /A_SalesOrder('{SalesOrder}')/to_Text (Reads the header texts of a sales order).
There is currently an Influence Idea for this requirement: CDS View for Long Text.
You can follow this idea and receive updates, such as when it is planned to be delivered.
See Also
Keywords
long Text, Header text, Item text, sales order, View Browser, Query Browser, API_SALES_ORDER_SRV, text tab, header data, item data, Texts, internal note, internal note from customer, sales note for customer, shipping instructions, billing instruction, cds view, extract text, retrieve text, get text
Product
SAP S/4HANA Cloud Public Edition all versions