<?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: Symbol $ in ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011950#M958570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP sometimes uses "$"fields to denote subroutine parameters or temporary fields.I don't think they have any other significance other than naming convention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 13:42:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T13:42:16Z</dc:date>
    <item>
      <title>Symbol $ in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011949#M958569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my question :Which is the objetive to use $ symbol in ABAP sentences ??&lt;/P&gt;&lt;P&gt;For Example :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form maintain_list tables $list_rgdir structure list_rgdir
                   using  $hide_seqnr like list_rgdir-seqnr
                          $clicked_seqnr like list_rgdir-seqnr
                          $hide_persnr like hide_persnr.

  data: selected_persnr like hide_persnr.
  selected_persnr =  $hide_persnr.

  do.
    clear:  $hide_seqnr, $hide_persnr.
    read line sy-index.
    if sy-subrc ne 0.
      exit.
    endif.
    check not  $hide_seqnr is initial.
    read table $list_rgdir with key seqnr  = $hide_seqnr
                                    persnr = $hide_persnr.
    if sy-subrc = 0.                             
      $list_rgdir-selec = sy-lisel+1(1).         
      if  $hide_seqnr = $clicked_seqnr .
      and $hide_persnr = selected_persnr.        
        if list_rgdir-selec = ' '.              
          list_rgdir-selec = 'X'.
        else.
          list_rgdir-selec = ' '.
        endif.
      endif.
      modify $list_rgdir index sy-tabix.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 13:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011949#M958569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T13:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol $ in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011950#M958570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP sometimes uses "$"fields to denote subroutine parameters or temporary fields.I don't think they have any other significance other than naming convention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 13:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011950#M958570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T13:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol $ in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011951#M958571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. that's correct - they're just normal variables SAP uses in their programs - I think they have veered away from using naming conventions like that, and are adapting more standard naming convention lately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 13:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011951#M958571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T13:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol $ in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011952#M958572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no special significance to $ symbol in ABAP sentences. I thought he/she may be used to different these $ variables apart from the other variables used in subroutine and $ variables are ONLY paramet variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 13:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011952#M958572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T13:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol $ in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011953#M958573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here $ represent as variable name only.because there is no any special use of this character in abap.so its just a name of variable to show it different from others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 13:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/symbol-in-abap/m-p/4011953#M958573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T13:51:25Z</dc:date>
    </item>
  </channel>
</rss>

