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 pop up with 3 fields

former_member242255
Active Contributor
0 Kudos

Hi All,

         I am displaying the ALV output using the CL_GUI_ALV_GRID, now on selecting a cell and when we click button(show attachment) on toolbar we have to display a pop up with 3 fields(able to click on a row).

Should we use the reuse* FM's or any option for using the same class for another popup.

Also when we click the row,I will be fetching a URL and how to open up a browser with the fetched URL.

6 REPLIES 6

former_member228514
Participant
0 Kudos

Hi Kumar,

I am not able to see your attachment. To display pop uo with 3 fields you can dispaly message type information. It will look like a pop up only.

0 Kudos

there is no attachement, that is the name of the button.

venuarun
Active Participant
0 Kudos

Hi MS kumar ,

Please refer this link .

http://scn.sap.com/thread/3438336

With regards

Arun VS

0 Kudos

Currently i am using oops ALV,so how to display popup with 3 fields.

Should we use the REUSE* FM's or any other method to display.

venuarun
Active Participant
0 Kudos

HI MS Kumar,

Please refer the program SALV_DEMO_TABLE_POPUP

With regards

Arun VS

Former Member
0 Kudos

Hi,

You can use REUSE_ALV_POPUP_TO_SELECT.

Best regards.