<?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: Control Command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439397#M545881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of control command is to allow control of the output formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax of Control Commands &lt;/P&gt;&lt;P&gt;SAPscript control commands are entered and edited in the text editor in the same way as a normal line of text. They do, however, differ from normal lines of text: &lt;/P&gt;&lt;P&gt;Enter the paragraph format /: in the format column to identify a control command.&lt;/P&gt;&lt;P&gt;Enter the command itself in the text line. You will notice that all key words and other parts of the specification not given as literal values enclosed in inverted commas are automatically converted to capital letters. &lt;/P&gt;&lt;P&gt;Make sure that a control command, together with any parameters it requires, does not occupy more than a single line.&lt;/P&gt;&lt;P&gt;Enter only one control command in each line. &lt;/P&gt;&lt;P&gt;Note that the editor formatting has no effect on lines containing control commands.&lt;/P&gt;&lt;P&gt;If a control command is unknown or it contains syntax errors, the line containing it is treated as a comment line. It is neither interpreted nor printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;/: NEW-PAGE &lt;/P&gt;&lt;P&gt;/: NEW-WINDOW&lt;/P&gt;&lt;P&gt;/: DEFINE &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;Suruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 08:42:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T08:42:45Z</dc:date>
    <item>
      <title>Control Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439393#M545877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are control commands in SAP Scripts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 08:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439393#M545877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T08:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Control Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439394#M545878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of the control commands 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;For syntax of the control commands,go thru this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d1/80319c454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d1/80319c454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sathiya Ramasmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 08:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439394#M545878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Control Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439395#M545879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Control Command Purpose: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;refer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1679030"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check this link &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/Scripts_1.html" target="test_blank"&gt;http://www.allsaplinks.com/Scripts_1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 08:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439395#M545879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T08:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Control Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439396#M545880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Some Important Control Commands are,&lt;/P&gt;&lt;P&gt;NEW-PAGE&lt;/P&gt;&lt;P&gt;PROTECT &amp;#133;&amp;#133; ENDPROTECT&lt;/P&gt;&lt;P&gt;NEW-WINDOW&lt;/P&gt;&lt;P&gt;DEFINE&lt;/P&gt;&lt;P&gt;SET DATE MASK&lt;/P&gt;&lt;P&gt;SET TIME MASK&lt;/P&gt;&lt;P&gt;TOP &amp;#133;. ENDTOP&lt;/P&gt;&lt;P&gt;BOTTOM &amp;#133;. ENDBOTTOM&lt;/P&gt;&lt;P&gt;IF &amp;#133;. ENDIF&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 08:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439396#M545880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Control Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439397#M545881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of control command is to allow control of the output formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax of Control Commands &lt;/P&gt;&lt;P&gt;SAPscript control commands are entered and edited in the text editor in the same way as a normal line of text. They do, however, differ from normal lines of text: &lt;/P&gt;&lt;P&gt;Enter the paragraph format /: in the format column to identify a control command.&lt;/P&gt;&lt;P&gt;Enter the command itself in the text line. You will notice that all key words and other parts of the specification not given as literal values enclosed in inverted commas are automatically converted to capital letters. &lt;/P&gt;&lt;P&gt;Make sure that a control command, together with any parameters it requires, does not occupy more than a single line.&lt;/P&gt;&lt;P&gt;Enter only one control command in each line. &lt;/P&gt;&lt;P&gt;Note that the editor formatting has no effect on lines containing control commands.&lt;/P&gt;&lt;P&gt;If a control command is unknown or it contains syntax errors, the line containing it is treated as a comment line. It is neither interpreted nor printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;/: NEW-PAGE &lt;/P&gt;&lt;P&gt;/: NEW-WINDOW&lt;/P&gt;&lt;P&gt;/: DEFINE &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;Suruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 08:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command/m-p/2439397#M545881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T08:42:45Z</dc:date>
    </item>
  </channel>
</rss>

