<?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 Scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247622#M775245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is control statements in scripts ???&lt;/P&gt;&lt;P&gt;what is control commands in scripts??&lt;/P&gt;&lt;P&gt;what is use of control_form (func module)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 09:36:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T09:36:59Z</dc:date>
    <item>
      <title>Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247622#M775245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is control statements in scripts ???&lt;/P&gt;&lt;P&gt;what is control commands in scripts??&lt;/P&gt;&lt;P&gt;what is use of control_form (func module)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 09:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247622#M775245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247623#M775246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is use of control_form (func module)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use like this in print program&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;command = 'PROTECT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write whatever code then after that use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;command = 'ENDPROTECT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 09:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247623#M775246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T09:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247624#M775247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;SAPscript Control Commands&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The functionality of the SAPscript editor is made available through a set of commands. These commands give you full editing control over your text. They are executed immediately when called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is, however, another kind of SAPscript command, namely the control commands. The purpose of these is to allow control of the output formatting. These commands are not interpreted by the SAPscript editor, but are passed through to the SAPscript Composer for processing. The Composer is the program that converts text from the form displayed in the editor to the form used for printing. This includes, for example, line and page formatting, the replacement of symbols with their current values and the formatting of text according to the paragraph and character formats specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAPscript control commands are described in the following sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax of Control Commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explicit Page Break: NEW-PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preventing Page Breaks: PROTECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next Main Window: NEW-WINDOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning a Value to a Text Symbol: DEFINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formatting Date Fields: SET DATE MASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formatting Time Fields: SET TIME MASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country-Dependent Formatting: SET COUNTRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Position of the Leading Sign: SET SIGN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initializing Numbered Paragraphs: RESET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including Other Texts: INCLUDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing the Style: STYLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formatting Addresses: ADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting a Header Text in the Main Window: TOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting a Footer Text in the Main Window: BOTTOM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conditional Text: IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finding a Match: CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling ABAP Subroutines: PERFORM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting Print Controls: PRINT-CONTROL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boxes, Lines, Shading: BOX, POSITION, SIZE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hexadecimal Data: HEX, ENDHEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summing a Program Symbol: SUMMING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for detail information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d1/80318f454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d1/80318f454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 09:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/3247624#M775247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T09:42:37Z</dc:date>
    </item>
  </channel>
</rss>

