cancel
Showing results for 
Search instead for 
Did you mean: 

SAPScript: How to INTENSITY in a specific line?

Former Member
0 Kudos

Dears,

In my forms i need to intensity the specific line of the window.

Now I knew use

/: BOX INTENSITY 10

to intensity the whole window, But how to intensity a specific line?

Thanks a lot.

Sincerely,

Julie

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

write a BOX statement in the SCRIPT at the position where you want to intensify.

Suppose your window dimentions are

Left margin: 2 CH

Uppar margin: 10 LN

Width : 60 CH

Height: 20 LN

and you want to intensify at

Left margin: 2 CH

Uppar margin: 15 LN

Width : 60 CH

Height: 1 LN

write the box statement with above dimensions and intensity.

Regards,

Sandeep.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

You can write it like

BOX WIDTH '18' CM HEIGHT 0 TW INTENSITY 15.

REGARDS.

Former Member
0 Kudos

press F1 on BOX.

Former Member
0 Kudos

Press F1 on BOX doesn't work