cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in sap script

Former Member
0 Kudos

Hi All,

I want to print the dynamic text in the sap script with the position dynamically and also i want to draw the dynamic boxes with positions dynamically,

Please suggest the way How to do it.

Thanks in advance.

Regards

Sudhakar

Moderator message - Please search before asking - post locked

Edited by: Rob Burbank on Jan 13, 2010 11:27 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Read documentation about this sapscript commands:

/: POSITION XORIGIN 1 CM YORIGIN 3 CM

/: BOX XPOS 2 CM YPOS 2 CM WIDTH 10 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10

This set the position into the window, XORIGIN, YORIGIN, XPOS, YPOS are global variables in your print program. Exist other units like MM, TW,insted of CM...