<?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: fetching in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222714#M1717601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ABRVW BEZEI FROM TVLVT INTO CORRESPONDING FIELDS OF TABLE IT_TVLVT&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ABRVW LIKE 'Y%'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 03:50:52 GMT</pubDate>
    <dc:creator>edgar_nagasaki</dc:creator>
    <dc:date>2013-01-11T03:50:52Z</dc:date>
    <item>
      <title>fetching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222713#M1717600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;abrw&amp;nbsp;&amp;nbsp; bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; general clinic&lt;/P&gt;&lt;P&gt;y2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sunday clinic'&lt;/P&gt;&lt;P&gt;y3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; special clinic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ABRVW BEZEI FROM TVLVT INTO CORRESPONDING FIELDS OF TABLE IT_TVLVT&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ABRVW = 'Y1' OR ABRVW = 'Y2' OR ABRVW = 'Y3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of that can i pass 'Y *' or 'Y%' so that i can pass dynamically, and the function guys can maintain all the clinics in 'Y',no need to hard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but Y*&amp;nbsp;&amp;nbsp; or Y% ,is not fetching ...&lt;/P&gt;&lt;P&gt;pls help .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Moderator message: very basic, please do more research before posting, use more meaningful titles when posting.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 03:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222713#M1717600</guid>
      <dc:creator>dineshkumar_shanmugasabap</dc:creator>
      <dc:date>2013-01-11T03:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: fetching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222714#M1717601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ABRVW BEZEI FROM TVLVT INTO CORRESPONDING FIELDS OF TABLE IT_TVLVT&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ABRVW LIKE 'Y%'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 03:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222714#M1717601</guid>
      <dc:creator>edgar_nagasaki</dc:creator>
      <dc:date>2013-01-11T03:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: fetching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222715#M1717602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dinesh,&lt;/P&gt;&lt;P&gt;I would say the best option would be to use a range like this.&lt;/P&gt;&lt;P&gt;This method will work for sure, without any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: R_VAR FOR ABRVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_VAR-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_VAR-OPTION = 'CP'.&lt;/P&gt;&lt;P&gt;R_VAR-LOW = 'Y*'.&lt;/P&gt;&lt;P&gt;APPEND R_VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SELECT ABRVW BEZEI FROM TVLVT INTO CORRESPONDING FIELDS OF TABLE IT_TVLVT&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp; WHERE ABRVW IN R_VAR.&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;Sreekanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 04:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222715#M1717602</guid>
      <dc:creator>SreekanthKrishn</dc:creator>
      <dc:date>2013-01-11T04:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: fetching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222716#M1717603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while using Y% don't use where ABRVW = 'Y%'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SELECT ABRVW BEZEI FROM TVLVT INTO CORRESPONDING FIELDS OF TABLE IT_TVLVT&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp; WHERE ABRVW LIKE 'Y%'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 05:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222716#M1717603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: fetching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222717#M1717604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check dis Link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_731/en/index.htm" title="http://help.sap.com/abapdocu_731/en/index.htm"&gt;http://help.sap.com/abapdocu_731/en/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Smruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 06:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching/m-p/9222717#M1717604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T06:22:06Z</dc:date>
    </item>
  </channel>
</rss>

