<?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 Inbound Processing with reference to user defined Message type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775992#M647000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Respected Readers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have created a segment with fields &lt;/P&gt;&lt;P&gt; Matnr&lt;/P&gt;&lt;P&gt; mbrsh&lt;/P&gt;&lt;P&gt; mtart&lt;/P&gt;&lt;P&gt; vpsta&lt;/P&gt;&lt;P&gt; maktx&lt;/P&gt;&lt;P&gt; meins &lt;/P&gt;&lt;P&gt; matkl(Total 7 fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have created a idoc also and a message type and assign the idoc with message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have set the communication partners also and created the distribution model with my message type and distributed also to the reciver side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as it is not the standard message type like MATMAS so we cannot use the tcode BD10 to send the material.Instead of it i have to write the program to create the idoc for sending it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have created the program for the generation of IDOC.&lt;/P&gt;&lt;P&gt;Upto here picture is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of Inbound in standard we use the tcode BD11 to get material but same thing as we are not using the Standard Message type we have to create our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this case i have written a function module and that function module is attached to the process code and process code is attached to the message type and message type is attached to the partner profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done the assignments in we57 and bd51 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now idoc is created in the inbound side with status 70.&lt;/P&gt;&lt;P&gt;but i am not getting how to upload this data in standard tables Mara and Makt.&lt;/P&gt;&lt;P&gt;So that if i go to tcode MM02 and give the respective Matnr ,it should display that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First tell me what i have done is the right procedure or i have to make somechanges somewhere .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly if you please give me the function module code for inbound processing to upload the data in this standard table( mara ,makt)  so that material is created in the reciver side also.i will be very thankful to you.&lt;/P&gt;&lt;P&gt;I am only using seven fields in creating the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly send your answers and not links .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 07:02:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T07:02:31Z</dc:date>
    <item>
      <title>Inbound Processing with reference to user defined Message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775992#M647000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Respected Readers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have created a segment with fields &lt;/P&gt;&lt;P&gt; Matnr&lt;/P&gt;&lt;P&gt; mbrsh&lt;/P&gt;&lt;P&gt; mtart&lt;/P&gt;&lt;P&gt; vpsta&lt;/P&gt;&lt;P&gt; maktx&lt;/P&gt;&lt;P&gt; meins &lt;/P&gt;&lt;P&gt; matkl(Total 7 fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have created a idoc also and a message type and assign the idoc with message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have set the communication partners also and created the distribution model with my message type and distributed also to the reciver side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as it is not the standard message type like MATMAS so we cannot use the tcode BD10 to send the material.Instead of it i have to write the program to create the idoc for sending it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have created the program for the generation of IDOC.&lt;/P&gt;&lt;P&gt;Upto here picture is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of Inbound in standard we use the tcode BD11 to get material but same thing as we are not using the Standard Message type we have to create our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this case i have written a function module and that function module is attached to the process code and process code is attached to the message type and message type is attached to the partner profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done the assignments in we57 and bd51 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now idoc is created in the inbound side with status 70.&lt;/P&gt;&lt;P&gt;but i am not getting how to upload this data in standard tables Mara and Makt.&lt;/P&gt;&lt;P&gt;So that if i go to tcode MM02 and give the respective Matnr ,it should display that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First tell me what i have done is the right procedure or i have to make somechanges somewhere .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly if you please give me the function module code for inbound processing to upload the data in this standard table( mara ,makt)  so that material is created in the reciver side also.i will be very thankful to you.&lt;/P&gt;&lt;P&gt;I am only using seven fields in creating the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly send your answers and not links .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775992#M647000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Processing with reference to user defined Message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775993#M647001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Steps are Ok in your case.&lt;/P&gt;&lt;P&gt;But the Inbound FM that you create must be copied from any Standard inbound FM&lt;/P&gt;&lt;P&gt;Eg: IDOC_INPUT_MATMAS01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy this FM to a Z FM .(Parameters must be Same for all inbound FMs)&lt;/P&gt;&lt;P&gt;Then Remove the Source code and add your own source code to update the IDOC data.&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775993#M647001</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-04T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Processing with reference to user defined Message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775994#M647002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done the same thing and used same parameter in import ,export ,tables and exception tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have written some code also .&lt;/P&gt;&lt;P&gt;But i am not getting the code to upload the data in the standard tables so that material should be get created automatically as soon as the data get uploaded&lt;/P&gt;&lt;P&gt;in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somewhere i have read that you have to use the BDC concept Call transaction method to upload the data.&lt;/P&gt;&lt;P&gt;But how to use the BDC code in  Function module , i am not getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you send any example of code for this task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-with-reference-to-user-defined-message-type/m-p/2775994#M647002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:13:57Z</dc:date>
    </item>
  </channel>
</rss>

