<?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: TVARVC table Selection Variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707040#M1671508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sanjeeva Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If while you do F4 help in the variant dynamic property, it will list out only those variables which are present in table TVARVC, so make sure that you have made an entry in that table by using the transaction STVARV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 12:58:29 GMT</pubDate>
    <dc:creator>Kartik2</dc:creator>
    <dc:date>2012-04-20T12:58:29Z</dc:date>
    <item>
      <title>TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707034#M1671502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to link the selection variable SO_PERNR in TVARVC table to one of my report program's variant. But in my report's variant, it does not display SO_PERNR while pressing F4. Due to that I am not able to link the selection variable with my variant. COuld any one tell me the reason why this variable is not being listed?. Also please let me know how to link it to my variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 09:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707034#M1671502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707035#M1671503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can select the SO_PERNR from TVARVC table in your initialization Event and assign those to your selection screen field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 10:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707035#M1671503</guid>
      <dc:creator>former_member209818</dc:creator>
      <dc:date>2012-04-20T10:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707036#M1671504</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;You need to maintain the relevant values in tvarvc table as variables and call them into a internal table in INITIALIZATION event. Then ON VALUE REQUEST, you need to read this table and assign it as an search help for that custom selection variable SO_PERNR. This can be done with function module '&lt;SPAN style="color: #000000; font-family: Courier New; font-size: 10pt;"&gt;F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Courier New; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Courier New; font-size: 10pt;"&gt;Sanjeev&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 10:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707036#M1671504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707037#M1671505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am talking about the selection screen variable value linkage in the variant screen of the concerned report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707037#M1671505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707038#M1671506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate more? If the code for the search help is in place, it should work on the selection screen on value request even after you create the variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707038#M1671506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707039#M1671507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you created your TVARVC variable thru Tcode STVARV?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707039#M1671507</guid>
      <dc:creator>former_member209818</dc:creator>
      <dc:date>2012-04-20T12:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707040#M1671508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sanjeeva Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If while you do F4 help in the variant dynamic property, it will list out only those variables which are present in table TVARVC, so make sure that you have made an entry in that table by using the transaction STVARV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707040#M1671508</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2012-04-20T12:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707041#M1671509</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;SPAN lang="EN-US" style="color: #1f497d;"&gt;Variant looks for entries from client 000 since that is a client independent change(ABAP) this needs to be done via STVARVC. &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;That is because of entries are not in client 000.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;Chandra&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 17:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707041#M1671509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T17:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707042#M1671510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not created the selection variable in STVARV. I am using the existing selection variable for my variant. The entry is available in TVARVC. I dont know why it is not being listed while pressing F4 in the Selection variable column availale in the variant screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 12:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707042#M1671510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-21T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707043#M1671511</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;pls check entry exist or not in client 000. If is not you need to create in 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 12:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707043#M1671511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-21T12:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707044#M1671512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chandra, Could you elaborate ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 12:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707044#M1671512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-21T12:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707045#M1671513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;Variant looks for entries from client 000 since that is a client independent change(ABAP) this needs to be done via STVARVC. &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;That is because of entries are not in client 000.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 12:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707045#M1671513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-21T12:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: TVARVC table Selection Variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707046#M1671514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curretly I dont have an access to create the entry through STVARVC. Let me try it once I get the access. Thanks for everyone's help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 12:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarvc-table-selection-variable/m-p/8707046#M1671514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-21T12:46:54Z</dc:date>
    </item>
  </channel>
</rss>

