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

ALV List Display.

SG141
Active Participant
0 Likes
628

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
Read only

Former Member
0 Likes
611

This has the code.

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

Regards

Sudhir Atluru

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

2 REPLIES 2
Read only

Former Member
0 Likes
612

This has the code.

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

Regards

Sudhir Atluru

Read only

Former Member
0 Likes
611

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