2007 Jun 05 9:32 AM
Hi Experts,
I have a requirement in dialog programming/screen painter to create a 2 level drill down report. for eac page of the report, it should only contain 10 entries then to view the other entries (11 and up), the button for next page should be click (there is also back button).
First question is how will I have the drill down report (alv list type?) in screen painter?
Second question is how should I process the logic mentioned above (next and back) in screen painter/dialog programming?
Thanks in advance for all teh support. Points will be rewarded.
Cheers,
Kurtt
2007 Jun 05 11:20 AM
Hi All,
Thanks for the great ideas. I'll follow the knowledge provided and soon will get back to you for feedbacks.
Thanks!
Cheers,
Jason
Hi Experts,
I have a requirement in dialog programming/screen painter to create a 2 level drill down report. for eac page of the report, it should only contain 10 entries then to view the other entries (11 and up), the button for next page should be click (there is also back button).
First question is how will I have the drill down report (alv list type?) in screen painter?
Second question is how should I process the logic mentioned above (next and back) in screen painter/dialog programming?
Thanks in advance for all teh support. Points will be rewarded.
Cheers,
Kurtt
2007 Jun 05 9:37 AM
Hi Kurtt ,
ALV using ABAP Objects is implemented using screen painter ,
you need to first create a screen , add a custom container to it.
The scenario you said can very well be implemented by ALV using ABAP Objects.
Regards
Arun
2007 Jun 05 9:38 AM
2007 Jun 05 10:13 AM
Hi Experts,
Thank you for the links provided. However in the ALV provided in BCALV_EDIT_06 and BCALV_EDIT_07 is it possible to just limit the number of entries to be displayed in 10 entries only for each page? How can I do that?
Cheers,
Kurtt
2007 Jun 05 10:25 AM
Hi Kurtt ,
To implement this , you first need to display only 10 records in your ALV i.e. the internal table must contain only 10 records , once the user presses the next button , you populate the rest of records into the internal table and call the methods REFRESH_TABLE_DISPLAY in the class CL_GUI_ALV_GRID.
Regards
Arun
2007 Jun 05 11:20 AM
Hi All,
Thanks for the great ideas. I'll follow the knowledge provided and soon will get back to you for feedbacks.
Thanks!
Cheers,
Jason
2007 Jun 06 4:20 AM
Hi Experts!
.. im thinking of possibility of using table control only in screen painter.. can someone provide a sample program for this? thanks a lot!
Cheers,
Kurtt