Hi all,
i have a problem concerning SAPscript and formating.
In the address window i have an include, which provides a text in a line. after that i have a command line with address and paragraph, which sorts and formats the address. Problem is that there is a gap between my Text from the Include and the address. Is there a way to move the address one line up or any other way to delete the paragraph there?
SAPscript looks like this:
include ....
endif.
adress paragraph zz
name Testname
street teststreet
Postalcode 98788
City Town
Print Form:
Text from the include
<----
how can I get rid of this empty line?
Testname
teststreet
98788 Town
Any Suggestions?
Thanks,
Denis