Application Development and Automation 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: 
Read only

reg sap-script

Former Member
0 Likes
498

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
Read only

Former Member
0 Likes
471

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
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
471

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..

Read only

Former Member
0 Likes
471

Hi

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

Regards

Haritha.

Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
471

Try to give..

&SPACE&

Hope it helps..