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

SAP Script

Former Member
0 Likes
846

Hi All,

According to my client requirement I have to introduce a Table ( with lines and columns ) in the main window,but when I am trying to create that with command /:BOX [xpos][ypos][width][hight][frame][intensity] it is not coming .Someone plz help on this matter.Sending links for this matter will be appreciable.

Can anyone of you send me SAP Script driver Program/Link for understanding the driver program.

Thx in advance.

Regards.

Rajarshi.

5 REPLIES 5
Read only

Former Member
0 Likes
808

Hi Rajarshi,

How did you use the command? Here are 2 examples which will draw a box:

/: BOX FRAME 10 TW

/: BOX HEIGHT '1.7' LN INTENSITY 20

Regards,

John.

Read only

0 Likes
808

Hi John,

Thank you very much for the reply.Could you plz send me some online help for SAP Script and its Driver Program.

Regards.

Rajarshi.

Read only

0 Likes
808

Hi Rajarshi,

I'm not sure if this is what you looking for, but take a look at:

http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm

Regards,

John.

Read only

0 Likes
808

Hi John,

Thank you very much for your kind reply.

Regards.

Rajarshi.

Read only

0 Likes
808

Referring to the Purchase Order SAP Script standard layout 'medruck' will provvide some useful insight into various ways of coding in the form.

Madhavan