Skip to Content
0
Former Member
May 13, 2008 at 02:09 AM

SmartForm Output Problem

21 Views

Hi friends,

i want to display below address in Smartform .

&wa_head-zname1&

&wa_head-zstreet&

&wa_head-ZSTR_SUPPL1&

Phone: &wa_head-Ztel_number&

Fax : &wa_head-Zfax_number&

if the field wa_head-zstreet is empty then i am getting space in ouput between zname1 and zstreet fields.

i have written the following code in text editor to remove the space but still i am getting space.

/: IF &wa_head-ZSTR_SUPPL1& NE ' '.

L9 &wa_head-ZSTR_SUPPL1&

/: ENDIF.

Please help how can i handle this.

Thanks

Ramesh