<?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: Work Area Length Exceeded in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857856#M47487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECT *
   INTO &amp;lt;b&amp;gt;CORRESPONDING FIELDS OF&amp;lt;/b&amp;gt;
                TABLE itaBTWO       
                    FROM ZDOLTARC03 
       WHERE SEARCHFLD EQ WAONE-SEARCHFLD
                      ORDER BY SEARCHFLD.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2005 16:29:59 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-03-10T16:29:59Z</dc:date>
    <item>
      <title>Work Area Length Exceeded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857854#M47485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting an error message that says 'The work area ITABTWO is not long enough.'&lt;/P&gt;&lt;P&gt;How do I extend the length of my work area.&lt;/P&gt;&lt;P&gt;//zdolsarc03 is a structure with caseid, SearchFld, and a Value (component type RSDSSELOPT &amp;lt;which is the structure of generic select-option for dynamic selections&amp;gt;)&lt;/P&gt;&lt;P&gt;ZDOLTARC03 is a table similar to the structure ZDOLSARC03, however its value is of data element: rsdsselop_ not rsdsselopT.&lt;/P&gt;&lt;P&gt;Could this be the reason why the WA's size is exceeded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: ITABTWO LIKE ZDOLSARC03 OCCURS 0,
      WATWO LIKE ZDOLSARC03.
SELECT * INTO TABLE ITABTWO FROM ZDOLTARC03
        WHERE SEARCHFLD EQ WAONE-SEARCHFLD ORDER BY SEARCHFLD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;N L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 16:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857854#M47485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-10T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Work Area Length Exceeded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857855#M47486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is how it should be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZDOLSARC03 - structure of DDIC type&lt;/P&gt;&lt;P&gt;ZDOLTARC03 - table of DDIC type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should &amp;lt;b&amp;gt;not be similar&amp;lt;/b&amp;gt;, but have exactly the &amp;lt;b&amp;gt;same number of elements and in the same order&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ZDOLTARC03 and ZDOLSARC03 have different number of elements, your program will give an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 16:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857855#M47486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-10T16:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Work Area Length Exceeded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857856#M47487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECT *
   INTO &amp;lt;b&amp;gt;CORRESPONDING FIELDS OF&amp;lt;/b&amp;gt;
                TABLE itaBTWO       
                    FROM ZDOLTARC03 
       WHERE SEARCHFLD EQ WAONE-SEARCHFLD
                      ORDER BY SEARCHFLD.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 16:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-area-length-exceeded/m-p/857856#M47487</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-10T16:29:59Z</dc:date>
    </item>
  </channel>
</rss>

