cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a specific consult of sap bo 9.2

Former Member
0 Kudos

I want to get an specific consult that it its included by default in sales a/r that it's a report, but i want to add some columns and fields, so how can i get the base consult?

Johan_H
Active Contributor
0 Kudos

Hi,

Do you mean that you need a query?

Regards,

Johan

Former Member
0 Kudos

I leave the answer as a comment, thanks.

Accepted Solutions (1)

Accepted Solutions (1)

gonzalogomez
Active Contributor
0 Kudos

Make a query from OINV if the information is based on invoices

Select t0.Cardcode, t0.Cardname, sum(t0.Doctotal) from OINV t0 where t0.docdate>=[%0] and t0.docdate<=[%1] group by t0.Cardcode, t0.Cardname

Add the fields that you need from OINV, or OCRD making a join

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you all for your support, i need the query of this system consult

(Sorry for the language) I need the this query because i want to add some columns more.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please explain your requirement with an example.

Thanks

Former Member
0 Kudos

I leave the answer as a comment, thanks.

Former Member
0 Kudos

Hi,

Can I help you?

Regards

Edmund

Former Member
0 Kudos

I leave the answer as a comment, thanks.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please explain your requirement with an example.

Thanks

Former Member
0 Kudos

I leave the answer as a comment, thanks.