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

Selected Fields in ALV

Former Member
0 Likes
437

Hi, I am using this FM (not OO) in a ALV report.

In the display report I have a button. On this button, I have few fields which I select on the basis of some conditon and populate an internal table.

How do I show the fields as selected in ALV out of all the rows displayed on screen.

Cheers,

Disha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
423

Hi,

Try to build a field catalog on selected fields

or

you can select a Layout at runtime , you can find one button at runtime as SAVE A LAYOUT.

Reward Points if Usefull.

Regards

Fareeads

Hi, I am using this FM (not OO) in a ALV report.

In the display report I have a button. On this button, I have few fields which I select on the basis of some conditon and populate an internal table.

How do I show the fields as selected in ALV out of all the rows displayed on screen.

Cheers,

Disha

2 REPLIES 2
Read only

Former Member
0 Likes
423

Set a default layout or u can select a layout at runtime,

with the fields you want to display,

Read only

Former Member
0 Likes
424

Hi,

Try to build a field catalog on selected fields

or

you can select a Layout at runtime , you can find one button at runtime as SAVE A LAYOUT.

Reward Points if Usefull.

Regards

Fareeads