<?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 dynamically changing text element name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257698#M778086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got a scenario in which there are two radibuttons named create and change respectively.&lt;/P&gt;&lt;P&gt;Based on the selection of radio button the seletion screen parameter name shuld changed accordingly.&lt;/P&gt;&lt;P&gt;For example: If user selects create radio button the selection text for parameter should be Created by&lt;/P&gt;&lt;P&gt;else it should be changed by. &lt;/P&gt;&lt;P&gt;How can i achieve this?? Please share your thoughts???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Jan 2008 11:07:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-19T11:07:10Z</dc:date>
    <item>
      <title>dynamically changing text element name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257698#M778086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got a scenario in which there are two radibuttons named create and change respectively.&lt;/P&gt;&lt;P&gt;Based on the selection of radio button the seletion screen parameter name shuld changed accordingly.&lt;/P&gt;&lt;P&gt;For example: If user selects create radio button the selection text for parameter should be Created by&lt;/P&gt;&lt;P&gt;else it should be changed by. &lt;/P&gt;&lt;P&gt;How can i achieve this?? Please share your thoughts???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2008 11:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257698#M778086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-19T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically changing text element name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257699#M778087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;   P_rad1 radiobuttons group g1 user-command 'RAD',&lt;/P&gt;&lt;P&gt;   p_rad2 radiobuttons group g1 .&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;    P_text1 type c,&lt;/P&gt;&lt;P&gt;   p_text2 type c.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;At selection-screen output.&lt;/P&gt;&lt;P&gt;  if p_rad1 eq 'X'.&lt;/P&gt;&lt;P&gt;   loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'p_text1'.&lt;/P&gt;&lt;P&gt;     screen-active = 1.&lt;/P&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;if screen-name eq 'P_text2'.&lt;/P&gt;&lt;P&gt;     screen-active = 0.&lt;/P&gt;&lt;P&gt;    modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if p_rad2 eq 'X'.&lt;/P&gt;&lt;P&gt;   loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'p_text2'.&lt;/P&gt;&lt;P&gt;     screen-active = 1.&lt;/P&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;if screen-name eq 'P_text1'.&lt;/P&gt;&lt;P&gt;     screen-active = 0.&lt;/P&gt;&lt;P&gt;    modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plzz reward points if it helps.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2008 11:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257699#M778087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-19T11:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically changing text element name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257700#M778088</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;U create 2 parameters with Names 'Create' and 'Change'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 2 radio buttons (rcreate, rchange) with one radiobutton having the default value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now At Selection-Screen u loop at the screen and as per the radio buttons hide one of the parameter and unhide the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2008 11:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-text-element-name/m-p/3257700#M778088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-19T11:15:26Z</dc:date>
    </item>
  </channel>
</rss>

