<?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: Program with Multiple Screen/User Inputs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894787#M1791759</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 can create a modulew pool program for the same with two screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 12:09:33 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2013-11-07T12:09:33Z</dc:date>
    <item>
      <title>Program with Multiple Screen/User Inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894786#M1791758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in writing a report to update a transparent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Screen should have option to select:&lt;/P&gt;&lt;P&gt; Create the entry in table&amp;nbsp; OR Modify the Entry in Transparent Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Logic of table update/modify: Say I have a z transparent table with key KEYFLD (Just one field). I need to insert a new row or modify the table's data fields DATAFLD1 or DATAFLD2 or DATAFLD3 (User will choose which field needs to be updated)&amp;nbsp; based upon given Key value in the program.&lt;/P&gt;&lt;P&gt;So on this first selection screen of my program, I need to provide user a selection field to give value of KEYFLD (it will decide which data record needs to be updated in table) ..and to choose which data field he wants to update. This seems to be easy part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say user choose KEYFLD= ABC_100....and he choose DATAFLD1 to update; then program should update value of DATAFLD1 as FLD1_100 ( String "_100" should come from KEYFLD value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If the above update for one KEYFLd is successful in table, I need to display a success message. After a success message, I need to provide another selection screen where user could select multiple values of KEYFLD (say ABC_200 to ABC_250) and update the DATAFLD1 as FLD1_200,FLD1_201,..FLD1_250.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The complexity is to have 2 selections screens in the program and to have dependency of both of them. If first screen result is successful, then only go to next selection screen for next activity. Also in the second screen the value to be updated has to be decided based upon key field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894786#M1791758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-07T11:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Program with Multiple Screen/User Inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894787#M1791759</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 can create a modulew pool program for the same with two screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 12:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894787#M1791759</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-07T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program with Multiple Screen/User Inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894788#M1791760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can define second selection screen with dynamic select-options as shown in this link &lt;A href="http://wiki.scn.sap.com/wiki/display/Snippets/ABAP+Program+to+generate+select-options+dynamically"&gt;http://wiki.scn.sap.com/wiki/display/Snippets/ABAP+Program+to+generate+select-options+dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 17:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894788#M1791760</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-11-07T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Program with Multiple Screen/User Inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894789#M1791761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Could anyone share sample code for this please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 10:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894789#M1791761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-08T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Program with Multiple Screen/User Inputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894790#M1791762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please first search and try to do it...create two screens and work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 10:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-multiple-screen-user-inputs/m-p/9894790#M1791762</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-08T10:24:25Z</dc:date>
    </item>
  </channel>
</rss>

