cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on data source for External Pricing

indrapats2800
Explorer
0 Kudos

Hi Team,

I have requirement to create report which shows external pricing at ticket item and header, in Business Analytics.

The data source for External pricing is "CODEPDOPCB" for header & "CODEPDOIPCB" for item .

But in order to create report i need to join this report with ticket data source which has object ID.

Can any one please help with what ticket data source i can create joint. Thanks in adavance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

Hi,

You can use the standard data source CRMSRQHB in conjunction with "CODEPDOPCB" for header and "CODEPDOIPCB" for items. You will need to create an inner join with conditions as depicted below:

CRMSRQHB.Ticket == CRMSRQHB.Document == CODEPDOIPCB.Document

join.png

indrapats2800
Explorer
0 Kudos

Thanks Saurabh !

It worked.

Answers (0)