‎2006 Dec 12 12:35 PM
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.
‎2007 Mar 28 12:50 PM
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
‎2007 Mar 28 1:48 PM
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