<?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: filling I_EDIDD structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076421#M729509</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;I think it is inbound idoc.&lt;/P&gt;&lt;P&gt;If it is right u can find that sdata has been importing and ur E1WPF01 segment has been populated. There u can get E1WPF01-BONNUMMER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 11:49:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T11:49:17Z</dc:date>
    <item>
      <title>filling I_EDIDD structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076418#M729506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Let's say I have an IDOC number. How can I check which casshier-bill it is connected with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to debug a core SAP program. On some stage there is function &amp;lt;b&amp;gt;posed_store_data_wpubon&amp;lt;/b&amp;gt; called. It takes a table-parameter &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I_EDIDD STRUCTURE EDIDD&amp;lt;/b&amp;gt;. Could You tell me please how can I solve my problem? I have IDOC number and I'd like to check which casshier bill is it connected with. It is in &amp;lt;b&amp;gt;I_EDIDD-SDATA&amp;lt;/b&amp;gt;. How should I fill I_EDIDD with data and is there some FModule which would import that I_EDIDD to give me that casshier bill number somehow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best solution for me wold be if I could find connectin betweek material and financial IDOC, because in our company those documents account different amounts of money sometimes and I have to catch such faked situations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 08:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076418#M729506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T08:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: filling I_EDIDD structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076419#M729507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to see the data that was passed using this IDOC then goto WE02, type the IDOC number and see the status.&lt;/P&gt;&lt;P&gt;On the left pane click on Data Records.&lt;/P&gt;&lt;P&gt;Go to each segment to see their content.&lt;/P&gt;&lt;P&gt;If you want to see the data from a table you can check in EDID4 in SE11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 11:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076419#M729507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T11:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: filling I_EDIDD structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076420#M729508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On E1WPF01 segment there is info about bill (BONNUMMER = F000010130). Is there some possibility to launch WE02 from my transaction, then take that BONNUMER and back to my transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do You know other way to get that BONNUMER having IDOC number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 11:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076420#M729508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T11:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: filling I_EDIDD structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076421#M729509</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;I think it is inbound idoc.&lt;/P&gt;&lt;P&gt;If it is right u can find that sdata has been importing and ur E1WPF01 segment has been populated. There u can get E1WPF01-BONNUMMER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 11:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-i-edidd-structure/m-p/3076421#M729509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T11:49:17Z</dc:date>
    </item>
  </channel>
</rss>

