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: 

ALV report using OOPS concepts

Former Member
0 Kudos

Hi all,

I am new to OOPS concepts.I want ALV report in the output displaying Summary at the bottom.Please let me know how should i go about this and also if anyone can tell me standard program for the same.Please revert back to me asap.

Thanks in advance.

9 REPLIES 9

Former Member
0 Kudos

hi,

Refer to the demo program...BCALV_TEST_GRID_EVENTS

Former Member
0 Kudos

refer below thread u will get clear idea to provide footer summary in alv...

0 Kudos

Hi Uwe,

I am trying to access to the URL given, but it shows


403 

Sorry, you do not have the correct
permissions to access this page.

Do you have any idea?

Thank you in advance.

0 Kudos

Hello

If you are logged in into SDN you should have no problems to access the PDF file.

Alternatively, you may use this link:

[http://www.abap4.it/download/ALV.pdf]

Regards

Uwe

Former Member
0 Kudos

Hello,

1)The first step would be to create an ALV container using SE41.

There is an icon for ALV container creation .

Please create and activate.

2) Next create object reference to cl_gui_alv_grid and cl_gui_alv_container in the Program

3) Use the function module "REUSE_ALV_GRID_DISPLAY" in the PAI event .

Pass the final internal table to this Function Module

Please mark as answered if this has helped in resolving your issue.

Regards,

Himanshu Limaye

Former Member
0 Kudos

go to this standard program

BCALV_GRID_01

uwe_schieferstein
Active Contributor
0 Kudos

Hello Kajal

You just need to set LVC_S_FCAT-DO_SUM = 'X' in the fieldcatalog for the total column.

Recommended reading: [An Easy Reference to ALV Grid Control|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907]

Regards

Uwe

Former Member
0 Kudos

hi kajal ,

Watch the standard report BCALV_GRID_DEMO.

Create a custom container of yours in the screen layout and place it at the bottom..

Former Member
0 Kudos

Hi,

refer below thread u will get clear idea in alv...

http://saptechnical.com/Tutorials/OOPS/MainPage.htm

Regards,

Phani.