<?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 Calling SAPscript editor dynamically in ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883339#M51998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a layout in which the footer is to be written by the end-user while executing a report. Now, how do i call the 'FOOTER WINDOW' in the sapscript so that he/she can write directly in the sapscript itself and it appears in the final layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2005 16:34:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-07T16:34:14Z</dc:date>
    <item>
      <title>Calling SAPscript editor dynamically in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883339#M51998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a layout in which the footer is to be written by the end-user while executing a report. Now, how do i call the 'FOOTER WINDOW' in the sapscript so that he/she can write directly in the sapscript itself and it appears in the final layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 16:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883339#M51998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-07T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SAPscript editor dynamically in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883340#M51999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FOOTER WINDOW put an include to a text item (using INCLUDE &amp;amp;...-TDNAME&amp;amp; OBJECT &amp;amp;...-TDOBJECT&amp;amp;... as per a normal SAPScript).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call the function module EDIT_TEXT from within your custom report to capture the users text and then the function module SAVE_TEXT to save the text (with the text object etc as specified in your FOOTER WINDOW).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This saved text should have a unique name (based on some object id, like sales order number, or whatever the SAPscript is for).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way you get dynamic content without having to edit the SAPscript every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 16:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883340#M51999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-07T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SAPscript editor dynamically in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883341#M52000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you plz send me a sample code bcos am not able to visualize what u have told&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 12:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883341#M52000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-08T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SAPscript editor dynamically in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883342#M52001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Igor has done a great &amp;lt;a href="/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class that explains exactly how you can capture text from the user and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, use his method, and just use INCLUDE to include the text in your SAPscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 13:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-sapscript-editor-dynamically-in-abap/m-p/883342#M52001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-08T13:14:23Z</dc:date>
    </item>
  </channel>
</rss>

