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

Drill Down Report in screen painter

Former Member
0 Likes
958

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

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

6 REPLIES 6
Read only

Former Member
0 Likes
851

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

Read only

Former Member
0 Likes
851

Hai,

Go thru this Threads u ll get an idea,

Regards,

Padmam.

Read only

Former Member
0 Likes
851

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

Read only

0 Likes
851

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

Read only

Former Member
0 Likes
852

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

Read only

Former Member
0 Likes
851

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