Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in creating small box in sap script

Former Member
0 Likes
725

Hi,

I am working on a sap script in which iwant to create a small on the right hand side of the footer of the script and also want to display the data in that box.

plzzz provide me guidelines how to solve this problem.

5 REPLIES 5
Read only

Former Member
0 Likes
695

u can use the BOX command.

The BOX command draws a box as per the specifications. The x , y co-ordinates are for the upper left corner with reference to the values in the position command. The Position command is used to set x,y coordinates with respect to the start position.

plz chk this link:

Read only

Former Member
0 Likes
695

<<copy&pasted_removed_by_moderator>>

Edited by: Vijay Babu Dudla on Apr 28, 2009 7:29 AM

Read only

Former Member
0 Likes
695

Hi,

I am to draw a box in the footer but i am facing a another problem i.e. in that box i want to draw a line

which will divided this box,i really don't know how to create it .plzz provide me guideleines as how to create a line in a box so that it can be divided.

Read only

0 Likes
695

hey

definitely u would have defined its height and width

and add one more line of half its height and same width

cheers

s.janagar

Read only

0 Likes
695

hi,

i want to draw the horizontal line in the existing box,how do it ? Plzz provide me guidlines to solve this problem.