cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get information about Sales Document Item Texts by Text Types?

SAPSupport
Employee
Employee
0 Likes
334

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.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

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.

Answers (0)