<?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: automatic IDOC  generation ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460466#M831465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyotirmoy Deb &lt;/P&gt;&lt;P&gt;Go to transaction code MRM1 put output devices ERS6 vin key combination select select company code /invoice  invoicing Party put vendor or other party number that you want to generate invoice   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In partner function select your partner type in case of vendor select VN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In medumof transaction select 6 for EDI  &lt;/P&gt;&lt;P&gt;In date time select 4 for Send immediately (when saving the application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit Shivhare&lt;/P&gt;&lt;P&gt;PS: Reward point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 07:49:54 GMT</pubDate>
    <dc:creator>shivhare</dc:creator>
    <dc:date>2008-02-29T07:49:54Z</dc:date>
    <item>
      <title>automatic IDOC  generation !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460461#M831460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to automate an idoc generation when the credit memo is created !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me the approach  and the steps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 06:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460461#M831460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T06:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: automatic IDOC  generation !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460462#M831461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Check this IDOC type : GSVERF01.(TCODE: WE60 or WE30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC for credit memo can be created by this.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 06:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460462#M831461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T06:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: automatic IDOC  generation !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460463#M831462</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;You dont need to write a code in userexit, just check this IDOC type : GSVERF01.(TCODE: WE60 or WE30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thru this you can create an IDOC for Credit memo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thru message control option we can achieve that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read this.. it will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Control &lt;/P&gt;&lt;P&gt;The objective of Message Control is the exchange of information between various partners and the launching of subsequent processing that is partner-independent. Message Control provides interfaces to make this possible.&lt;/P&gt;&lt;P&gt;You can use the Message Control interfaces to describe various data combinations along with the required processing. If one of these data combinations is found to be applicable during the processing of an application object, the appropriate processing is started (synchronously or asynchronously).&lt;/P&gt;&lt;P&gt;Message Control is a "service program" for other applications. It is initiated via ABAP function modules. Information about which programs carry out the subsequent processing is managed in tables . The conditions determining when programs are called are often very complex and also depend on the individual customer situation. Message Control offers the flexibility needed to represent these various situations .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output or follow up processing of partner-dependent messages is automated via Message Control. The application then calls the Message Control via the specified interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use these interfaces to describe various data combinations along with the required processing. If one of these data combinations appears during processing, the appropriate processing is started (synchronously or asynchronously). You can define processing with several different methods, for example as a workflow, print output or as an IDoc dispatch for EDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation considerations&lt;/P&gt;&lt;P&gt;SD and MM applications always use Message Control for message output. You carry out Customizing of the Message Control in the application&amp;#146;s Customizing. The Message Control is also sometimes described here as "output control". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;Message Control is a "service program" for other applications. It is initiated via ABAP function modules. An application that uses Message Control must&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the Message Control &lt;/P&gt;&lt;P&gt;Transfer files which should be compared with the combinations defined in Customizing. &lt;/P&gt;&lt;P&gt;Provide a processed program, that is called from the Message Control, if the transferred data corresponds with the combinations defined in Customizing&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition technique in the R/3 System is used to formulate the data combinations required. If the current application data corresponds to the conditions defined in Customizing, message determination was successful and created a message default. If the application supports it, the proposal can be changed (processed). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result the message is processed immediately or at a defined time. The processing status of the message is stored in a status record. If the application supports it, a processing log is written as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Control scenarios:&lt;/P&gt;&lt;P&gt;1. The credit limit has been exceeded in a sales order, whereupon the block indicator is assigned. The Message Control should respond to the block indicator by printing out this customer&amp;#146;s account history. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A document is released and receives a corresponding status in its data record. The Message Control should thereupon issue a release message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also applications which can "switch off" message determination and directly generate the message default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition Components and Condition Records&lt;/P&gt;&lt;P&gt;The individual objects of the Message Control which are relevant in the message determination process and can be configured in Customizing or the application transaction are explained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message determination&lt;/P&gt;&lt;P&gt;This section describes how the condition component hierarchy is evaluated and how the condition tables are accessed. Different scenarios, which can be realized by special strategies when Customizing the condition component, are used as examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Default and Message Editing&lt;/P&gt;&lt;P&gt;The result of message determination is a message default that can be edited manually in the application, if this function is available in the application. If not, any messages found are forwarded directly for automatic processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message processing&lt;/P&gt;&lt;P&gt;This explains how the message found can be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460463#M831462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: automatic IDOC  generation !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460464#M831463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I automate the process of creation of IDOC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean when the credit memo is created an IDOC  will be generated !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460464#M831463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: automatic IDOC  generation !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460465#M831464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any one can tell me the steps for automation ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460465#M831464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: automatic IDOC  generation !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460466#M831465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyotirmoy Deb &lt;/P&gt;&lt;P&gt;Go to transaction code MRM1 put output devices ERS6 vin key combination select select company code /invoice  invoicing Party put vendor or other party number that you want to generate invoice   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In partner function select your partner type in case of vendor select VN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In medumof transaction select 6 for EDI  &lt;/P&gt;&lt;P&gt;In date time select 4 for Send immediately (when saving the application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit Shivhare&lt;/P&gt;&lt;P&gt;PS: Reward point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 07:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-idoc-generation/m-p/3460466#M831465</guid>
      <dc:creator>shivhare</dc:creator>
      <dc:date>2008-02-29T07:49:54Z</dc:date>
    </item>
  </channel>
</rss>

