Application Development 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: 

Smartforms

Former Member
0 Kudos

Hi experts!

i want to reduce the page size in SMARTFORMS,

can u tell me,how to reduce the pagesize.

Thanks in advance

chandu

1 REPLY 1

Former Member
0 Kudos

Hi Chandu,

On the pages of a form you determine the page layout and the sequence of pages with different structures.The page layout includes the page format (for example, DIN A4, Letter, DIN A5 landscape) and the position of the windows on a page.

Form attributes – Contains administrative info of the form.

1)General attributes like created by, creation date, creation time.

2)Output options a) Style

b)Page format

c)Output formats(Standard/XSF/XSF+HTML).

Form attributes – Contains administrative info of the form. Also defines the page

format (DIN A4, Letter, DIN A5 )and output format like

Standard Output: during form processing, the output data is generated in OTF format.

XSF Output: during form processing, the output data is generated in XSF format. XSF is an XML-based language that is determined in the SAP Smart Forms DTD. (for the definition refer to BSP page /bc/bsp/sap/smart_forms/smart_forms_xsf.dtd)

XSF Output + HTML:during form processing, the output data is generated in XSF format as well as any HTML data which the application can send to the browser for display.

Form interface – Through Form Interface application (print) program can interact

with smartform and vice a versa. It has Import, Export, Tables and Exceptions

tab which define the set of data passed from a program to a smartform.

Global Definitions – All the variables that are global across the smartform are declared here. Here we have five tabe viz Global Data, Types, Initialization,Field Symbols and Form Routines.

and

Use tcode SPAD. Here u defene ur custom page size(widh, height).

Take new form name. assign to SAPWIN & declare top of page, end of page. at line selection. activate it.

Then u can use it in your smartforms.

Kindly Reward Points If You Find The Reply Helpful.

Cheers,

Chaitanya.