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 output

Former Member
0 Likes
531

hi experts,

I have developed a alv program which contains 67 columns in the output screen. when i run it in background it doesnot show all the columns. It displays only 12 columns in output.

wating for reply.

regards

neelesh

5 REPLIES 5
Read only

Former Member
0 Likes
515

Hi,

Think You should declare the 'line-size' in the report declaration.

REPORT ZTEST LINE-SIZE 1000.

Read only

0 Likes
515

i have already declared line-size but still its not working.

Read only

Former Member
0 Likes
515

hi did you used the command..

wa_fieldcat-col_pos = '1'.

wa_fieldcat-fieldname = 'MATNR'.

wa_fieldcat-reptext_ddic = 'material no'.

if this is not working....please let me know with the piece of code..for alv fieldcat..

regards,

venkat.

Read only

Former Member
0 Likes
515

Hi Neelesh,

Specify the output width.I guess it works.

Regards,

Ramya