<?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: Document flow correction program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579866#M861829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OSS corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2011 22:08:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-28T22:08:54Z</dc:date>
    <item>
      <title>Document flow correction program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579862#M861825</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;Does anybody know of a standard SAP correction program for the document flow table VBFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a delivery in doc. flow that does not exist otherwise in the system and would like to correct this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579862#M861825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T20:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow correction program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579863#M861826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     You can do it indirectly in SAP using '/h' debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1)Go to Se11&lt;/P&gt;&lt;P&gt;  2) Go and view the entries for the recoed that you wnat to change.&lt;/P&gt;&lt;P&gt;  3) In the display screen OK code box thpe '/h' and press enter.&lt;/P&gt;&lt;P&gt;  4) In the Debugging screen  You check / see  the value for the variable "CODE". It will be "SHOW".&lt;/P&gt;&lt;P&gt;       Change the variable value to "EDIT" and save that variabe value.&lt;/P&gt;&lt;P&gt; 5) Then the entries will be changed as Editable in the screen fields. You can change the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE : This is not advisible to change any foreign key related table. We can use it for emergency purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will let you know the correction program if I finds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579863#M861826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T20:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow correction program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579864#M861827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't change standard SAP table contents in a production system without SAP's blessing. That's why I asked if anybody knows a SAP provided fix program. Note 74513 provides one, but it's not valid in a ECC60 release - only to 4.7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579864#M861827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T20:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow correction program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579865#M861828</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 the below link document:&lt;/P&gt;&lt;P&gt;                &lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0cb01" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0cb01&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See page no 45 "You can also set it later with the help of a correction program (see SAP Note 104475)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will fix your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579865#M861828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Document flow correction program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579866#M861829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OSS corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 22:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-flow-correction-program/m-p/3579866#M861829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-28T22:08:54Z</dc:date>
    </item>
  </channel>
</rss>

