<?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: Dynamic Tab Pages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015291#M79789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to include a subscreen from VA03 into my custom dynpro.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

process before output.

  module status_0100.

  call subscreen test including 'SAPMV45A' '4480'.

process after input.


  call subscreen test.

  module user_command_0100.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2005 13:33:03 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-07-18T13:33:03Z</dc:date>
    <item>
      <title>Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015285#M79783</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;SAPLMIGO : Standard program of MIGO&lt;/P&gt;&lt;P&gt;SAPLJ1IEXGM : Standard program of Excise Calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we are on Excise tab page we will get Status as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Transaction          MIGO        &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; Program (screen)     SAPLMIGO    &lt;/P&gt;&lt;P&gt; Screen number        1           &lt;/P&gt;&lt;P&gt; Program (subscreen)  SAPLJ1IEXGM &lt;/P&gt;&lt;P&gt; Screen number        220        &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt; Program (GUI)        SAPLMIGO    &lt;/P&gt;&lt;P&gt; GUI status           MIGO_STATUS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to call subscreen 220 of SAPLJ1IEXGM in customise program? if yes, How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Agrim Darji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 11:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015285#M79783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015286#M79784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Agrim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subscreens are indeed re-usable. In the main screen of your custom program, the flow logic will have the statement (in the PBO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SUBSCREEN &amp;lt;&amp;lt;i&amp;gt;name of the subscreen area&amp;lt;/i&amp;gt;&amp;gt; 
     INCLUDING &amp;lt;&amp;lt;i&amp;gt;name of the program&amp;lt;/i&amp;gt;&amp;gt; 
               &amp;lt;&amp;lt;i&amp;gt;subscreen number&amp;lt;/i&amp;gt;&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in your case, you can have the name of the program to be &amp;lt;b&amp;gt;SAPLJ1IEXGM&amp;lt;/b&amp;gt; and the subscreen number will be &amp;lt;b&amp;gt;0220&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helped and/or you need further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 12:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015286#M79784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T12:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015287#M79785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't look like you can.    You can however create a dialog module for SAPLMIGO screen 1 and call it from the program, but that is just like calling MIGO anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015287#M79785</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-18T13:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015288#M79786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my knowledge, Dialog Modules have now become obsolete. they were used extensively till 4.0B. We still do have the SE35 transaction only for compatibility reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015288#M79786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015289#M79787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, didn't know.  Thanks for the info. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015289#M79787</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-18T13:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015290#M79788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,  I just tested Anand's suggestion.   For this particular transaction, I'm not sure that its going to work.  I am getting an ABAP dump in my test program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                      &lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Access not possible using 'NULL' object reference. &amp;lt;/i&amp;gt;   &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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015290#M79788</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-18T13:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015291#M79789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to include a subscreen from VA03 into my custom dynpro.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

process before output.

  module status_0100.

  call subscreen test including 'SAPMV45A' '4480'.

process after input.


  call subscreen test.

  module user_command_0100.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015291#M79789</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-18T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015292#M79790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intent was to give a general way to do re-use a subscreen. I have not tried it for this particular program and subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what you say must indeed be true. The MIGO transaction, as you may have observed uses a lot of custom controls. The program logic is also reasonably obect-oriented. Now some of the objects that the subscreen attempts to use may have been created in other screens (in the flow logic, for example). And since those screens are not going to be triggerred, the objects would not be created either. And hence the short-dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another note, though in principle the subscreen concept gives a hint of modularization, in most cases, the subscreens simply become unsuitable for use in other programs (unless the programs are all created for similar functionalities). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subscreen reuse can be likened to subroutine re-use. Though your subroutine can be called from other programs, it is generally not very useful, because the subroutine may be manipulating some global data in the program, which in turn might be expected to be processed by other subroutines (before and after calling this subroutine).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ought to have written this explanation in my first answer &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015292#M79790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015293#M79791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep,  I figured you were generalizing in your previous post.  I didn't think that you could do this across programs,  so thanks for the info.  I agree with your previous post in saying,  although re-using subscreens is possible,  it usually will not work out good for you.  Unless you are building a big application from the ground up and can code accordingly.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 13:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015293#M79791</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-18T13:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tab Pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015294#M79792</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;  here is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call subscreen : &lt;/P&gt;&lt;P&gt;             ...........&lt;/P&gt;&lt;P&gt;             ...........&lt;/P&gt;&lt;P&gt;             ...........&lt;/P&gt;&lt;P&gt;         SUB_EXCISE including 'SAPLJ1IEXGM' '210'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;210 has subsceen 211.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I get the message &lt;/P&gt;&lt;P&gt;"Runtime errors         DYNPRO_NOT_FOUND"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i relate this dump with your post # 1527?&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;Agrim D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 05:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tab-pages/m-p/1015294#M79792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T05:23:22Z</dc:date>
    </item>
  </channel>
</rss>

