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

Interactive ALV Report

Former Member
0 Likes
542

Hi Experts,

I am new to ALV Reports, can any one provide some inputs on how to create an Interactive ALV Reports using OOPS Concept.

I am getting the data from SFLIGHT on first ALV and i want that when i single click any cell or row or any check box associated with the row i should get the corresponding booking details from table SBOOK.

Thanks

Ravi

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
515

Go to SE 38, search for demo programs there are 100's.

Search using BCALV_* . If you want SALV functionality..... search SALV_DEMO*

Read the demo program clearly and write your code. Debug the demo program.

You have to create hyperlink to your field for which you want to click and you need to write simple code. I think, the demo programs are good to learn.

Good luck

3 REPLIES 3
Read only

Former Member
0 Likes
515

Hi,

Please search in SCN for this.. I am sure you will get lot of threads which already discuss about this.

Thanks

Naren

Read only

former_member632729
Contributor
0 Likes
515

Hi dude,

Go through this Link: [http://www.sap-img.com/abap/an-interactive-alv-report.htm]

for more information search in SDN only..

Read only

former_member191735
Active Contributor
0 Likes
516

Go to SE 38, search for demo programs there are 100's.

Search using BCALV_* . If you want SALV functionality..... search SALV_DEMO*

Read the demo program clearly and write your code. Debug the demo program.

You have to create hyperlink to your field for which you want to click and you need to write simple code. I think, the demo programs are good to learn.

Good luck