<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reports-scriptform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960086#M946047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi william,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Data&lt;/P&gt;&lt;P&gt;Header data is used for information and control of SAP printing. The header data comprises of 2 parts&lt;/P&gt;&lt;P&gt;Device Independent&lt;/P&gt;&lt;P&gt;Start page u2013 Tells the print program which page should be printed first.&lt;/P&gt;&lt;P&gt;Default paragraph u2013 Tells the print program, the default paragraph to be selected if no paragraph is mentioned in text elements.&lt;/P&gt;&lt;P&gt;Language Attributes u2013 Displays the original language, current language and the list of languages into which the form can be translated.&lt;/P&gt;&lt;P&gt;Tab Stop u2013 A grid set to a specified interval in window. This works for paragraphs for which tabs are not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Device Dependent&lt;/P&gt;&lt;P&gt;Page format u2013 Specifies the format in which the form needs to be printed. E.g. Dina4, US Letter etc. The page format is determined from spool administration table with transaction SPAD.&lt;/P&gt;&lt;P&gt;Orientation u2013 Depends on the page format selected. E.g.. Landscape and Portrait.&lt;/P&gt;&lt;P&gt;Lines per inch&lt;/P&gt;&lt;P&gt;Characters per inch&lt;/P&gt;&lt;P&gt;Font attributes u2013 Default font for the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paragraph and Character Formats&lt;/P&gt;&lt;P&gt;	Paragraphs are formatted using formats and their corresponding attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard paragraph attributes	&lt;/P&gt;&lt;P&gt;Left or Right margin	- amount of space between paragraph and the left and right border of the window.&lt;/P&gt;&lt;P&gt;Indent first line- Indent of the first line of a paragraph. If the value is positive, it is indented to the right, if it is negative, it is indented to the left. E.g. 1-, 1 etc&lt;/P&gt;&lt;P&gt;Space before and space after u2013Space before and space after control the amount of space between paragraphs. &lt;/P&gt;&lt;P&gt;Alignment - Alignment of a paragraph. E.g. CENTER, LEFT, RIGHT and BLOCK&lt;/P&gt;&lt;P&gt;Line spacing - Spacing between the lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Font attributes To specify font attributes for paragraph formats.&lt;/P&gt;&lt;P&gt;Font family u2013 Select the font supported by font maintenance.&lt;/P&gt;&lt;P&gt;Font size&lt;/P&gt;&lt;P&gt;Bold / Italic or underlined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paragraph and Character Formats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabs &lt;/P&gt;&lt;P&gt;The tab feed in a paragraph is controlled by tab positions. The tab positions defined can have MM, CM, LN etc as unit of measure. You can define as many tab positions as you require for each paragraph format. The text can be aligned in different ways. CENTER, LEFT or RIGHT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character formats&lt;/P&gt;&lt;P&gt;Character formats allow to format entire blocks of text within a paragraph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows are individual text areas (header address, date, footer) in a page&lt;/P&gt;&lt;P&gt;To combine the information contained in a document into certain groups and make each group appear on the printed page in an individual area, such a group known as window. &lt;/P&gt;&lt;P&gt;To refer to windows via the programming interface, each window must have a unique name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Window types&lt;/P&gt;&lt;P&gt;MAIN Window&lt;/P&gt;&lt;P&gt;Window in which continuous text is printed. This window can extend over several pages. If the text fills one page, output continues in the window of the next and subsequent pages, as long as MAIN has been defined for these pages. &lt;/P&gt;&lt;P&gt;VAR Window&lt;/P&gt;&lt;P&gt;Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page. &lt;/P&gt;&lt;P&gt;CONST Window&lt;/P&gt;&lt;P&gt;Window with constant contents that is formatted only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Elements&lt;/P&gt;&lt;P&gt;	You can define text elements (window texts) for each window. The print program accesses text elements by name, formats them and prints them in the respective window. The paragraph and the character formats used must be defined in the form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Using Boxes, Lines, and Shading&amp;nbsp; 	&lt;/P&gt;&lt;P&gt;	SAP script provides text commands for using boxes or frames, lines, and shading in documents:&lt;/P&gt;&lt;P&gt;The BOX command for drawing a box or a horizontal or vertical line.&lt;/P&gt;&lt;P&gt;The POSITION command for specifying the starting point (the upper left corner) of a box or line.&lt;/P&gt;&lt;P&gt;The SIZE command for specifying the width and height of a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pages&lt;/P&gt;&lt;P&gt;The individual pages of a document&lt;/P&gt;&lt;P&gt;They must have a unique name. Often have different layouts for individual pages: The first page of an invoice differs from the subsequent pages, on which you need not repeat general information, such as address or customer data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes&lt;/P&gt;&lt;P&gt;Standard attributes&lt;/P&gt;&lt;P&gt;Next page - You should inform the system which page is to be used after reaching the end of the first page. If this is not specified the text printing stops after first page.&lt;/P&gt;&lt;P&gt;Print attributes&lt;/P&gt;&lt;P&gt;Resource name - You specify that the paper for this page should be taken from a particular paper tray at the printer. Eg TRY01 ( select paper from first tray)&lt;/P&gt;&lt;P&gt;Print Mode u2013 You can specify single or double side printing for a page.&lt;/P&gt;&lt;P&gt;Page Counter&lt;/P&gt;&lt;P&gt;Mode u2013 Specify the mode in which page numbering needs to be done.&lt;/P&gt;&lt;P&gt;INC  - Increments by 1&lt;/P&gt;&lt;P&gt;HOLD u2013 Counter remains unchanged&lt;/P&gt;&lt;P&gt;START u2013 Sets the counter to 1&lt;/P&gt;&lt;P&gt;Numbering Type u2013 The format in which page numbering is to be done.&lt;/P&gt;&lt;P&gt;ARABIC , ROMAN or  LETTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this information is help ful to u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sindhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2008 11:37:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-31T11:37:22Z</dc:date>
    <item>
      <title>Reports-scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960083#M946044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a report using script form. how do i alignning my records so that field name followed by data in horizontal. my data is thrown everywhere no proper format. Help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960083#M946044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reports-scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960084#M946045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear William Mutero,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use the TABS push button in the PARAGRAPH FORMAT to allign the heading and the values in the proper way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960084#M946045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reports-scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960085#M946046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all this is done in the script in tcode se71...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can not do any thing in the report programme for any  alignment of the lines or words or any values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960085#M946046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reports-scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960086#M946047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi william,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header Data&lt;/P&gt;&lt;P&gt;Header data is used for information and control of SAP printing. The header data comprises of 2 parts&lt;/P&gt;&lt;P&gt;Device Independent&lt;/P&gt;&lt;P&gt;Start page u2013 Tells the print program which page should be printed first.&lt;/P&gt;&lt;P&gt;Default paragraph u2013 Tells the print program, the default paragraph to be selected if no paragraph is mentioned in text elements.&lt;/P&gt;&lt;P&gt;Language Attributes u2013 Displays the original language, current language and the list of languages into which the form can be translated.&lt;/P&gt;&lt;P&gt;Tab Stop u2013 A grid set to a specified interval in window. This works for paragraphs for which tabs are not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Device Dependent&lt;/P&gt;&lt;P&gt;Page format u2013 Specifies the format in which the form needs to be printed. E.g. Dina4, US Letter etc. The page format is determined from spool administration table with transaction SPAD.&lt;/P&gt;&lt;P&gt;Orientation u2013 Depends on the page format selected. E.g.. Landscape and Portrait.&lt;/P&gt;&lt;P&gt;Lines per inch&lt;/P&gt;&lt;P&gt;Characters per inch&lt;/P&gt;&lt;P&gt;Font attributes u2013 Default font for the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paragraph and Character Formats&lt;/P&gt;&lt;P&gt;	Paragraphs are formatted using formats and their corresponding attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard paragraph attributes	&lt;/P&gt;&lt;P&gt;Left or Right margin	- amount of space between paragraph and the left and right border of the window.&lt;/P&gt;&lt;P&gt;Indent first line- Indent of the first line of a paragraph. If the value is positive, it is indented to the right, if it is negative, it is indented to the left. E.g. 1-, 1 etc&lt;/P&gt;&lt;P&gt;Space before and space after u2013Space before and space after control the amount of space between paragraphs. &lt;/P&gt;&lt;P&gt;Alignment - Alignment of a paragraph. E.g. CENTER, LEFT, RIGHT and BLOCK&lt;/P&gt;&lt;P&gt;Line spacing - Spacing between the lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Font attributes To specify font attributes for paragraph formats.&lt;/P&gt;&lt;P&gt;Font family u2013 Select the font supported by font maintenance.&lt;/P&gt;&lt;P&gt;Font size&lt;/P&gt;&lt;P&gt;Bold / Italic or underlined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paragraph and Character Formats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabs &lt;/P&gt;&lt;P&gt;The tab feed in a paragraph is controlled by tab positions. The tab positions defined can have MM, CM, LN etc as unit of measure. You can define as many tab positions as you require for each paragraph format. The text can be aligned in different ways. CENTER, LEFT or RIGHT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character formats&lt;/P&gt;&lt;P&gt;Character formats allow to format entire blocks of text within a paragraph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows are individual text areas (header address, date, footer) in a page&lt;/P&gt;&lt;P&gt;To combine the information contained in a document into certain groups and make each group appear on the printed page in an individual area, such a group known as window. &lt;/P&gt;&lt;P&gt;To refer to windows via the programming interface, each window must have a unique name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Window types&lt;/P&gt;&lt;P&gt;MAIN Window&lt;/P&gt;&lt;P&gt;Window in which continuous text is printed. This window can extend over several pages. If the text fills one page, output continues in the window of the next and subsequent pages, as long as MAIN has been defined for these pages. &lt;/P&gt;&lt;P&gt;VAR Window&lt;/P&gt;&lt;P&gt;Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page. &lt;/P&gt;&lt;P&gt;CONST Window&lt;/P&gt;&lt;P&gt;Window with constant contents that is formatted only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Elements&lt;/P&gt;&lt;P&gt;	You can define text elements (window texts) for each window. The print program accesses text elements by name, formats them and prints them in the respective window. The paragraph and the character formats used must be defined in the form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Using Boxes, Lines, and Shading&amp;nbsp; 	&lt;/P&gt;&lt;P&gt;	SAP script provides text commands for using boxes or frames, lines, and shading in documents:&lt;/P&gt;&lt;P&gt;The BOX command for drawing a box or a horizontal or vertical line.&lt;/P&gt;&lt;P&gt;The POSITION command for specifying the starting point (the upper left corner) of a box or line.&lt;/P&gt;&lt;P&gt;The SIZE command for specifying the width and height of a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pages&lt;/P&gt;&lt;P&gt;The individual pages of a document&lt;/P&gt;&lt;P&gt;They must have a unique name. Often have different layouts for individual pages: The first page of an invoice differs from the subsequent pages, on which you need not repeat general information, such as address or customer data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes&lt;/P&gt;&lt;P&gt;Standard attributes&lt;/P&gt;&lt;P&gt;Next page - You should inform the system which page is to be used after reaching the end of the first page. If this is not specified the text printing stops after first page.&lt;/P&gt;&lt;P&gt;Print attributes&lt;/P&gt;&lt;P&gt;Resource name - You specify that the paper for this page should be taken from a particular paper tray at the printer. Eg TRY01 ( select paper from first tray)&lt;/P&gt;&lt;P&gt;Print Mode u2013 You can specify single or double side printing for a page.&lt;/P&gt;&lt;P&gt;Page Counter&lt;/P&gt;&lt;P&gt;Mode u2013 Specify the mode in which page numbering needs to be done.&lt;/P&gt;&lt;P&gt;INC  - Increments by 1&lt;/P&gt;&lt;P&gt;HOLD u2013 Counter remains unchanged&lt;/P&gt;&lt;P&gt;START u2013 Sets the counter to 1&lt;/P&gt;&lt;P&gt;Numbering Type u2013 The format in which page numbering is to be done.&lt;/P&gt;&lt;P&gt;ARABIC , ROMAN or  LETTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this information is help ful to u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sindhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960086#M946047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reports-scriptform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960087#M946048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 11:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-scriptform/m-p/3960087#M946048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T11:50:22Z</dc:date>
    </item>
  </channel>
</rss>

