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

Smart Forms

Former Member
0 Likes
649

Hi,

Can you please let me know how do draw lines or boxes in Smartforms like we do in SAP Script using the Box Command.

Next point is How do I define tabs in Smartforms.

Thanks in advance,

Ishaq.

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
631

Hi Ishaq,

don't hesitate to use the SAP only help. Let us know what is not clear after going through. The come back and ask.

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/content.htm">Table Painter</a>

Using the table painter as an integrated tool of SMARTFORMS design, you will learn how to define line types with a cell structure. This will replace the definition of (horizontal) tabs and line sizes as in SAPSCRIPT.

Boxes are drawn a cell borders.

First it looks different as opposed to SAPScript. Handling is different, but results are quite the same.

Regards,

Clemens

5 REPLIES 5
Read only

Clemenss
Active Contributor
0 Likes
632

Hi Ishaq,

don't hesitate to use the SAP only help. Let us know what is not clear after going through. The come back and ask.

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/content.htm">Table Painter</a>

Using the table painter as an integrated tool of SMARTFORMS design, you will learn how to define line types with a cell structure. This will replace the definition of (horizontal) tabs and line sizes as in SAPSCRIPT.

Boxes are drawn a cell borders.

First it looks different as opposed to SAPScript. Handling is different, but results are quite the same.

Regards,

Clemens

Read only

Former Member
0 Likes
631

Hi ,

You can do with by drawing tables usning table painter in the SMARTFORMS

Read only

Former Member
0 Likes
631

see the example program and smartform..

Program : SF_EXAMPLE_01

Form Name : SF_EXAMPLE_01

Execute the program in se38 and you will see the box command ,table designing in this form.

Reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
0 Likes
631

Hi Ishaq

If you want to draw a box which is of fixed size, then make it a window and check on the checkbox for border and give 1 PT as border size.

For displaying the contents of internal table whose length will be variable, use a template or table object and goto table painter and you have a option for grid. You can use suitable one with box or without box.

Regards

Navneet