<?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: Creating IDocs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024901#M82155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM31 should do the job.  It will list all fields with their data-elements for the segment given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2005 13:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-18T13:27:34Z</dc:date>
    <item>
      <title>Creating IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024900#M82154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating an IDoc (ORDERS05) from an ABAP application.  What is the best way to retrieve the format layout of the data portion of the IDoc to populate the elements for each format?  For example, if I want to populate the data for the E1EDKA1 format, what is the best way to retrieve the layout for this format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024900#M82154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024901#M82155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM31 should do the job.  It will list all fields with their data-elements for the segment given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024901#M82155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024902#M82156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WE60 is the transaction to see all segments and fields and some explanation as well.&lt;/P&gt;&lt;P&gt;Else you can also use WE30 ( IDOC Type ) &amp;amp; WE31 ( Segment Type ) , or if you know the segment name just goto SE11 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sanjay Sinha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024902#M82156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024903#M82157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to retieve the formats from within an ABAP program, and return them to a structure in the program so I can populate the elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024903#M82157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating IDocs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024904#M82158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what your requirement is ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wont you define structures directly like&lt;/P&gt;&lt;P&gt;WA_E1EDKA1 LIKE E1EDKA1 ,&lt;/P&gt;&lt;P&gt;fill structure WA_E1EDKA1 and then pass it to IDOC data records EDIDD-SDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to get fields of a structure you can use FM DDIF_FIELDINFO_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2005 13:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idocs/m-p/1024904#M82158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-18T13:42:13Z</dc:date>
    </item>
  </channel>
</rss>

