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

Former Member
0 Likes
574

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

Former Member
0 Likes
542

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

Former Member
0 Likes
542

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

Read only

Former Member
0 Likes
543

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

Read only

0 Likes
542

Thanks dear's

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

Read only

Former Member
0 Likes
542

Call the function module CONVERSION_EXIT_ALPHA_OUTPUT to remove leading zeros.

Read only

Former Member
0 Likes
542

hi

good

use this function module

CONVERSION_EXIT_ALPHA_OUTPUT

thanks

mrutyun^