<?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 terminologies in sapscripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109573#M440660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the standard form Medruck. In the main window when u go for text editor then the screen u get next has some tags on the left (viz: /E, /*, /:, etc) and some bold texts on the right ( eg. ITEM_INFO_REC, ITEM_INFO_ZONE1,etc) of each n every line . What are they called in ABAP ? I mean the terms used for them. Dont go particularly but in a generalised manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 11:34:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T11:34:12Z</dc:date>
    <item>
      <title>terminologies in sapscripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109573#M440660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the standard form Medruck. In the main window when u go for text editor then the screen u get next has some tags on the left (viz: /E, /*, /:, etc) and some bold texts on the right ( eg. ITEM_INFO_REC, ITEM_INFO_ZONE1,etc) of each n every line . What are they called in ABAP ? I mean the terms used for them. Dont go particularly but in a generalised manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 11:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109573#M440660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: terminologies in sapscripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109574#M440661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Binay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are talking about the Editor in SAP Scripts. In the left tab, for more info, just press f4 in the respective tab and you can find the related inforamtion about the the particular one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to the right side tab, here you need to provide the code for that particular window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&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, 11 Apr 2007 11:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109574#M440661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T11:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: terminologies in sapscripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109575#M440662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sankar,&lt;/P&gt;&lt;P&gt;/E /* /: -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; These are called commands in the Script &lt;/P&gt;&lt;P&gt; /E --&amp;gt; Element&lt;/P&gt;&lt;P&gt; /* --&amp;gt; Commenting a line&lt;/P&gt;&lt;P&gt; /: ---&amp;gt; Command Line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find any text right side of the /E then the text is called Element.&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, 11 Apr 2007 11:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109575#M440662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: terminologies in sapscripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109576#M440663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Binay,&lt;/P&gt;&lt;P&gt; if ur in pagewindow  click that window and goto changeeditor then it will display the layouteditor. it u press the f4 it will display all the available commands in that.&lt;/P&gt;&lt;P&gt;SYNTAX OF CONTROL COMMANDS&lt;/P&gt;&lt;P&gt;&amp;#149; In tag column, indicate control commands with paragraph&lt;/P&gt;&lt;P&gt;format /:&lt;/P&gt;&lt;P&gt;&amp;#149; Enter complete control commands and necessary parameters&lt;/P&gt;&lt;P&gt;on one&lt;/P&gt;&lt;P&gt;line&lt;/P&gt;&lt;P&gt;&amp;#149; Enter only one control command per line&lt;/P&gt;&lt;P&gt;&amp;#149; Editor formatting does not affect lines with control commands&lt;/P&gt;&lt;P&gt;SOME IMPORTANT CONTROL COMMANDS:&lt;/P&gt;&lt;P&gt;/: NEW-PAGE&lt;/P&gt;&lt;P&gt;/: PROTECT &amp;amp; /: ENDPROTECT&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'date_mask&amp;#146;&lt;/P&gt;&lt;P&gt;/: SET TIME MASK = 'time_mask&amp;#146;&lt;/P&gt;&lt;P&gt;/: RESET paragraph_format&lt;/P&gt;&lt;P&gt;/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l ]&lt;/P&gt;&lt;P&gt;[PARAGRAPH p] [NEW-PARAGRAPH np]&lt;/P&gt;&lt;P&gt;(Cont&amp;#133;.. Next page)&lt;/P&gt;&lt;P&gt;/: TOP&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;/: ENDTOP&lt;/P&gt;&lt;P&gt;/: BOTTOM&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;/: ENDBOTTOM&lt;/P&gt;&lt;P&gt;/: IF condition&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;SET DATE MASK command&lt;/P&gt;&lt;P&gt;The formatting for date fields can be defined with the SAPscript&lt;/P&gt;&lt;P&gt;SET DATE MASK command. Executing this command&lt;/P&gt;&lt;P&gt;causes all subsequent date fields to be output using the&lt;/P&gt;&lt;P&gt;specified formatting.&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'date_mask'&lt;/P&gt;&lt;P&gt;The following templates may be used in the date mask:&lt;/P&gt;&lt;P&gt;For day : DD / DDD / DDDD&lt;/P&gt;&lt;P&gt;For month : MM / MMM / MMMM&lt;/P&gt;&lt;P&gt;For year : YY / YYYY&lt;/P&gt;&lt;P&gt;Control Commands&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 12:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/terminologies-in-sapscripts/m-p/2109576#M440663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T12:09:54Z</dc:date>
    </item>
  </channel>
</rss>

