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: 

Arrow mark with kunnr field values in alv output.

ankit298012
Explorer
0 Kudos

Hi ,

I need to increase the column field length. I am using Function Module REUSE_ALV_LIST_DISPLAY because alv_grid display fm is not available in 4.0b version. I have used column optimization in layout. The column kunnr is coming with a small arrow though there is no data loss. Is there any way I can remove the arrow mark with kunnr field values.

1 ACCEPTED SOLUTION

0 Kudos

Hi,

You can increase your column lenght in fieldcat by using Fcat-columnwidth = "SIZE OF KUNNR ".

Set the size of kunnr field in fieldcat and get the appropiate output.

Regards

Abdul

4 REPLIES 4

Abhijit74
Active Contributor
0 Kudos

Hello,

To Suppress the arrows set the value of NO_TOTARR . Value Space or 'X'.

Thanks,

Abhijit

0 Kudos

In the layout or fieldcatalog?

0 Kudos

Hi,

You can increase your column lenght in fieldcat by using Fcat-columnwidth = "SIZE OF KUNNR ".

Set the size of kunnr field in fieldcat and get the appropiate output.

Regards

Abdul

0 Kudos

Thanks.