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

jinsadsakkeer
Discoverer
0 Kudos
192

I am trying to creatie an alv report. I fetched some fields from table and passed to an internal table.And i also could display the alv report.Now i need dropdown for some fields inside the alv report.Please give me a referral program which have dropdown inside the alv report. I need the report not module poop program.Also the dropdown values are fixed values.

Surely upvote

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos
129

What do you use for ALV? reuse_alv..., cl_salv_table, cl_gui_alv_grid, etc.

I think there are lots of answers in the Web already. Also SAP demo programs.

jinsadsakkeer
Discoverer
0 Kudos
129

I am using reuse alv_grid_display

Sandra_Rossi
Active Contributor
0 Kudos
129

Please use the COMMENT button for comments, asking for complements, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.

Sandra_Rossi
Active Contributor
0 Kudos
129

There are same questions already asked in the forum, but the answers are contradictory.

It cannot be done with reuse_alv_grid_display.

You can do it with cl_gui_alv_grid, and also cl_salv_table when displaying through the grid.

NB: as reuse_alv_grid_display is using cl_gui_alv_grid, you may also obtain its object reference, but it's not so easy to get it before it's displayed.