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 List Display.

sastry_gunturi
Active Participant
0 Kudos

I am displaying my report output in ALV List format using FM "REUSE_ALV_LIST_DISPLAY". Now if the user double some of the columns i want to navigate them to ME21N ETC. How can i do that...

Can someone please give a sample code of doing that. Thank you

Edited by: Karthik on Feb 7, 2008 9:43 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

This has the code.

http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm

Regards

Sudhir Atluru

2 REPLIES 2

Former Member
0 Kudos

This has the code.

http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm

Regards

Sudhir Atluru

Former Member
0 Kudos

Hi,

SET PARAMETER ID 'BES' FIELD IT_FINAL-EBELN.

CALL TRANSACTION 'ME21N' AND SKIP FIRST SCREEN.

where it_final is your final internal table.

Regards,

Ali