Application Development and Automation 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: 
Read only

develope a report with out using alv

Former Member
0 Likes
304

REPORT OBJECT:

The report to list the material quantities returned because of breakage or expiry date or for any other reason.for material the quantities are summed up

under expiry quantity ,breakage and other quantity for a particular month.

above mentioned is the object of my report .

please help me any one to develop the report with out using ALV'S.

2 REPLIES 2
Read only

Former Member
0 Likes
285

Hi.,

After collecting all the materials from the database that satisfies your selection crirteria,loop the internal table.at the end of each record,use the sum event to display the total quantity.

pls reward if it helps

regards,

sangeetha.a

Read only

uwe_schieferstein
Active Contributor
0 Likes
285

Hello Pravardhan

Your requirements are definitely demanding for an ALV list because all the calculations can be done by the user himself without any programming. The only thing you need to do is to collect all necessary data. In addition, all criteria for calculating subtotals/totals (e.g. month) must be available as separate column on the ALV list.

This is reasonable programming, anything else not. If the users have an ALV list they can easily adjust the layout to their specific needs without calling for a developer.

We should always develop our programs with a <b>strong focus on the user's perspective</b>.

Regards

Uwe