<?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: Grabbing Text Symbols/Selection Texts from program to Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417345#M1996860</link>
    <description>&lt;P&gt;These 2 questions were asked a lot in the forum. Search "RS_VARIANT_CONTENTS" (values of a program variant) and "READ TEXTPOOL" (text symbols and more).&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jun 2021 14:36:35 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-06-22T14:36:35Z</dc:date>
    <item>
      <title>Grabbing Text Symbols/Selection Texts from program to Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417341#M1996856</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I have this program which takes in a program name and a variant and then outputs the variant values into the job log using a function module. Right now when the data prints to the job log it prints the variable name and I was hoping to print the Text Symbols I designated for it in the program. Is there another parameter I can pass in the function to achieve this? or is there a system command I have not seen?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 19:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417341#M1996856</guid>
      <dc:creator>former_member752221</dc:creator>
      <dc:date>2021-06-21T19:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Grabbing Text Symbols/Selection Texts from program to Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417342#M1996857</link>
      <description>&lt;P&gt;Hi Owen,&lt;/P&gt;&lt;P&gt;Can you try using the function module: RS_COVERPAGE_SELECTIONS, than the one you could be using right now. This function module should be able to bring up the explicit selection texts for the parameters and select-options as opposed to the variable names.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 00:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417342#M1996857</guid>
      <dc:creator>Nikhil_Rao_ABAP</dc:creator>
      <dc:date>2021-06-22T00:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Grabbing Text Symbols/Selection Texts from program to Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417343#M1996858</link>
      <description>&lt;P&gt;Hi Owen,&lt;/P&gt;&lt;P&gt;I have a program which gets the variant content via this function module:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    CALL FUNCTION 'RS_VARIANT_CONTENTS'
      EXPORTING
        report               = t_varid-report
        variant              = t_varid-variant
      TABLES
        l_params             = t_params
        l_params_nonv        = t_params_nonv
        l_selop              = t_selop
        l_selop_nonv         = t_selop_nonv
        valutab              = t_valutab
        OBJECTS              = t_objects
      EXCEPTIONS
        variant_non_existent = 01
        variant_obsolete     = 02.
&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Table OBJECTS contains the field TEXT which might have the content you are looking for:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1949633-structurevanz-tableobjects.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Example output:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1949634-structurevanz-output.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Bärbel&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 07:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417343#M1996858</guid>
      <dc:creator>BaerbelWinkler</dc:creator>
      <dc:date>2021-06-22T07:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Grabbing Text Symbols/Selection Texts from program to Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417344#M1996859</link>
      <description>&lt;P&gt;This helped a lot, the only follow up I have is this does not grab my text symbols. and that was what I was hoping to grab the most.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 13:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417344#M1996859</guid>
      <dc:creator>former_member752221</dc:creator>
      <dc:date>2021-06-22T13:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grabbing Text Symbols/Selection Texts from program to Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417345#M1996860</link>
      <description>&lt;P&gt;These 2 questions were asked a lot in the forum. Search "RS_VARIANT_CONTENTS" (values of a program variant) and "READ TEXTPOOL" (text symbols and more).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 14:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417345#M1996860</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-06-22T14:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Grabbing Text Symbols/Selection Texts from program to Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417346#M1996861</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;ganzatron&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Hi Owen,&lt;/P&gt;&lt;P&gt;you might need to combine the output from the function module with READ TEXTPOOL for the program as Sandra indicated in her comment above. &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Bärbel&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 15:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grabbing-text-symbols-selection-texts-from-program-to-function-module/m-p/12417346#M1996861</guid>
      <dc:creator>BaerbelWinkler</dc:creator>
      <dc:date>2021-06-22T15:24:08Z</dc:date>
    </item>
  </channel>
</rss>

