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 display

kiranpatil20
Explorer
0 Likes
1,603

i have alv i need to display some field based on user input.

ex- i have 63 field in table from that 63 10 are dynamic .

so if user enter 4 then i need to display first 4 from that dynamic 10.

i have alv i need to display some field based on user input.

ex- i have 63 field in table from that 63 10 are dynamic .

so if user enter 4 then i need to display first 4 from that dynamic 10.

5 REPLIES 5
Read only

FredericGirod
Active Contributor
1,538

What is the technical question ? What class did you use to generate ALV ?

Read only

kiranpatil20
Explorer
0 Likes
1,538
fm i used-
grid1->set_table_for_first_display
and class cl_gui_alv_grid.
i am fresher  please help me to out from this.
Read only

1,538

r010101010, could you please convert your comment into an answer ? (button action)

kiranpatil20, could you please do not use ANSWER if it is not a proposition on the question, just use COMMENT on your own question

Read only

r010101010
Active Participant
1,538

Hello Kiran,

The ALV will dsiplay the fields that is populated in the table Field Catalog. So if you want to change the number displayed fields, you need to remove the lines (each line one field catalog corresponds to one field in the ALV).

Try to think of a simple algorithm to remove last line the table.

Regards,

Deenesh Ramrekha

Read only

ssai3973
Explorer
0 Likes
1,538

Try to restrict Field Catalog entries based on the User entry if you are using Field Catalog.