cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript form

odysseas_spyroglou
Participant
0 Kudos

Hi,

I have a sapscript form that has the following command:

INCLUDE &J_2GLPPSDM-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH L

The problem is that this command covers all the line of the page in the layout. I would like to leave two spaces before the contents of this command in my report but when I do so the command changes line.

Is there a way to avoid this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

change your paragraph L

if you put a left margin of 2 char it will work.

If you use paragraph L for else items create a new paragraph and use that new one.

Be sure your SO10 text takes only default paragraph

Gr., Frank

odysseas_spyroglou
Participant
0 Kudos

How can I change PARAGRAPH L ?

Former Member
0 Kudos

hi,

I think you already found the answer how to change the parapgraph.

Because question is resolved. If not do not hesitate to ask me.

(reopen thread. Is stays in my watch list).

Gr., Frank

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Write like below

/: &SPACE&

/: &SPACE&

INCLUDE &J_2GLPPSDM-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH L

Thanks

Sudheer

odysseas_spyroglou
Participant
0 Kudos

Thanks for your reply,

I have tried that but the result is the same, it changes line.