cancel
Showing results for 
Search instead for 
Did you mean: 

Zebra Smartform prints on same line

Former Member
0 Kudos

I'm printing to a 4M Plus using a smartform, rotated landscape using the 'FWR' command. The problem is that I have 5 lines that should be printing after my barcodes, and they do print, but they all print on the same line (they overwrite each other like there is no carriage return).

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use this code ,you will have some idea...

LOOP AT itab_d.

PERFORM clean_semicolon USING itab_d-str.

CASE sy-tabix.

WHEN 1.

printme = 'A0N,55,65FO15,317CI0FB1200,1,0,C,^FD'.

CONCATENATE printme d_text1 '^FS'

INTO printme.

WRITE / printme.

CLEAR: printme,

d_text1.

WHEN 2.

printme = 'A0N,55,65FO15,377CI0FB1200,1,0,C,^FD'.

CONCATENATE printme d_text1 '^FS'

INTO printme.

WRITE / printme.

CLEAR: printme,

d_text1.

endcase.

ENDLOOP.

Here Field origin need to mention Properly,

Let us take example - 1st line FO15,377

and second line would be FO15,417

and like this need to mention.

Give me reward points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

it's a smartform not a sapscript

Answers (2)

Answers (2)

Former Member
0 Kudos

Each element has to be in it's own window, with the placement determined by 90 degree rotation.

Former Member
0 Kudos

Hi Michelle,

I think u have not checked the check boxof New Line in Output Options of the Text node

Former Member
0 Kudos

I don't have a new lines option on the output tab of my text node...

Former Member
0 Kudos

It does have...send me ur email id..i'll send u the snapshots

Former Member
0 Kudos

michelle@computerrhymes.com

Thanks.

Former Member
0 Kudos

plzzzzzzzz can u send a snape shot to me too my email id is rohanshettyj@yahoo.com