‎2007 Oct 03 4:55 AM
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.
‎2007 Oct 03 4:58 AM
It will be better if you give that printing block of statments...
‎2007 Oct 03 5:04 AM
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
‎2007 Oct 03 6:02 AM
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^