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

CLASSICAL REPORT

Former Member
0 Likes
504

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.

1 ACCEPTED SOLUTION
Read only

former_member386202
Active Contributor
0 Likes
480

Hi,

Do like this

REPORT zmtirpt004r_job_plan NO STANDARD PAGE HEADING

MESSAGE-ID zpm LINE-SIZE 1024.

Regards,

Prashant

3 REPLIES 3
Read only

former_member386202
Active Contributor
0 Likes
481

Hi,

Do like this

REPORT zmtirpt004r_job_plan NO STANDARD PAGE HEADING

MESSAGE-ID zpm LINE-SIZE 1024.

Regards,

Prashant

Read only

Former Member
0 Likes
480

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

Read only

0 Likes
480

think line size is limited to 1023

shiva