<?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: TABBED BLOCK -- Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659370#M1096253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why donot u follow a specific naming convention for input fields under each tab for example all input fields under TAB3 can be ended with 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have 2 parameters in tab3 then in the program we check the contents of them and based on that we can decide which tab is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_val3 is not initial or &lt;/P&gt;&lt;P&gt;  p_fld3 is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;&amp;lt; TAB3 is selected&lt;/P&gt;&lt;P&gt;  l_tab3 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if l_tab3 = 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Do further processing&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 08:42:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T08:42:13Z</dc:date>
    <item>
      <title>TABBED BLOCK -- Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659368#M1096251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a program which uses a tabbed block with 5 subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is actually a program which will be run in background.&lt;/P&gt;&lt;P&gt;I select a particular subscreen and save the parameters as a variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute it in background I need to know which tab screen's data is the variant recorded for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words I need to know which is the active tab as per the variant I saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I saved the variant for TAB3 and run the program in background,&lt;/P&gt;&lt;P&gt;I need to know at run time that the active tab is TAB3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I need to know is because some processing has to be done based on TAB called for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659368#M1096251</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2008-10-17T08:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: TABBED BLOCK -- Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659369#M1096252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main you use of BACKGROUND means no interaction to the user.&lt;/P&gt;&lt;P&gt;So we can see anything or any process it is like this before pressing in background start doing the debugging then you find your requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659369#M1096252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: TABBED BLOCK -- Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659370#M1096253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why donot u follow a specific naming convention for input fields under each tab for example all input fields under TAB3 can be ended with 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have 2 parameters in tab3 then in the program we check the contents of them and based on that we can decide which tab is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_val3 is not initial or &lt;/P&gt;&lt;P&gt;  p_fld3 is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;&amp;lt; TAB3 is selected&lt;/P&gt;&lt;P&gt;  l_tab3 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if l_tab3 = 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Do further processing&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659370#M1096253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: TABBED BLOCK -- Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659371#M1096254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabbed-block-selection-screen/m-p/4659371#M1096254</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2008-10-21T11:42:38Z</dc:date>
    </item>
  </channel>
</rss>

