2007 Jul 11 7:06 AM
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
2007 Jul 11 7:09 AM
Edit the field catalog for the hidden fields and set the NO_OUT parameter to space.
2007 Jul 11 7:09 AM
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
2007 Jul 11 7:09 AM
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!