Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

reg sap-script

Former Member
0 Kudos

HI, how can we put the blanklines in sap-script & if i want to start my text element from 15 row how can we program.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hai,

<b>Create a Paragraph format so that SPACE BEFORE = 15 lines.

Then At the very Beginning,In one line write:

P1 At the Script editor.</b>

And then Directly write your Text_Element and what the needed commands.

Then !5 lines will be empty.

Hope this helps you.

<b>Reward points if it helps you.</b>

Regds,

Rama chary.Pammi

4 REPLIES 4

Simha_
Employee
Employee
0 Kudos

hi,

in the window insert one blank line with paragarph format only

or

In the MAIN window? If you want blank lines you can just have a blank line in the editor. Set the paragraph format, but leave the line blank. This works for any window. If you want the program to control when you have a blank line, then create an /E TEXT_ELMENT with the blank line in it, and then CALL function WRITE_FORM for that element in your print program.

Cheers,

Simha.

Reward all the helpful answers..

Former Member
0 Kudos

Hi

U can give skip 15 lines. Then may be it will insert blank lines.

Regards

Haritha.

Former Member
0 Kudos

Hai,

<b>Create a Paragraph format so that SPACE BEFORE = 15 lines.

Then At the very Beginning,In one line write:

P1 At the Script editor.</b>

And then Directly write your Text_Element and what the needed commands.

Then !5 lines will be empty.

Hope this helps you.

<b>Reward points if it helps you.</b>

Regds,

Rama chary.Pammi

Former Member
0 Kudos

Try to give..

&SPACE&

Hope it helps..