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

Former Member
0 Kudos
74

HI

I changed the field catlog in alv, I added some fields in field catlog.I am getting these fileds in hidden columns in the layout. but i need these fields in main column

any suggestions to get changed fields in main column not in hidden columns

Regards

Rasheed

3 REPLIES 3

Former Member
0 Kudos
55

Edit the field catalog for the hidden fields and set the NO_OUT parameter to space.

Former Member
0 Kudos
55

Hi

Check the fieldcatalog attribute <b>no_out = 'X'</b>

for those fields(which are hidden) it might have given like above

so comment that and see

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos
55

Hi Raheed,

check your parameters with the fields.

Else With standard ALV calling sometimes you have to come out of your program and then again rexecute it/

Reward if useful!