<?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: Selecting text fields using QUICKVIEWER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857522#M1475169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the text field in QUICKVIEWER and get text from SAP then create a BAPI by copying the logic of READ_TEXT as a  ZBAPI &lt;U&gt;READ&lt;/U&gt;TEXT and create it as a remote enabled FM and use in QUICKVIEWER system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had same requirment in my project for informatica team.&lt;/P&gt;&lt;P&gt;they want to use the txt from SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i created a BAPI and they calle dthat BAPI in informatica programs and they are getting that text in informatica team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 19:36:22 GMT</pubDate>
    <dc:creator>former_member206439</dc:creator>
    <dc:date>2010-05-03T19:36:22Z</dc:date>
    <item>
      <title>Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857520#M1475167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abap experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a large number of text fields in the database and the client wants to use QUICKVIEWER to retrieve many reports but cannot retrieve text fields because as far as I am aware you have to use a FM READ_TEXT to retrieve text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know any way that I can around this issue short of deleting all the text fields and creating a user field in the tables and adding the text to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 18:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857520#M1475167</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2010-05-03T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857521#M1475168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the help for Quickviewer:&lt;/P&gt;&lt;P&gt;&amp;gt;The QuickViewer is especially useful for new users and occasional use. &lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 18:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857521#M1475168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T18:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857522#M1475169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the text field in QUICKVIEWER and get text from SAP then create a BAPI by copying the logic of READ_TEXT as a  ZBAPI &lt;U&gt;READ&lt;/U&gt;TEXT and create it as a remote enabled FM and use in QUICKVIEWER system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had same requirment in my project for informatica team.&lt;/P&gt;&lt;P&gt;they want to use the txt from SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i created a BAPI and they calle dthat BAPI in informatica programs and they are getting that text in informatica team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857522#M1475169</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-03T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857523#M1475170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naresh,&lt;/P&gt;&lt;P&gt;This would be absolutely wonderful if I could do this as we thought it was impossible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me some clue as to how you would link the BAPI to the Quickviewer since I thought the Quickviewer could only join tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 20:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857523#M1475170</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2010-05-03T20:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857524#M1475171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI can be called from any Non-SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had created a BAPI by copying the logic of READ_TEXT FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Informatica team called this BAPI in informatica system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 20:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857524#M1475171</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-03T20:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857525#M1475172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client wants to call text using QUICKVIEWER so I was wondering how you could call a BAPI using QV. They want to join multiple tables and get the text that they can view on the SAP screen....we do not have a non-sap system...it is all SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can still be done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 20:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857525#M1475172</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2010-05-03T20:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting text fields using QUICKVIEWER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857526#M1475173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes from any system you can call BAPI&lt;/P&gt;&lt;P&gt;But i don't know how to write in other systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my project Informatica people used that one.&lt;/P&gt;&lt;P&gt;It is also like joining tables and get the data .&lt;/P&gt;&lt;P&gt;they want text from SAP so i developed that BAPI FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 03:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-text-fields-using-quickviewer/m-p/6857526#M1475173</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-11T03:31:42Z</dc:date>
    </item>
  </channel>
</rss>

