<?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: RF Screen developments in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427389#M1927159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had a similar requirement in our RF programs several years back and the consulting company had created a generic messages screen with multiple lines and then would split the incoming string into multiple tokens.&amp;nbsp; As far as having the field contents update when you hit a push button that simply requires the appropriate coding in the PAI and following PBO events that get triggered after the user action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 21:18:25 GMT</pubDate>
    <dc:creator>Ryan-Crosby</dc:creator>
    <dc:date>2015-11-12T21:18:25Z</dc:date>
    <item>
      <title>RF Screen developments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427388#M1927158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;This is regarding Radio frequency screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; Custom control, table control is not supported in RF screen development.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Currently, the screen was developed using custom control but it is not displaying in RF device hence we need to replace with input field/text field for displaying multiple lines of text &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;1) Currently values are coming from READ_TEXT ...how to populate this values in&amp;nbsp; multiple text/input field one after the other.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;2) if i use a push button then how can input values change based on pressing push button values coming from read_text.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Kindly suggest the best possible solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427388#M1927158</guid>
      <dc:creator>former_member321825</dc:creator>
      <dc:date>2015-11-12T12:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: RF Screen developments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427389#M1927159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had a similar requirement in our RF programs several years back and the consulting company had created a generic messages screen with multiple lines and then would split the incoming string into multiple tokens.&amp;nbsp; As far as having the field contents update when you hit a push button that simply requires the appropriate coding in the PAI and following PBO events that get triggered after the user action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 21:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427389#M1927159</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2015-11-12T21:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: RF Screen developments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427390#M1927160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since RF screen do not support Custom control (Text editor)....I have two options now &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option1 : Place 5 input/output UI element&amp;nbsp; with 35 characters in length .&lt;/P&gt;&lt;P&gt;Options 2 : Create a single output UI element along with&amp;nbsp; push button . When the push button is pressed output UI element is populated with text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 : Values are currently coming from READ_TEXT .. I am planning to place the output of READ_TEXT&amp;nbsp; into a variable of CHAR2000 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: remove unwanted characters from the variable( *, =....)&lt;/P&gt;&lt;P&gt;step 3 : &lt;STRONG&gt;Could anyone help me which function module can break the string into 35 characters &amp;amp; do a word wrap as well.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through &lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif;"&gt;RKD_WORD_WRAP...output only gives 3 variable of 35 characters in length. I need to have atleast 5 variables each having 35 characters&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 12:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-screen-developments/m-p/11427390#M1927160</guid>
      <dc:creator>former_member321825</dc:creator>
      <dc:date>2015-11-15T12:11:33Z</dc:date>
    </item>
  </channel>
</rss>

