cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic poition box in script

0 Kudos

Dear All,

I am trying to print Dynamic position box in sap script.If any body know the please tell me.

Thanks,

P G Venkatesh

Edited by: venky.pg132 on Jun 27, 2011 2:10 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

add Boxes dynamically to SAPScript But you can specify this in the print program.

DATA COM(100).

com = 'BOX WIDTH ''17.5'' CM HEIGHT 5 CM FRAME 10 TW INTENSITY 15'.

CALL FUNCTION 'CONTROL_FORM'

EXPORTING

COMMAND = COM

  • EXCEPTIONS

  • UNOPENED = 1

  • UNSTARTED = 2

  • OTHERS = 3

.

0 Kudos

Dear Reena,

What we write in script.

Regards,

Venkatesh

Former Member
0 Kudos

You can use the BOX or BOX FRAME key with variable.

What is the problem?

Regards,

Christian