<?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: Copy Billing text from Billing Header Notes to FI Document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259059#M1214800</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;Hope you are doing good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a same requirement to copy billing text from billing header to FI document (BSEG-SGTXTX) . I would like to know the work around solution provided to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks N regards&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 04:20:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-18T04:20:27Z</dc:date>
    <item>
      <title>Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259053#M1214794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to copy the Billing Header Notes (texts) while creating the billing doc to the FI document (BSEG-SGTXT).  I know I should use EXIT_SAPLV60B_001 or EXIT_SAPLV60B_002 to post the text so it is in the field I need on FLB5N  (sgtxt).  Howvever, the texts have not been saved at the point you reach this user exit.  How do I retrieve the texts (generally found using FM  READ_TEXT) so that I can copy this to the FI document.   Help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259053#M1214794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T17:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259054#M1214795</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 can use the READ_TEXT to get the Long text fom the Billing Document Header Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you need to pass &lt;/P&gt;&lt;P&gt;Text Name   Language    Text ID  Text Object  to the FM you can get this from VF03 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VF03-&amp;gt;give Billing doc number-&amp;gt;f&lt;/P&gt;&lt;P&gt;From Menu path GOTO-&amp;gt;header-&amp;gt;Headtext and then double click on the text editor and then from again from menu path Goto-&amp;gt;header You get the above details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Name will be the differnet Billing Doc number and remaing a\other fields will be same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259054#M1214795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T17:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259055#M1214796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with that, however, that is not my situation.  The long texts have not been saved at the point it hits this user exit so it can be read by READ_TEXT.   I have the invoice # it will generate, but it has not saved the texts at this point.  How can I get these texts before they are actually saved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259055#M1214796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T17:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259056#M1214797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, does field-symbols wuld help?&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 18:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259056#M1214797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259057#M1214798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but i have resolved this on my own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 21:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259057#M1214798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T21:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259058#M1214799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello mvp0821, can you re-explain your solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259058#M1214799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T11:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259059#M1214800</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;Hope you are doing good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a same requirement to copy billing text from billing header to FI document (BSEG-SGTXTX) . I would like to know the work around solution provided to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks N regards&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 04:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259059#M1214800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T04:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Billing text from Billing Header Notes to FI Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259060#M1214801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MVP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me same solution because we have same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regrads,&lt;/P&gt;&lt;P&gt;Kaushal Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 06:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-billing-text-from-billing-header-notes-to-fi-document/m-p/5259060#M1214801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-09T06:35:36Z</dc:date>
    </item>
  </channel>
</rss>

