Hi
move ls_add-name to ls_final-line.
append ls_final to lt_final.
move ls_add-street to ls_final-line.
append ls_final to lt_final.
.....
delete lt_final where line is initial.
and you make a Smartforms loop on the table LT_FINAL and a text inside, just containing LS_FINAL-LINE.
but ... why didn't you use the standard ADDRESS format ? he manage all this
regards
Fred