<?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 Creating IDOC from ABAP  Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idoc-from-abap-program/m-p/3402431#M816985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Could any one tell me the procedure how to process IDOC form ABAP program. for example i want to send MATMAS idoc to other system. now we are able to send through Tcode BD10 to XI.  we jsut want to send through ABAP program. is it possible to do so..if so  could u pls let me know the procedure..thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 08:59:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T08:59:57Z</dc:date>
    <item>
      <title>Creating IDOC from ABAP  Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idoc-from-abap-program/m-p/3402431#M816985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Could any one tell me the procedure how to process IDOC form ABAP program. for example i want to send MATMAS idoc to other system. now we are able to send through Tcode BD10 to XI.  we jsut want to send through ABAP program. is it possible to do so..if so  could u pls let me know the procedure..thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 08:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idoc-from-abap-program/m-p/3402431#M816985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T08:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating IDOC from ABAP  Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idoc-from-abap-program/m-p/3402432#M816986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just check abap program RBDSEMAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;P&gt;- select the materials you want to send.&lt;/P&gt;&lt;P&gt;- call following function module:&lt;/P&gt;&lt;P&gt;                CALL FUNCTION 'MG_IDOC_CREATE_FULL_MAT'&lt;/P&gt;&lt;P&gt;                  EXPORTING&lt;/P&gt;&lt;P&gt;                    rcvpfc       = ' '&lt;/P&gt;&lt;P&gt;                    rcvprn       = receiver_prn&lt;/P&gt;&lt;P&gt;                    rcvprt       = receiver_prt&lt;/P&gt;&lt;P&gt;                    sndpfc       = ' '&lt;/P&gt;&lt;P&gt;                    sndprn       = ' '&lt;/P&gt;&lt;P&gt;                    sndprt       = ' '&lt;/P&gt;&lt;P&gt;                    message_type = mestyp&lt;/P&gt;&lt;P&gt;                  TABLES&lt;/P&gt;&lt;P&gt;                    marakey      = t_matkeypack&lt;/P&gt;&lt;P&gt;                  EXCEPTIONS&lt;/P&gt;&lt;P&gt;                    OTHERS       = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-idoc-from-abap-program/m-p/3402432#M816986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:15:18Z</dc:date>
    </item>
  </channel>
</rss>

