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

printing

Former Member
0 Likes
501

I am having some values in internal table. I am printing them.For some of the values I need description from another master table. During printing I am fetching the values and I am displaying. I some cases there won't be any values in the master table itself but anyway I am displaying it with empty spaces. The problem is durung printing I am getting blank line in between records and the records r printed there from. I debugged the program also. But, I am unable to sort out the error. The main thing is if there is info in master it will display or the particular field will be blank.But,Why the blank line appears in between? can anyone help me.

3 REPLIES 3
Read only

Former Member
0 Likes
480

It will be better if you give that printing block of statments...

Read only

Former Member
0 Likes
480

check your final internal table Is you are getting updated as per your output if not I think this is because your final internal table is not having updated values

Read only

Former Member
0 Likes
480

hi

good

while debugging try to enter some value for the particular field name that is printing the space and than check the output,if your r printing the output using the write statement than you might need to change your position .

thanks

mrutyun^