<?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: Function module / BAPI for changing planning date (FDTAG) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463668#M1554237</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;U can try to use the fm FI_ITEMS_MASS_CHANGE, it seems that field is not managed by that fm, but u can create an your Z fm as copy of FI_ITEMS_MASS_CHANGE, in order to change  FDTAG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 11:47:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-23T11:47:25Z</dc:date>
    <item>
      <title>Function module / BAPI for changing planning date (FDTAG)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463667#M1554236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's go for a problem.&lt;/P&gt;&lt;P&gt;Many FI documents have been created in our system, with a wrong planning date, these documents have to be changed and I have been trying to develop a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a big trouble finding a function module or a BAPI which allows me to change the planning date (FDTAG field). I have been trying these function modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI_ITEMS_CHANGE&lt;/P&gt;&lt;P&gt;FI_DOCUMENT_CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one works for changind data in the FI documents but it seems like it can't change the planning date, it returns an error message that informs that the FDTAG field can not be changed.&lt;/P&gt;&lt;P&gt;The second one is confusing, I have been unable to feed the function module with the data it needs to determine a single document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use BAPI_ACC_DOCUMENT_POST right now, it doesn't seems promising but you never know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone had the same problem? I have been looking for an answer in both google and here but I can't find one, just some people with the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep trying to find the solution, if I find it I will post it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 11:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463667#M1554236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module / BAPI for changing planning date (FDTAG)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463668#M1554237</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;U can try to use the fm FI_ITEMS_MASS_CHANGE, it seems that field is not managed by that fm, but u can create an your Z fm as copy of FI_ITEMS_MASS_CHANGE, in order to change  FDTAG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 11:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463668#M1554237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T11:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function module / BAPI for changing planning date (FDTAG)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463669#M1554238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked perfectly, even better because we where already using the FDTAG field for mass changes (don't remember right now which note we implemented) so I have just used FI_ITEMS_MASS_CHANGE with no changes at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 10:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-for-changing-planning-date-fdtag/m-p/7463669#M1554238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T10:13:21Z</dc:date>
    </item>
  </channel>
</rss>

