cancel
Showing results for 
Search instead for 
Did you mean: 

Positioning a box dynamically into a window

Former Member
0 Kudos

Hi,

I have a problem with a sapscript:

Can I print a box (or a grid) after the current row?

Can I read the current row?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Have a look @this:

Regards

Raju Chitale

Former Member
0 Kudos

Hi,

U can print a box after current row.

/: BOX XPOS '0' MM YPOS '6.50' MM WIDTH '188' MM HEIGHT '0' MM FRAME 10 TW

/: BOX XPOS '0' MM YPOS '0' MM WIDTH '0' MM HEIGHT '6.50' MM FRAME 10 TW

Give this in text editor.

Yes u can reday current row...also

p0008-lga01 - From Field

p0008-lga02 - Next Field

l_lga01 - Holds the value

DO 40 TIMES VARYING l_lga01 FROM p0008-lga01 NEXT p0008-lga02

ENDDO.

DO ... VARYING dobj FROM dobj1 NEXT dobj2 [RANGE range].

[statement_block]

ENDDO.

Thanks,

Neelima.

Press F1 you can get the information & Example

Former Member
0 Kudos

Hi,

u can.

try this.

/: box xpos '4' cm width '0' cm height '2' cm frame 10 tw.

Former Member
0 Kudos

Hi,

the intruction

"/: box xpos '4' cm width '0' cm height '2' cm frame 10 tw."

prints 4 cm from the top, NOT from the current position.

I have some rows before the box, but I don't know how many.

Thanks

Former Member
0 Kudos

Hi,

Position the window in the place u require.