Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Errors in generating reports

Former Member
0 Kudos

We run reports for review of customer short pays which are set up as an SAP Query in specific user groups

These reports lists short pays for one type of customer groups. The issue I am facing is that the report is adding individual lines to be able to get the CSR identified. So the # Days open is added and then I have the Avg selected in the query. I only want the average column which would take the addition of each line on the order and then divide by the # of lines. I have the same problem with short pays and average value.

This error is seen for reports which have invoices not the ones without invoices.

Firstly I wanted to know where to address this issue using report painter transaction GR22 or using the SA38/SE38 editors.

Any ideas as to how to solve this would be greatly appreciated.

Edited by: sapsap10 on Aug 21, 2010 2:10 PM

1 ACCEPTED SOLUTION

former_member203501
Active Contributor
0 Kudos

Hi,

Even though you generate the report using SAP query, it will generate a report with long name by sap, go to that report and debug it, but it is a bit complex to debug it as the fields and internal tables are dynamically created by the query.

Regards,

Venkat Appikonda.

2 REPLIES 2

former_member203501
Active Contributor
0 Kudos

Hi,

Even though you generate the report using SAP query, it will generate a report with long name by sap, go to that report and debug it, but it is a bit complex to debug it as the fields and internal tables are dynamically created by the query.

Regards,

Venkat Appikonda.

0 Kudos

Hi Venkat,

I did understand the issue. Is it possible for you to maybe put the solution with a couple of explanatory steps.

Also, the debugging will be done by the ABAPer right? so could you just underline the key issues so that I can work with them in this regard.

Thanks