<?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 Exporting to TVARVC using CALL FUNCTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610497#M2011714</link>
    <description>&lt;P&gt;Currently my code is this:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;DATA: t_vkorg TYPE RANGE OF vbak-vkorg.
SELECT sign opti low high FROM tvarv
  INTO TABLE t_vkorg
  WHERE name = 'XXX'
    AND type = 'A'.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I want to use CALL function to select from TVARVC&lt;/P&gt;
  &lt;P&gt;I'm not sure with the code though\&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'GET_PARAMETERS_FROM_TABLEABC'
 EXPORTING
  product   = 'XXX'
 TABLES
  t_parameter = lt_TVARVC
 EXCEPTION
 "IM NOT SURE WHAT TO PUT HERE"&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 06 May 2022 03:03:09 GMT</pubDate>
    <dc:creator>walkerist79</dc:creator>
    <dc:date>2022-05-06T03:03:09Z</dc:date>
    <item>
      <title>Exporting to TVARVC using CALL FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610497#M2011714</link>
      <description>&lt;P&gt;Currently my code is this:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;DATA: t_vkorg TYPE RANGE OF vbak-vkorg.
SELECT sign opti low high FROM tvarv
  INTO TABLE t_vkorg
  WHERE name = 'XXX'
    AND type = 'A'.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I want to use CALL function to select from TVARVC&lt;/P&gt;
  &lt;P&gt;I'm not sure with the code though\&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'GET_PARAMETERS_FROM_TABLEABC'
 EXPORTING
  product   = 'XXX'
 TABLES
  t_parameter = lt_TVARVC
 EXCEPTION
 "IM NOT SURE WHAT TO PUT HERE"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 May 2022 03:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610497#M2011714</guid>
      <dc:creator>walkerist79</dc:creator>
      <dc:date>2022-05-06T03:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to TVARVC using CALL FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610498#M2011715</link>
      <description>&lt;P&gt;what about FM RFC_READ_TABLE ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 05:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610498#M2011715</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-05-06T05:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to TVARVC using CALL FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610499#M2011716</link>
      <description>&lt;P&gt;Better use methods instead of function modules as far as possible.&lt;/P&gt;&lt;P&gt;EXCEPTIONS is optional. It's only to be used if the function module has some exceptions defined.&lt;/P&gt;&lt;P&gt;So, your question is about exceptions. If you don't use RAISE classicexception, nor MESSAGE ... RAISING classicexception, you won't have to define an exception in the function module, and you won't need to use EXCEPTIONS in CALL FUNCTION.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-to-tvarvc-using-call-function/m-p/12610499#M2011716</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-05-06T07:36:05Z</dc:date>
    </item>
  </channel>
</rss>

