cancel
Showing results for 
Search instead for 
Did you mean: 

Sap-scripts

Former Member
0 Kudos

Hi all,

I want to insert standard text in the standard script . the standard text is in the form

part1 part2 part3

address address address

note : it should appear in tabular form .

it is not possible to modify standard script .

is there any way to create the above text format in tabular form in so10.

very urgent .

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

The only way it can be acheived is if there is any standard text called in your standard form. goto the identified standard text and place your text with desired paragraph format make sure the paragraph format has 3 tab spaces.. and it suits your requirment .. if not try to identify a character format and place it in your standard text.

If any of the above is not possible there is no other go except customizing your form.

close the thread once your question is answered.

Regards,

SaiRam

Former Member
0 Kudos

Hi ,

try like this. Use the following statement for the Box and give uline between address to get the address in table in SO10 standard text..

/: POSITION XORIGIN '-0.5' CH YORIGIN '-0.25' LN

/: SIZE WIDTH '+0.4' CH HEIGHT +1 LN

/: BOX FRAME 10 TW

/: BOX HEIGHT '1.7' LN INTENSITY 20

Use :/ULINE.

Rajesh.