‎2008 Nov 26 6:08 AM
in the classical report,is there any column or character limitation beyond which i cant display?
please reply.
Actually i am trying to add the columns to the existing code by adding the column fields and the v-lines but beyond certain character length,rest of the report is getting truncated.
‎2008 Nov 26 6:09 AM
Hi,
Do like this
REPORT zmtirpt004r_job_plan NO STANDARD PAGE HEADING
MESSAGE-ID zpm LINE-SIZE 1024.
Regards,
Prashant
‎2008 Nov 26 6:09 AM
Hi,
Do like this
REPORT zmtirpt004r_job_plan NO STANDARD PAGE HEADING
MESSAGE-ID zpm LINE-SIZE 1024.
Regards,
Prashant
‎2008 Nov 26 6:15 AM
hi
i dont think der is any such requirement in which the data gets truncated
though if it is over the end of line it will come on next line but it wont get truncated
ru using alv or normal report bcoz
if u use alv it looks like truncated but u may traevrse it using farword and backword arrows
shiva
‎2008 Nov 26 6:16 AM