<?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 Implicit Enhancement for Data Declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904404#M683117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add one more field at the data declaration level.&lt;/P&gt;&lt;P&gt;I am following below steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I went to report and clicked on 'Enhance' button.&lt;/P&gt;&lt;P&gt;2) Then I went to Edit-&amp;gt;Enhance Operations-&amp;gt;Show Implicit Enhancement Options&lt;/P&gt;&lt;P&gt;3) Then I went to the Data Declaration section and right clicked and choose 'Enhancement Implementation'-&amp;gt;Create.&lt;/P&gt;&lt;P&gt;4) Then I declared my variable.&lt;/P&gt;&lt;P&gt;5) When I checked the syntax, it gave me error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;data:   begin of austab occurs 100,&lt;/P&gt;&lt;P&gt;           ikone TYPE c,&lt;/P&gt;&lt;P&gt;           lgtyp like lagp-lgtyp,&lt;/P&gt;&lt;P&gt;           lgpla like lagp-lgpla,&lt;/P&gt;&lt;P&gt;           kreuz type c,               "ind. to be invented&lt;/P&gt;&lt;P&gt;           kzpmi type c,               "ind. Plus Minus Initial&lt;/P&gt;&lt;P&gt;           idatu like lagp-idatu,&lt;/P&gt;&lt;P&gt;           werks like lqua-werks,&lt;/P&gt;&lt;P&gt;           matnr like lqua-matnr,&lt;/P&gt;&lt;P&gt;           charg like lqua-charg,&lt;/P&gt;&lt;P&gt;           flg_aktiv  type c,          "ind.&lt;/P&gt;&lt;P&gt;           nidat like lagp-idatu,      "New Inventory date&lt;/P&gt;&lt;P&gt;           ttext(25)   type c,         "Textfield&lt;/P&gt;&lt;P&gt;           sperr type c,               "ind. blocked due to transfer&lt;/P&gt;&lt;P&gt;           kzmmq type c,               "ind. bin with several quants&lt;/P&gt;&lt;P&gt;           iverz(1)   type c,&lt;/P&gt;&lt;P&gt;           linno like sy-linno,&lt;/P&gt;&lt;P&gt;           pagno like sy-pagno,&lt;/P&gt;&lt;P&gt;           lqnum like lqua-lqnum,                           "new&lt;/P&gt;&lt;P&gt;           lgnum like lqua-lgnum,                           "new&lt;/P&gt;&lt;P&gt;           plpos like lqua-plpos,                           "new&lt;/P&gt;&lt;P&gt;""""""""*""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(7 ) Struct. AUSTAB, End                                                                                S&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: (7 )----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 3  CYCLE_COUNTING.    "inactive version&lt;/P&gt;&lt;P&gt;           abcin type abcin,&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-End:   (7 )----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        end of austab.&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I am getting is "Comma without preceding colon (after ABCIN ?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in solving this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2007 15:15:02 GMT</pubDate>
    <dc:creator>former_member188001</dc:creator>
    <dc:date>2007-10-15T15:15:02Z</dc:date>
    <item>
      <title>Implicit Enhancement for Data Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904404#M683117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add one more field at the data declaration level.&lt;/P&gt;&lt;P&gt;I am following below steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I went to report and clicked on 'Enhance' button.&lt;/P&gt;&lt;P&gt;2) Then I went to Edit-&amp;gt;Enhance Operations-&amp;gt;Show Implicit Enhancement Options&lt;/P&gt;&lt;P&gt;3) Then I went to the Data Declaration section and right clicked and choose 'Enhancement Implementation'-&amp;gt;Create.&lt;/P&gt;&lt;P&gt;4) Then I declared my variable.&lt;/P&gt;&lt;P&gt;5) When I checked the syntax, it gave me error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;data:   begin of austab occurs 100,&lt;/P&gt;&lt;P&gt;           ikone TYPE c,&lt;/P&gt;&lt;P&gt;           lgtyp like lagp-lgtyp,&lt;/P&gt;&lt;P&gt;           lgpla like lagp-lgpla,&lt;/P&gt;&lt;P&gt;           kreuz type c,               "ind. to be invented&lt;/P&gt;&lt;P&gt;           kzpmi type c,               "ind. Plus Minus Initial&lt;/P&gt;&lt;P&gt;           idatu like lagp-idatu,&lt;/P&gt;&lt;P&gt;           werks like lqua-werks,&lt;/P&gt;&lt;P&gt;           matnr like lqua-matnr,&lt;/P&gt;&lt;P&gt;           charg like lqua-charg,&lt;/P&gt;&lt;P&gt;           flg_aktiv  type c,          "ind.&lt;/P&gt;&lt;P&gt;           nidat like lagp-idatu,      "New Inventory date&lt;/P&gt;&lt;P&gt;           ttext(25)   type c,         "Textfield&lt;/P&gt;&lt;P&gt;           sperr type c,               "ind. blocked due to transfer&lt;/P&gt;&lt;P&gt;           kzmmq type c,               "ind. bin with several quants&lt;/P&gt;&lt;P&gt;           iverz(1)   type c,&lt;/P&gt;&lt;P&gt;           linno like sy-linno,&lt;/P&gt;&lt;P&gt;           pagno like sy-pagno,&lt;/P&gt;&lt;P&gt;           lqnum like lqua-lqnum,                           "new&lt;/P&gt;&lt;P&gt;           lgnum like lqua-lgnum,                           "new&lt;/P&gt;&lt;P&gt;           plpos like lqua-plpos,                           "new&lt;/P&gt;&lt;P&gt;""""""""*""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(7 ) Struct. AUSTAB, End                                                                                S&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: (7 )----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 3  CYCLE_COUNTING.    "inactive version&lt;/P&gt;&lt;P&gt;           abcin type abcin,&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-End:   (7 )----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        end of austab.&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I am getting is "Comma without preceding colon (after ABCIN ?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in solving this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 15:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904404#M683117</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2007-10-15T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Enhancement for Data Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904405#M683118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sovled on my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 19:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904405#M683118</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2007-10-17T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Enhancement for Data Declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904406#M683119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil&lt;/P&gt;&lt;P&gt;Congrats on solving ur problem &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Whenver you solve somthing n ur own please leave a note as to how u did it.&lt;/P&gt;&lt;P&gt;It will be very helpful to people looking 4 a solution 4 the same problem .&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 02:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-for-data-declaration/m-p/2904406#M683119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T02:06:04Z</dc:date>
    </item>
  </channel>
</rss>

