<?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: call a transaction  code using tabstrib in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742426#M35488</link>
    <description>&lt;P&gt;Hi Jennifer, Did you get it ?&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2018 17:13:07 GMT</pubDate>
    <dc:creator>roberto_forti</dc:creator>
    <dc:date>2018-08-22T17:13:07Z</dc:date>
    <item>
      <title>call a transaction  code using tabstrib</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742421#M35483</link>
      <description>&lt;P&gt;Hi experts&lt;BR /&gt;I have requirement to create a program that calls the two different dynpros from two different programs, this should with the help of two &lt;STRONG&gt;TABSTRIPS.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;My first Idea was to do this by calling the required program when we click on the &lt;STRONG&gt;TABSTRIPS&lt;/STRONG&gt; . as this program has no selection screen and the dynpro suppos be directly called, but till now everything was in vain !!!&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/200273-test10.png" /&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/200274-test02.png" /&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;here how should the &lt;/EM&gt;&lt;EM&gt;&lt;STRONG&gt;TABSTRIP &lt;/STRONG&gt;look like when i click on it.....&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;selection-screen begin of screen 101 as subscreen.
selection-screen begin of block b1 with frame title text-001.

selection-screen end of block b1.
selection-screen end of screen 101.

selection-screen begin of screen 102 as subscreen.
selection-screen begin of block b2 with frame title text-002.

selection-screen end of block b2.
selection-screen end of screen 102.


selection-screen begin of tabbed block one for 20 lines.
selection-screen tab (15) name1 user-command ucomm1
default screen 101.
selection-screen tab (17) name2 user-command ucomm2
default screen 102.
selection-screen end of block one.

initialization.

  name1 = 'Tab 1'.
  name2 = 'Tab 2'.
start-of-selection.

if sy-ucomm = 'Tab 1'.
  call TRANSACTION 'Z_initial01'.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Please could some one guid me to achive this ??&lt;/P&gt;
  &lt;P&gt;Best Regards&lt;/P&gt;
  &lt;P&gt;Jenie&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 14:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742421#M35483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-08-16T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: call a transaction  code using tabstrib</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742422#M35484</link>
      <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Could you please explain why calling different programs?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Following &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abendynp_tabstrip.htm" target="_blank"&gt;SAP TABSTRIP&lt;/A&gt; documentation for you understanding how it works.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 17:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742422#M35484</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-08-16T17:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: call a transaction  code using tabstrib</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742423#M35485</link>
      <description>&lt;P&gt;I think this should be done using subscreen in module pool not selection screen.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 01:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742423#M35485</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2018-08-17T01:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: call a transaction  code using tabstrib</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742424#M35486</link>
      <description>&lt;P&gt;now i have two programs that calls two reports and i want to call them by using tabstrib as every tab should have different report,,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;i just need steps on how to achieve this....?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 14:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742424#M35486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-08-18T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: call a transaction  code using tabstrib</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742425#M35487</link>
      <description>&lt;P&gt;Hi Jennifer,&lt;/P&gt;
  &lt;P&gt;However, SAP has excellent documentations and certainly it will help you understanding to apply correctly as described below.&lt;/P&gt;
  &lt;P&gt;1. &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abendynp_tabstrip.htm" target="_blank"&gt;Browsing in ABAP Programs&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;2. &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/dynpcall.htm" target="_blank"&gt;CALL SUBSCREEN sub_area INCLUDING prog dynnr&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;3. &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapsubmit.htm" target="_blank"&gt;SUBMIT {rep|(name)} [selscreen_options]&lt;/A&gt;...&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 15:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742425#M35487</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-08-18T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: call a transaction  code using tabstrib</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742426#M35488</link>
      <description>&lt;P&gt;Hi Jennifer, Did you get it ?&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-transaction-code-using-tabstrib/m-p/742426#M35488</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-08-22T17:13:07Z</dc:date>
    </item>
  </channel>
</rss>

