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

avoid blank record in reports

Former Member
0 Likes
1,786

hii,

i am getting first record as blank in alv report. how to avoid this. can anyone please suggest the solution.

untitled.png

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,674

hey thanks for ur replies , i resolved it by uisng

delete itab where field is initial.

thank u sooo much..

hii,

i am getting first record as blank in alv report. how to avoid this. can anyone please suggest the solution.

untitled.png

6 REPLIES 6
Read only

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Likes
1,674

Have you tried debug your report and find where is the problem?

-- Tomas --
Read only

tcgoncalves
Explorer
1,674

Hi,

Delete the empty record from the internal table before showing the list.

Read only

Former Member
0 Likes
1,675

hey thanks for ur replies , i resolved it by uisng

delete itab where field is initial.

thank u sooo much..

Read only

1,674

Please then close the question. In the future, I recommend searching prior to posting a question.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,674

Before deleting any initial record(s) in the displayed table, did you look for the code which wrongly created this(those) initial record(s)?

Read only

Former Member
0 Likes
1,674

I assume your project ID is the key field. Do not append the internal table when the project ID filed is blank.