cancel
Showing results for 
Search instead for 
Did you mean: 

form priting suppress a line

Former Member
0 Kudos

hi

pls provide me with a code or syntex to suppress a blank line beteween 4 lines of output in sap script lable

regards

Arora

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In the pragraph format you have a check box 'No Blank lines'. check this box for the paragraph format were you are getting empty lines.

Br,

Laxmi

Former Member
0 Kudos

hi

there is no paragraph format for it as it is lable encrypted code

as its a lable script and encrypted format ...

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

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

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

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

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

STX><ESC>F6<DEL>&TO_ADRS-LINE5&<ETX>

here address line 3 is blank so just want to put if condiont with code

for addres line3 if blank then suppress it....

i tried to put conditon if also it didnt worked

regards

Arora

Answers (2)

Answers (2)

Former Member
0 Kudos

GOTO->CHANGE EDITOR-> DEFAULT PARAGRAPH

In that you have given '/' to give a space between the lines. So remove that to remove empty space in the output.

Regards,

Pavan

Former Member
0 Kudos

hi Pavan

didnt get you what u mean can u eloborate?

whre i have givne / i find no where

also check on the function module address_into_printform

it is returning 8 line of address but the line 3 is empty in that

so how to suppress this in output thats my question and tried if statement id didnt worked for suppressing.

regards

Arora

Former Member
0 Kudos

hi pavan

here is the c ode line 3 is coming blank

there is no / after line 3 its line 4 only and this if commad is also not working

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

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

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

/: IF &TO_ADRS-LINE3& NE ''

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

/: ENDIF

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

/ <STX><ESC>F6<DEL>&TO_ADRS-LINE5&<ETX>

/ <STX><60>RS<62>1<60>US<62>1<ETB><60>FF<62><ETX>

/

/*end label design

please suggest

Former Member
0 Kudos

hi,

goto->change editor-> default paragraph as * enter without any text and then give same as default paragraph for 3 lines.

save and activate

Regards,

Divya.