Application Development 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: 

one column not diplaying report

Former Member
0 Kudos

HI

I wrote a report program for daily collection of our customers

I got a problem that the last column was not displaying report even though everything is ok in program

plz help me

regards

sateesh

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

>

>even though everything is ok in program

eesh

Even though everything is ok in Field cat?

6 REPLIES 6

former_member181995
Active Contributor
0 Kudos

>

>even though everything is ok in program

eesh

Even though everything is ok in Field cat?

0 Kudos

yes

I have gone through every write statements in my program

everything seems ok i.e the fields, length, positions

regards

sateesh

0 Kudos

is it Normal Report or ALV. if it is ALV follow Amit's Suggestion and check the Fieldcatalog once. if it is Normal Report check the Lengths, there may be a chance that Becuase of overlap you will miss the values in display.

Former Member
0 Kudos

Hi,

Is it an ALV report?

If so try refreshing the ALV buffer by running program BALVBUFDEL.

Regards,

Darren

Former Member
0 Kudos

in report you write

WRITE: 0(10)'FIRSCL',15(10)'SECONDCL,30(10)'THIRDCL'.

Former Member
0 Kudos

Hi,

Check if you have included that field in the fieldcatalogue.

Next check if you have appended and cleared.

Regards,

P.S.Chitra