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

Not getting CDS view for Miro pricing conditions

SAPSupport
Employee
Employee
0 Likes
431

We are developing a purchase register but not getting CDS view for tax detail (Tax percent, Tax type, tax amount) and pricing procedure for MIRO.

Which CDS view can be used to fetch this data?


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

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Tax for supplier invoice is held in CDS view I_SupplierInvoiceTaxAPI01.

The condition type data is not included in supplier invoice CDS views. You may consider join CDS view I_SUPLRINVCITEMPURORDREFAPI01 and I_PurOrdItmPricingElementAPI01 using join condition PURCHASEORDER. This should enable you to read condition type from the invoice reference PO.

Answers (0)