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-report

Former Member
0 Likes
572

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

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
Read only

Former Member
0 Likes
553

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

Read only

Former Member
0 Likes
553

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

Read only

Former Member
0 Likes
553

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!