on 2025 Apr 03 11:53 AM
Hi there,
We need to get information about Sales Document Item Texts by text types in Embedded SAC. We did not find any suitable standard CDS views.
How we can get this information?
Thank you.
Request clarification before answering.
Hello!
The storage mechanism of Text is special. It is stored by binary characters. For this reason, it cannot be directly displayed to end users through CDS views.
Instead of CDS View, you can consider using the OData V4 API Sales Order (A2X), with GET method and "/SalesOrderText" and "filter".
For example: /sap/opu/odata4/sap/api_salesorder/srvd_a2x/sap/SalesOrderText?$top=20
You can add filter of LongTextID.
Check below for more details about this API:
For any further questions, you can feel free to reply under this SAP Community Q&A.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 30 | |
| 27 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.