cancel
Showing results for 
Search instead for 
Did you mean: 

how to suppress blank line in output of a label

Former Member
0 Kudos

hi

i have a problem one ot lable output is showing blank line

i ned to suppress this blank line in the output

can anyone let me knowhte code to suppress blank line

i tried if condition already and also setttng the attribute of paragraphe format as

" no blank line"

pls sussgest asap

regards

Arora

Accepted Solutions (0)

Answers (1)

Answers (1)

gopi_narendra
Active Contributor
0 Kudos

In SE71 under the paragraph formats -- > Standard Attributes --> you have an option check box NO blank Lines .

Please check it and this solves ur issue

Regards

Gopi

Former Member
0 Kudos

HI gopi

as i already stated above that i have already tried for it it is not working as its a lable code which is in encrypted format

evenif condiont is not working

the line 3 is blank but

i need to suppress from function module return only i supose is nay wa y to do it

/: IF &TO_ADRS-LINE0& NE ''

/ <STX><ESC>F0<DEL>&TO_ADRS-LINE0&<ETX>

/: ENDIF

/: IF &TO_ADRS-LINE1& NE ''

/ <STX><ESC>F1<DEL>&TO_ADRS-LINE1&<ETX>

/: ENDIF

/: IF &TO_ADRS-LINE2& NE ''

/ <STX><ESC>F2<DEL>&TO_ADRS-LINE2&<ETX>

/: ENDIF

/: IF &TO_ADRS-LINE3& NE ''

/ <STX><ESC>F3<DEL>&TO_ADRS-LINE3&<ETX>

/: ENDIF

/: IF &TO_ADRS-LINE4& NE ''

/ <STX><ESC>F4<DEL>&TO_ADRS-LINE4&<ETX>

/: ENDIF