<?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 help regarding code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499498#M231541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i have problem in coding for the below situation. please help me in this regard.&lt;/P&gt;&lt;P&gt;                                aravind.&lt;/P&gt;&lt;P&gt;_______________________________&lt;/P&gt;&lt;P&gt;Name          Code name                 No&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;  --              Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  --              Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  --              Visa                      -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  --              Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;--                Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;___________________________________&lt;/P&gt;&lt;P&gt;Write code for Knowing how many master and visa records present in local file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2006 18:40:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-31T18:40:00Z</dc:date>
    <item>
      <title>help regarding code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499498#M231541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i have problem in coding for the below situation. please help me in this regard.&lt;/P&gt;&lt;P&gt;                                aravind.&lt;/P&gt;&lt;P&gt;_______________________________&lt;/P&gt;&lt;P&gt;Name          Code name                 No&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;  --              Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  --              Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  --              Visa                      -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  --              Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;--                Master                    -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;___________________________________&lt;/P&gt;&lt;P&gt;Write code for Knowing how many master and visa records present in local file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 18:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499498#M231541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499499#M231542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aravind,&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;if itab-name = 'Master'.&lt;/P&gt;&lt;P&gt;masternum = masternum + 1.&lt;/P&gt;&lt;P&gt;elseif itab-name = 'Visa'.&lt;/P&gt;&lt;P&gt;visanum = visanum +1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;hope this will be helpful to u.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 18:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499499#M231542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T18:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499500#M231543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Aravind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE - return attributes of an internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Returns the attributes of the internal table itab . You must use at least one of the additions listed below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... LINES lin &lt;/P&gt;&lt;P&gt;2. ... OCCURS n &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1&lt;/P&gt;&lt;P&gt;... LINES lin &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Places the number of filled lines of the table t in the field lin . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TAB OCCURS 10,&lt;/P&gt;&lt;P&gt;        X,&lt;/P&gt;&lt;P&gt;      END OF TAB.&lt;/P&gt;&lt;P&gt;DATA: LIN TYPE P.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;CLEAR TAB. REFRESH TAB.&lt;/P&gt;&lt;P&gt;MOVE '?' TO TAB-X.&lt;/P&gt;&lt;P&gt;APPEND TAB.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE TAB LINES LIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: LIN contains the value 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2&lt;/P&gt;&lt;P&gt;... OCCURS n &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Transfers the size of the OCCURS parameter from the table definition to the variable n . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TAB OCCURS 10,&lt;/P&gt;&lt;P&gt;        X,&lt;/P&gt;&lt;P&gt;      END OF TAB.&lt;/P&gt;&lt;P&gt;      OCC TYPE P.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE TAB OCCURS OCC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: OCC contains the value 10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;If the table is meant to accept more lines than specified by the OCCURS parameter, the parameter value is roughly doubled as long as the table size remains smaller than 8 KB; this table area is held in the roll area. If the table exceeds the maximum permitted size, the OCCURS parameter is not increased and the remaining part of the table is rolled out to the paging area (see DATA ). &lt;/P&gt;&lt;P&gt;For this reason, the OCCURS value determined by the DESCRIBE statement may differ from that in the DATA statement. &lt;/P&gt;&lt;P&gt;The runtime required to execute the DESCRIBE TABLE statement is approx. 4 msn (standardized microseconds). &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;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 18:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-code/m-p/1499500#M231543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T18:48:00Z</dc:date>
    </item>
  </channel>
</rss>

