<?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: RFVDEDIT - SAPScript Editor Call-up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940814#M1693124</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;If you can't use SO10 for some reason, RFVDEDIT can be used to create a new text.&amp;nbsp; Specify an existing Object and ID and the name of your new Text, press execute and you get an empty text editor.&amp;nbsp; Paste, Save and you're done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2012 08:15:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-31T08:15:55Z</dc:date>
    <item>
      <title>RFVDEDIT - SAPScript Editor Call-up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940810#M1693120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have some text maintained which I can view through RFVDEDIT program by giving the Object, Text ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I want to create a new text id, could anyone let me know how to create a new text id and its contents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 15:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940810#M1693120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-30T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: RFVDEDIT - SAPScript Editor Call-up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940811#M1693121</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;Text IDs (and text objects) can be maintained in view V_TTXIDI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 15:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940811#M1693121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-30T15:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: RFVDEDIT - SAPScript Editor Call-up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940812#M1693122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but I want to maintain around 100 lines of text for that text ID, they have already maintained many other textx which I can view through program RVFDEDIT and RFVDEDIT_RE, the text interface will be similar to standard textx SO10 , can anyone help me how to create that text which I can view through RFVDEDIT program, I dont want to maintain in SO10, as the existing process is to maintain in RFVDEDIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 15:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940812#M1693122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-30T15:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFVDEDIT - SAPScript Editor Call-up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940813#M1693123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What you need to do is Select any existing object from V_TTXIDI or Create you own object as similar to any existing one and Go to the program &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RVFDEDIT&lt;/SPAN&gt; and provide that object name (From&amp;nbsp; V_TTXIDI Newly created or existing one),&amp;nbsp; and any name you want to give to your text(Ex: New_Text) and Id(From&amp;nbsp; V_TTXIDI ) and Language as EN or your own choice and execute the program, Now select the radio button OFF and click on choose, in the next screen you can write your 100 or more lines and click on save. Do remember your Object, ID, Name and Lang to edit or display it later using the RVFDEDIT program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 16:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940813#M1693123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-30T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: RFVDEDIT - SAPScript Editor Call-up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940814#M1693124</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;If you can't use SO10 for some reason, RFVDEDIT can be used to create a new text.&amp;nbsp; Specify an existing Object and ID and the name of your new Text, press execute and you get an empty text editor.&amp;nbsp; Paste, Save and you're done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 08:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfvdedit-sapscript-editor-call-up/m-p/8940814#M1693124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-31T08:15:55Z</dc:date>
    </item>
  </channel>
</rss>

