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: 

Need Suggestion in displaying data in ALV.

Former Member
0 Kudos

Hi All Experts,

I have a scepic scenario for which I need your inputs. I am preparing a report which will display data foe entries made in time sheet. The entries in time sheet can be made for anything like a change request on an incident etc. It will have various output fields

And also dates for which entries are made. So it can have date from 1 to 31. This all is

to be displayed in ALV. Now the report can be displayed in two Summarised ways.

One summary can be for a user and another for the object type(incident, change request).

Now if the user wants to see this report for a period more than a month then I have to summarise it against a month too. So am not sure how to handle this. Which type of ALV function module to be used to display this?

Regards,

Saket

1 ACCEPTED SOLUTION

krishnendu_laha
Active Contributor
0 Kudos

hello,

I would suggest to go for GRID display - for that you can use either function module or class.

Tips:

If it also need to be summarised by month then add an extra field in fieldcatalog as monthid / monthname.

also it's better to have an extra field for object tyoe (Incident/ change)...

Thanks.

2 REPLIES 2

krishnendu_laha
Active Contributor
0 Kudos

hello,

I would suggest to go for GRID display - for that you can use either function module or class.

Tips:

If it also need to be summarised by month then add an extra field in fieldcatalog as monthid / monthname.

also it's better to have an extra field for object tyoe (Incident/ change)...

Thanks.

Former Member
0 Kudos

I used the GRID to display it.Thanks.