<?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: Tabstrip Problems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529247#M1426318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;1. to get the field as mandatory in Module pool...&lt;/P&gt;&lt;P&gt;  goto layout -&amp;gt; double click on the i/p field that should be made mandatory.&lt;/P&gt;&lt;P&gt;a separate pop -up  window appears.&lt;/P&gt;&lt;P&gt;Goto Attributes -&amp;gt;select the tab  ' Program ' -&amp;gt; Input field has dropdown -&amp;gt; here select the entry 'required'&lt;/P&gt;&lt;P&gt;Activate the layout &amp;amp; screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In output the particular input field appears as Mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  For the 2nd problem check that the name of the field maintained in the layout of screen&lt;/P&gt;&lt;P&gt;    and in the program should match. Recheck the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    in module user command in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module USER_COMMAND_0100 input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;    CASE SAVE_OK.&lt;/P&gt;&lt;P&gt;      WHEN 'TAB1'.&lt;/P&gt;&lt;P&gt;       clear W_INPUT.&lt;/P&gt;&lt;P&gt;       ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDCASE.&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;Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2010 09:35:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-04T09:35:50Z</dc:date>
    <item>
      <title>Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529240#M1426311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used tabstrip with two taps.&lt;/P&gt;&lt;P&gt;First problem: I face a problem to set a madatory fields in a each tab. &lt;/P&gt;&lt;P&gt;second problem: After entering the data in first &amp;amp; second tabs, Once again i am going to first tab and modifying some values. &lt;/P&gt;&lt;P&gt;But it is not getting modified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly solve my problems... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Murugesh R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Murugesh Kumar Ramasamy on Jan 4, 2010 11:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 05:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529240#M1426311</guid>
      <dc:creator>murugeshkumar_ramasamy</dc:creator>
      <dc:date>2010-01-04T05:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529241#M1426312</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;For first point , you need to make the field mandatory by going in Attributed of tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont go in layout , you can change the field to mandatory from second tab in screen, Element list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second point : This you can debug and check. Why screen field value is not populating to the variable. You need to check this in PAI and PBO , both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might be transfering the value from field to a variable in PBO , you need to clear this variable and the pass the value from screen field. in PAI , just do the reverse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 05:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529241#M1426312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T05:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529242#M1426313</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;If any required entries were there on screen, we will no perform any other other action with out giving data in those fields. So instead of giving fields as reqired entires change them as "Recommended" fields in screen field attributes. So that the fields will look like required entries ( Check mark will be there ) but does not perform any required entry action, for that we need to write required logic in our code. With this we can over come your first problem. &lt;/P&gt;&lt;P&gt;Second Question: Any screen value changes should reflect on screen untill unlessover writing of new values values with old values. So please check your code there might be some where the values may over written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 06:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529242#M1426313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529243#M1426314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies and i will check and reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murugesh R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 06:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529243#M1426314</guid>
      <dc:creator>murugeshkumar_ramasamy</dc:creator>
      <dc:date>2010-01-04T06:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529244#M1426315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute this Demo program DEMO_SEL_SCREEN_WITH_TABSTRIP. You may get some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 06:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529244#M1426315</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2010-01-04T06:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529245#M1426316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Chk the folowing Example code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
PARAMETERS: p1 TYPE c LENGTH 10 ,
            p2 TYPE c LENGTH 10 ,
            p3 TYPE c LENGTH 10 OBLIGATORY.
SELECTION-SCREEN END OF SCREEN 100.

SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN.
PARAMETERS: q1 TYPE c LENGTH 10,
            q2 TYPE c LENGTH 10 OBLIGATORY,
            q3 TYPE c LENGTH 10.
SELECTION-SCREEN END OF SCREEN 200.

SELECTION-SCREEN: BEGIN OF TABBED BLOCK mytab FOR 10 LINES,
                  TAB (20) button1 USER-COMMAND push1,
                  TAB (20) button2 USER-COMMAND push2,
                  END OF BLOCK mytab.

INITIALIZATION.
  button1 = 'Selection Screen 1'.
  button2 = 'Selection Screen 2'.
  mytab-prog = sy-repid.
  mytab-dynnr = 100.
  mytab-activetab = 'PUSH1'.

AT SELECTION-SCREEN.
  CASE sy-dynnr.
    WHEN 1000.
      CASE sy-ucomm.
        WHEN 'PUSH1'.
          mytab-dynnr = 100.
        WHEN 'PUSH2'.
          mytab-dynnr = 200.
        WHEN OTHERS.
*        ...
      ENDCASE.
*      ...
  ENDCASE.

  START-OF-SELECTION.
    write : p1, p2 ,p3,
          / q1, q2, q3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 07:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529245#M1426316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529246#M1426317</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;thanks for reply ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the tabstrip in Module Pool Program.... Give some examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Murugesh R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 08:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529246#M1426317</guid>
      <dc:creator>murugeshkumar_ramasamy</dc:creator>
      <dc:date>2010-01-04T08:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529247#M1426318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;1. to get the field as mandatory in Module pool...&lt;/P&gt;&lt;P&gt;  goto layout -&amp;gt; double click on the i/p field that should be made mandatory.&lt;/P&gt;&lt;P&gt;a separate pop -up  window appears.&lt;/P&gt;&lt;P&gt;Goto Attributes -&amp;gt;select the tab  ' Program ' -&amp;gt; Input field has dropdown -&amp;gt; here select the entry 'required'&lt;/P&gt;&lt;P&gt;Activate the layout &amp;amp; screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In output the particular input field appears as Mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  For the 2nd problem check that the name of the field maintained in the layout of screen&lt;/P&gt;&lt;P&gt;    and in the program should match. Recheck the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    in module user command in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module USER_COMMAND_0100 input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;    CASE SAVE_OK.&lt;/P&gt;&lt;P&gt;      WHEN 'TAB1'.&lt;/P&gt;&lt;P&gt;       clear W_INPUT.&lt;/P&gt;&lt;P&gt;       ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDCASE.&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;Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 09:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529247#M1426318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T09:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529248#M1426319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for  your valuable replies.. &lt;/P&gt;&lt;P&gt;Problem Solved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murugesh R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Murugesh Kumar Ramasamy on Jan 4, 2010 3:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 09:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6529248#M1426319</guid>
      <dc:creator>murugeshkumar_ramasamy</dc:creator>
      <dc:date>2010-01-04T09:45:26Z</dc:date>
    </item>
  </channel>
</rss>

