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

Report Layout

Former Member
0 Likes
510

Hi Frendz,

I have added 3 fields in Existing Report(which contain some 24 fields), while displaying the report i cant see the added 3 fields, now i want this 3 fields in my layout, can u pls giude me how to get ?

Thanks in advance

Points for sure

Srini kumar

5 REPLIES 5
Read only

Former Member
0 Likes
487

Hi srini,

Can u see the fields in ur itab(report) while debugging ..

put a break point on ur itab and see what the fields are ..

if they are present then it must be a display problem .

regards,

vijay.

Read only

Former Member
0 Likes
487

check in the write statement, whether u put those 3 fields or not...and also check line size...

Read only

Former Member
0 Likes
487

<b>Are you using ALV to display the report...in that case please check if you have included the 3 new fields in the field catalog internal table.</b>

I feel the above is the reason of the field not being displayed in the output.

Regards

Anurag

Read only

Former Member
0 Likes
487

Hi

Increase the line-size of ur report hope it would solve purpose and also check in debugging whether 3 fields are

appearing ...

kindly reward points

Read only

Former Member
0 Likes
487

hi srini,

did u get those 3 fields in the final display...

is it alv display or classical?? if it is alv, check in fieldcatalog whether u included those 3 fields...Still if u not getting, just send ur code...

Regards,

Kumar