‎2008 May 06 11:09 AM
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
‎2008 May 06 11:15 AM
‎2008 May 06 11:26 AM
Hi,
Think You should declare the 'line-size' in the report declaration.
REPORT ZTEST LINE-SIZE 1000.
‎2008 May 06 11:30 AM
‎2008 May 06 11:40 AM
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.
‎2008 Jun 23 6:12 PM
Hi Neelesh,
Specify the output width.I guess it works.
Regards,
Ramya