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 GRID display

Former Member
0 Kudos

Hi,

While display internal table in GRID display in ALV.....Vender number is displaying zero's as prefix. How i can display vender number as NO-ZERO. Could you please help me...

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Chinna,

U can use the field catalog for this.

Make the field NO_ZERO = 'X' while building the field catalog.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

5 REPLIES 5

Former Member
0 Kudos

while populating internal table itself you move that field into charecter field with

no-zero extension. Now use this field in final internal table u pass to ALV.

I think u can also set the following parameter to 'X'.

W_FIELDCATALOG-NO_ZERO = 'X'.

Regards

vasu

Former Member
0 Kudos

Hi Chinna,

U can use the field catalog for this.

Make the field NO_ZERO = 'X' while building the field catalog.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

0 Kudos

Thanks dear's

Solved the problem...Have a nice day.........

Former Member
0 Kudos

Call the function module CONVERSION_EXIT_ALPHA_OUTPUT to remove leading zeros.

Former Member
0 Kudos

hi

good

use this function module

CONVERSION_EXIT_ALPHA_OUTPUT

thanks

mrutyun^