<?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: MIGO: FI document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531822#M574155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is exactly what I need. I want to add a new entry into accounting document into a different/new account. But until now I wasn't able to find the place when the creation starts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jul 2007 19:20:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-15T19:20:46Z</dc:date>
    <item>
      <title>MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531820#M574153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not sure if this is the right forum...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the coding where in transaction MIGO the FI document is created. I create a goods movement with a purchase order as referece document. I'm not able to find the place where the corresponding FI doc. is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2007 17:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531820#M574153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-14T17:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531821#M574154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for how the finance document is created even though you are creating a material document and where in the code that call happens? Somewhere at the end of the process, there is a call to several FI function modules, each creating a FICO document such as as accounting document, COPA document etc. It gets all the function module names from a config table and then executes each one of those function modules in a loop. I will post the name of that table as soon as I find as I don't remember it at the top of my head. This automated FI postings config when a material movement is done in the system and is dependent on material movement type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 00:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531821#M574154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T00:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531822#M574155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is exactly what I need. I want to add a new entry into accounting document into a different/new account. But until now I wasn't able to find the place when the creation starts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 19:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531822#M574155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T19:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531823#M574156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But that should be a config task. In config, in MM under inventory management, movement types, there will be a place where you set up the accounts per movement type for automatic posting.  So if you want to change the account that a certain movement is currently posting to, you change it here in config not through coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 22:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531823#M574156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T22:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531824#M574157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is not possible because MM is not used completely...Please give me the include/routine where the FI is created. It must be before (or inside) the module MB_CREATE_GOODS_MOVEMENT. After the commit the material doc. is created and also the accounting doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531824#M574157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531825#M574158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to VL32n&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the delivery Number for which you posted Goods reciept.Then use Doc FLow(F7) .You would be able to see all the doc. for accountiong press {accounting tab}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 07:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531825#M574158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T07:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531826#M574159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to post other FI document than those specified in the Customizing, you may use BADI definition INVOICE_UPDATE, interface IF_EX_INVOICE_UPDATE, Method CHANGE_IN_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531826#M574159</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-07-16T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531827#M574160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the place by myself: it's in include MM07MFF9_F_BELEG_ERGAENZEN before module CKMV_AC_DOCUMENT_CREATE. This module creates the account document. I've to insert a modification before and change the items and amounts table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't new another account doc. , I 'only' have to change the accounts, split an exsiting entry etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 18:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531827#M574160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T18:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO: FI document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531828#M574161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 07:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-fi-document/m-p/2531828#M574161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-21T07:04:09Z</dc:date>
    </item>
  </channel>
</rss>

