<?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: ALE tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785153#M338197</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; If you know the message type look at the DB table: EDP13, u get the IDoc Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 14:42:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T14:42:12Z</dc:date>
    <item>
      <title>ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785151#M338195</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;   I need to get the data record tables and segement information tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i have the idoc number . In which table  Idoc will be stored and all the segment details like material number, unit, price etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly mention what are the possible tables in transferring of data thru ale&lt;/P&gt;&lt;P&gt;tables like EDiDD, EDiDC, EDIDs etc.&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;vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785151#M338195</guid>
      <dc:creator>vinothkumar_g</dc:creator>
      <dc:date>2006-12-04T14:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785152#M338196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE11 transaction.&lt;/P&gt;&lt;P&gt;Give the table name as EDI* and press F4.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785152#M338196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785153#M338197</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; If you know the message type look at the DB table: EDP13, u get the IDoc Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785153#M338197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785154#M338198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Control Record - EDIDC&lt;/P&gt;&lt;P&gt;Status Record - EDIDS&lt;/P&gt;&lt;P&gt;Data Record - EDID4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you need to know the segment name to get the data from there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare variables of the type of the segment structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDID4 will have the segment name and the field called SDATA.&lt;/P&gt;&lt;P&gt;So, depending on the segment name you need dump the data of SDATA field into appropriate structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'E1EDKA1'&lt;/P&gt;&lt;P&gt;  wa_structure = sdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, wa_structure will have all the data of the segment E1EDKA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should do these at the loop of the data records for a given IDOC number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT EDID4.

CASE EDID4-SEGNAM.

 WHEN 'E1EDK1'.
   WA_E1EDK1 =  EDID4-SDATA.

ENDCASE.

ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785154#M338198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785155#M338199</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;edid4 is the table for IDoc Data Records.&lt;/P&gt;&lt;P&gt;try edi* and f4 in se11 for more tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDID4 is the table that stores the Data of the IDOC, it will have all the segements data. &lt;/P&gt;&lt;P&gt;if you want the control record then look in EDIDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want the status record then it is EDIDS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785155#M338199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785156#M338200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIDS -  status table for IDoc&lt;/P&gt;&lt;P&gt;EDIDC - Control table&lt;/P&gt;&lt;P&gt;EDIDD - Data from this structure can be retrieved via following method (for inbound idoc).&lt;/P&gt;&lt;P&gt;suppose the IDoc data is stored in internal table IDoc_data.&lt;/P&gt;&lt;P&gt;then you can get data  from segment like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at idoc_data.&lt;/P&gt;&lt;P&gt;case IDoc_data-segnam.&lt;/P&gt;&lt;P&gt;when 'E1EDK01'.&lt;/P&gt;&lt;P&gt;*****Following lines transfers data from structure to individual fields of segment.&lt;/P&gt;&lt;P&gt; move idoc_data-sdata to e1edk01.&lt;/P&gt;&lt;P&gt;***use data from e1edk01 structure to further completing transaction.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785156#M338200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785157#M338201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use FM IDOC_READ_COMPLETELY to get IDoc control, status and segments. Just need to pass the IDoc number as input parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785157#M338201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALE tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785158#M338202</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;   Thanks for your valuable information.&lt;/P&gt;&lt;P&gt;   Once  the transaction BD10 is executed, i need to display the idoc number as information message. &lt;/P&gt;&lt;P&gt;   is it possible to get the idoc number directly, instead of viewing it in we02 tcode.&lt;/P&gt;&lt;P&gt;&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;vinoth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 03:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-tables/m-p/1785158#M338202</guid>
      <dc:creator>vinothkumar_g</dc:creator>
      <dc:date>2006-12-05T03:11:00Z</dc:date>
    </item>
  </channel>
</rss>

