<?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: FB02 Question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090640#M1181691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of items are these? G/L, vendor, customer or a mixture?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 20:44:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T20:44:20Z</dc:date>
    <item>
      <title>FB02 Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090639#M1181690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We wrote a program to batch load stuff via FB01 but there was an data load issue. Now we need to relog just the line text (SGTXT) for all teh documents it created. If there a faster way to batch update the line text in FB02 then a BDC program? I have a file of all the documents and line texts it needs to update.&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;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 20:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090639#M1181690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T20:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: FB02 Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090640#M1181691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of items are these? G/L, vendor, customer or a mixture?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 20:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090640#M1181691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T20:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: FB02 Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090641#M1181692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FI documents with a custom doc type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 20:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090641#M1181692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T20:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: FB02 Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090642#M1181693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the display/change line items transactions (FBL3N, FBL5N and FBL1N) there is an option on the display:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment -&amp;gt; Mass Change -&amp;gt; New values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you can change the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 20:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090642#M1181693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T20:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: FB02 Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090643#M1181694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I didn't explain it well enough. I'm looking to mass update FI documents by document number and update the line text (SGTXT). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc#      Line text&lt;/P&gt;&lt;P&gt;5000432 Facility 1006&lt;/P&gt;&lt;P&gt;5000434 Facility 1243&lt;/P&gt;&lt;P&gt;5000435 Facility 2537&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So each document will have it's own different line text. I know I can do a CALL TRANSACTION 'FB02' BDC to update them but that's time consuming so I'm wondering if there's some function or another way to loop a set of FI documents then update the line text. In the original FB01 BDC the line text was off by one record so all the line text got posted to the wrong documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 21:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090643#M1181694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T21:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: FB02 Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090644#M1181695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a BAPI, but batch input should be pretty quick. I can't think of anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 21:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb02-question/m-p/5090644#M1181695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T21:27:14Z</dc:date>
    </item>
  </channel>
</rss>

