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: 

fieldcatalog-OUTPUTLEN ?

Former Member
0 Kudos

hi friends ı wrote this code,

fieldcatalog-fieldname = 'TEXT'.

fieldcatalog-seltext_m = 'Programin Ismi'.

fieldcatalog-col_pos = 3.

fieldcatalog-no_zero = 'X'.

fieldcatalog-hotspot = 'X'.

fieldcatalog-OUTPUTLEN = 100.

APPEND fieldcatalog TO fieldcatalog.

CLEAR fieldcatalog.

fieldcatalog-OUTPUTLEN = 100.

this code isn't running.

where am ı do error ?

thanks.

5 REPLIES 5

former_member188685
Active Contributor
0 Kudos
fieldcatalog-fieldname = 'TEXT'.
fieldcatalog-seltext_m = 'Programin Ismi'.
fieldcatalog-col_pos = 3.
fieldcatalog-no_zero = 'X'.
fieldcatalog-hotspot = 'X'.
fieldcatalog-OUTPUTLEN = 100.
APPEND fieldcatalog TO fieldcatalog.
CLEAR fieldcatalog.

why is it not working...?

are you setting any COLWIDTH_OPTIMIZE in layout.

if so comment that.

former_member745780
Active Participant
0 Kudos

Try this


fieldcatalog-OUTPUTLEN = '100'.

Former Member
0 Kudos

hii

in the layout give this.

gs_layout-cwidth_opt = 'X'.

the output coloumn will be automatically optimized. u dont want to set the output length.

Regards,

Sabari

Former Member
0 Kudos

thank you very much friends.

0 Kudos

Hi ,

instead of this

fieldcatalog-seltext_m = 'Programin Ismi'.

write

fieldcatalog-seltext_m = 'PROGRAMIN ISMI'.

hope it will help.

regards,

gulrez