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

从哪个CDS视图可以获取物料凭证的物料短文本字段的值

SAPSupport
Employee
Employee
0 Likes
261

咨询从哪个CDS可以获取物料凭证行项目的物料短文本的值


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

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

The material document item is held in CDS view I_MATERIALDOCUMENTITEM_2, but this CDS view does not contain material description field. The material description is stored in material master CDS view I_PRODUCTDESCRIPTION.

You may create custom CDS view based on I_MATERIALDOCUMENTITEM_2 and I_PRODUCTDESCRIPTION to fetch the PRODUCTDESCRIPTION.

Answers (0)