‎2008 May 07 8:05 AM
hi all,
i have an ALV report , i need to execute in background the problem is for 2 fields i have given outputlength equal to some value in fieldcatalog.
for first field
in database table for these field length is 40 but i have given 30 but it is accepting till 15 only.
wa_fieldcat-fieldname = 'KTEXT'.
wa_fieldcat-tabname = 'lt_file'.
wa_fieldcat-outputlen = 30.
for second field, the lenth in database table for these filed is 8 , i need 23 but it is accepting 10.
wa_fieldcat-fieldname = 'PS_PSP_PNR'.
wa_fieldcat-tabname = 'lt_file'.
wa_fieldcat-outputlen = 23.
please help me how to get the length as i need.
thanks in advance.
‎2008 May 07 8:10 AM
Hi,
it should work, can you send the code once what you have written in the program, it will be much clear.
Regards,
Sridhar
‎2008 May 07 12:50 PM
Hello Srilatha-
Instead of referring internal table fieldname for fieldcatlog refer dbase fieldname it should work.
Cheers,
~Srini.....