<?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: Problems acceding table EDID4 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020368#M714039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u get dump error when you pass to interal table use "package size"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 10:45:15 GMT</pubDate>
    <dc:creator>former_member581561</dc:creator>
    <dc:date>2007-10-30T10:45:15Z</dc:date>
    <item>
      <title>Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020364#M714035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm newbie in idocs and i have a problem.. There is a report Z which access table EDID4 with the following fields: SEGNUM, SEGNAM, HLEVEL and SDATA. The access with SDATA is "STADA like &amp;lt;value&amp;gt;&amp;amp;"&lt;/P&gt;&lt;P&gt;The problem is that table EDID4 has too many records and when the report arrives to that select, it fails because of timeout exception..&lt;/P&gt;&lt;P&gt;I tried to create an index to that table but adviced that it is not possible... Is there any solution ??? thanks in advance !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020364#M714035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T10:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020365#M714036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can restrict the records using the idoc number which is passed to the docnum field of the table EDID4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020365#M714036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T10:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020366#M714037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can also use the FM 'IDOC_READ_COMPLETELY' to read the idoc data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020366#M714037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020367#M714038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Values from SAP Table EDID4, passing the valid(filtered IDOC No.) from EDIDC in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timeout will occur, since there will be more records in EDID4, based on Message Type for a Particular IDoc No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its the standard Practice for Retrieving IDocs though it hits the Database for every IDoc to overcome the TimeOut Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps to solve your Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anbalagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020367#M714038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020368#M714039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u get dump error when you pass to interal table use "package size"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020368#M714039</guid>
      <dc:creator>former_member581561</dc:creator>
      <dc:date>2007-10-30T10:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020369#M714040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, i think at this point in the program the idoc number is unknown..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020369#M714040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020370#M714041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as i have already told.. i don't have the idoc number....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020370#M714041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T11:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020371#M714042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to run the report in background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020371#M714042</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2007-10-30T11:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020372#M714043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'll try it but it's an exit which is run whenever a purchase order is modified.... so i think it won't be possible to run it background...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020372#M714043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems acceding table EDID4</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020373#M714044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've read in internet that when acceding clusters, it's better to only make the select with the key fileds and for the other fields use "check", i mean, i have the following select:&lt;/P&gt;&lt;P&gt;SELECT SINGLE *  FROM edid4 INTO wa_edid4 &lt;/P&gt;&lt;P&gt;WHERE segnum = '000001'&lt;/P&gt;&lt;P&gt;AND   segnam = 'E1BPRKPFC'&lt;/P&gt;&lt;P&gt;AND   hlevel = '01'&lt;/P&gt;&lt;P&gt;AND   sdata  LIKE gl_rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe it's better to do this??&lt;/P&gt;&lt;P&gt;SELECT *  FROM edid4 INTO wa_edid4 WHERE segnum = '000001'.&lt;/P&gt;&lt;P&gt;CHECK wa_edid4-segnam = 'E1BPRKPFC'.&lt;/P&gt;&lt;P&gt;CHECK wa_edid4-hlevel = '01'.&lt;/P&gt;&lt;P&gt;CHECK wa_edid4-sdata CP gl_rsnum.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 08:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-acceding-table-edid4/m-p/3020373#M714044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T08:41:05Z</dc:date>
    </item>
  </channel>
</rss>

