<?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 urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586259#M591792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many no of system symbols, standard symbols,program symbols does scripts will have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2007 07:07:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-25T07:07:34Z</dc:date>
    <item>
      <title>urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586259#M591792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many no of system symbols, standard symbols,program symbols does scripts will have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 07:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586259#M591792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T07:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586260#M591793</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;You can use system symbols in all kinds of text. SAPscript supplies the values for system symbols. The names of the system symbols are fixed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Day Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Year Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local Date (Currently Only for Japan)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Day Name (Long Form) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month Name (Long Form)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hours Component of Current Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minutes Component of Current Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seconds Component of Current Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Page Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page Number of the Next Page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selected Device Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Underline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vertical Line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard symbols are defined in table TTDTG. This table contains both the name of each symbol and its value. The value, which is language-dependent, can contain up to 60 characters. SAP supplies this table filled with standard entries. You can extend it with customer-specific symbols.&lt;/P&gt;&lt;P&gt;&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;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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 07:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586260#M591793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586261#M591794</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html" target="test_blank"&gt;http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that link select Script Symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 11:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586261#M591794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T11:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586262#M591795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For standard symbols... check STXH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 11:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2586262#M591795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T11:56:58Z</dc:date>
    </item>
  </channel>
</rss>

