<?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: create IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029363#M416331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KVC,&lt;/P&gt;&lt;P&gt; While develop the function module u pass some table with the structures od EDIDC,EDIDD,EDIDS. Now that internal table will be populated with the data by select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.. select * from EDIDC into table i_edidc where docno = zedidoc.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 08:53:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T08:53:16Z</dc:date>
    <item>
      <title>create IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029360#M416328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never worked with IDOC. My current task involves the following.&lt;/P&gt;&lt;P&gt;&amp;#149;Ask user to enter the &amp;#145;Invoice #&lt;/P&gt;&lt;P&gt;&amp;#149;Pickup the details from the partner profile/output determination (example you will find the output as &amp;#145;zinv&amp;#146;)&lt;/P&gt;&lt;P&gt;&amp;#149;Ask user to enter the &amp;#145;Revised invoice#&amp;#146; default this as same as the original invoice# if possible. Accept the new invoice#. No validations required&lt;/P&gt;&lt;P&gt;&amp;#149;Prg will create a new idoc with revised invoice#.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or guideline how and where should I start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 12:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029360#M416328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: create IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029361#M416329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KVC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to give Invoice number in the selection screen.take two internal tables of structure EDIDD and EDIDC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u need to fill the EDIDC record with message type,basic type,sender,reciver port,logical system...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u need to get the invoice number from VBRK  which the user has given in selection screen.Now u need to fill the data record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call the FM 'MASTER_IDOC_DISTRIBUTE'.Now pass the edidc information and edidd information..to it..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 12:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029361#M416329</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-03-16T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: create IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029362#M416330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do i need to fill the data in EDIDC, I mean from where ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;KVC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029362#M416330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: create IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029363#M416331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KVC,&lt;/P&gt;&lt;P&gt; While develop the function module u pass some table with the structures od EDIDC,EDIDD,EDIDS. Now that internal table will be populated with the data by select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.. select * from EDIDC into table i_edidc where docno = zedidoc.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 08:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029363#M416331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: create IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029364#M416332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear neeraj,&lt;/P&gt;&lt;P&gt;                    i'm also a new for idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will u send me a sample prog. so i can better under stand .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try it but i not understatnd how to fill edidc tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 11:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029364#M416332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T11:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: create IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029365#M416333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 08:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-idoc/m-p/2029365#M416333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T08:27:33Z</dc:date>
    </item>
  </channel>
</rss>

