<?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: Text elements and selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758992#M328651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's std. SAP RIAUFK20 program. Won't let me change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 18:18:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T18:18:09Z</dc:date>
    <item>
      <title>Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758990#M328649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the selection screen using enhancement frame concept. But I can not change the selection text that displays on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 17:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758990#M328649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T17:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758991#M328650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to go to the text elements of the program and change the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 18:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758991#M328650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T18:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758992#M328651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's std. SAP RIAUFK20 program. Won't let me change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 18:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758992#M328651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758993#M328652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ketki,&lt;/P&gt;&lt;P&gt;Do u get any solution for this problem ...&lt;/P&gt;&lt;P&gt;even i am atruck with a similar problem ..&lt;/P&gt;&lt;P&gt;I want to delete a few checkboxes from the Order Status frame .. can you tell me how this can be achieved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758993#M328652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T05:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758994#M328653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With new enhancement frame concept, you can create the enhancement in INILIZATION event. Once create the enhamcemnt point, you can loop thru the SCREEN and make the fields invisible.&lt;/P&gt;&lt;P&gt;something like this............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-group1 = 'ISU'.&lt;/P&gt;&lt;P&gt;      screen-invisible = 1.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 15:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758994#M328653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758995#M328654</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;Have you found a solution to this? I have the same problem with enhancing a standard SAP program (RIAUFK20) with additional selection screen fields it seems that you cannot enhance the text elements. Is this a limitation of the enhancement framework?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find find a FM called Selection_texts_modify however I can't seem to find a point in the code that I can call the FM to add the text in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 13:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758995#M328654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements and selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758996#M328655</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;I was able to change the selection screen, my issue before was that I was implementing changes to an Explicit enhancment that was not switched on so the code was not being processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the explicit enhancement MGV_GENERATED_RIAUFK20 # 14 on my system. It has the initialization piece in it. To add the frame header to the selection screen I used a read and insert on the text-pool and for the individual fields I used the FM selection_texts_modifiy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 17:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-and-selection-screen/m-p/1758996#M328655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T17:42:01Z</dc:date>
    </item>
  </channel>
</rss>

