cancel
Showing results for 
Search instead for 
Did you mean: 

Purchasing Info Record and Conditions joining condition in CDS on S/4 Hana Cloud

SiddharthaDas
Explorer
0 Kudos
236

In S/4 Hana Cloud, I have created a purchasing info record document and created 2 conditions with different prices. Now I want to create a list report based on that. However, I cannot find the joining condition between these two. 

I have used I_PURCHASINGINFORECORDAPI01 and I_PURGPRCGCONDITIONRECORD for creating the report but didn't find a suitable condition for joining. 

Can anyone assist me in getting the joining condition? 

KvdL_NL
Newcomer
0 Kudos
I'm facing the same problem. I want to create a report which shows all possible conditions for a purchasing record. Has someone already found a solution? Which CDS views can be used and how does the join look like?
View Entire Topic
SaschaZygar
Product and Topic Expert
Product and Topic Expert

Hello,

unfortunately these two CDS View can't be joined, because they are built on different objects.

Maybe I_PurOrdPricingElementAPI01 or I_PurOrdItmPricingElementAPI01 could provide the data?

If you need the PurchasingInfoRecord, you could get it from I_PurchaseOrderItemAPI01 by joining with Purchase Order and Purchase Order Item.

Best regards,

Sascha

 

SiddharthaDas
Explorer
0 Kudos

Thank You Sir for your reply ,
But The CDS's which you mentioned doesn't content the required data which are available in I_PURGPRCGCONDITIONRECORD CDS and their is no suitable condition to get the data .