<?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: calling a subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448037#M548450</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;PRE&gt;&lt;CODE&gt;
CALL SUBSCREEN b INCLUDING prog dynnr .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 15:55:44 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-07-05T15:55:44Z</dc:date>
    <item>
      <title>calling a subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448035#M548448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i call a subscreen belong to a another program. say you want to call screen 100 that belongs to program prog1 from prog2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 15:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448035#M548448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T15:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: calling a subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448036#M548449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Generally we call the other transactions using the commands:&lt;/P&gt;&lt;P&gt;see the sample code&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  LINE_SEL&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When double clicked on BELNR leave to transaction FB03&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form line_sel.&lt;/P&gt;&lt;P&gt;  data: lv_field(20),&lt;/P&gt;&lt;P&gt;        lv_value(10),&lt;/P&gt;&lt;P&gt;        lv_date(10),&lt;/P&gt;&lt;P&gt;        lv_gjahr like bsad-gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field lv_field value lv_value.&lt;/P&gt;&lt;P&gt;  if lv_field = 'IT_REPORT-BELNR'.&lt;/P&gt;&lt;P&gt;    if not lv_value is initial.&lt;/P&gt;&lt;P&gt;      read current line field value it_report-budat into lv_date.&lt;/P&gt;&lt;P&gt;      lv_gjahr = lv_date+6(4).&lt;/P&gt;&lt;P&gt;      set parameter id 'BUK' field p_bukrs.&lt;/P&gt;&lt;P&gt;      set parameter id 'GJR' field lv_gjahr.&lt;/P&gt;&lt;P&gt;      set parameter id 'BLN' field lv_value.&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;call transaction 'FB03' and skip first screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " LINE_SEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can not call simply a subscreen of another program from the current program.&lt;/P&gt;&lt;P&gt;we can call by only abpove method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 15:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448036#M548449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T15:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: calling a subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448037#M548450</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;PRE&gt;&lt;CODE&gt;
CALL SUBSCREEN b INCLUDING prog dynnr .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 15:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448037#M548450</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-07-05T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: calling a subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448038#M548451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Generally we call the other transactions using the commands:&lt;/P&gt;&lt;P&gt;see the sample code&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  LINE_SEL&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When double clicked on BELNR leave to transaction FB03&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form line_sel.&lt;/P&gt;&lt;P&gt;  data: lv_field(20),&lt;/P&gt;&lt;P&gt;        lv_value(10),&lt;/P&gt;&lt;P&gt;        lv_date(10),&lt;/P&gt;&lt;P&gt;        lv_gjahr like bsad-gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field lv_field value lv_value.&lt;/P&gt;&lt;P&gt;  if lv_field = 'IT_REPORT-BELNR'.&lt;/P&gt;&lt;P&gt;    if not lv_value is initial.&lt;/P&gt;&lt;P&gt;      read current line field value it_report-budat into lv_date.&lt;/P&gt;&lt;P&gt;      lv_gjahr = lv_date+6(4).&lt;/P&gt;&lt;P&gt;      set parameter id 'BUK' field p_bukrs.&lt;/P&gt;&lt;P&gt;      set parameter id 'GJR' field lv_gjahr.&lt;/P&gt;&lt;P&gt;      set parameter id 'BLN' field lv_value.&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;call transaction 'FB03' and skip first screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " LINE_SEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can not call simply a subscreen of another program from the current program.&lt;/P&gt;&lt;P&gt;we can call by only abpove method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 15:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448038#M548451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T15:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: calling a subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448039#M548452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Generally we call the other transactions using the commands:&lt;/P&gt;&lt;P&gt;see the sample code&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  LINE_SEL&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;When double clicked on BELNR leave to transaction FB03&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form line_sel.&lt;/P&gt;&lt;P&gt;  data: lv_field(20),&lt;/P&gt;&lt;P&gt;        lv_value(10),&lt;/P&gt;&lt;P&gt;        lv_date(10),&lt;/P&gt;&lt;P&gt;        lv_gjahr like bsad-gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get cursor field lv_field value lv_value.&lt;/P&gt;&lt;P&gt;  if lv_field = 'IT_REPORT-BELNR'.&lt;/P&gt;&lt;P&gt;    if not lv_value is initial.&lt;/P&gt;&lt;P&gt;      read current line field value it_report-budat into lv_date.&lt;/P&gt;&lt;P&gt;      lv_gjahr = lv_date+6(4).&lt;/P&gt;&lt;P&gt;      set parameter id 'BUK' field p_bukrs.&lt;/P&gt;&lt;P&gt;      set parameter id 'GJR' field lv_gjahr.&lt;/P&gt;&lt;P&gt;      set parameter id 'BLN' field lv_value.&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;call transaction 'FB03' and skip first screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " LINE_SEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can not call simply a subscreen of another program from the current program.&lt;/P&gt;&lt;P&gt;we can call by only abpove method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 15:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448039#M548452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T15:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: calling a subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448040#M548453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to call subscreen both PBO as well as PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the example one :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here AREA1 is the subscreen name :&lt;/P&gt;&lt;P&gt;number1(4) TYPE n VALUE '0110', -&amp;gt; screen number ( Other program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE STATUS_100.&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN: AREA1 INCLUDING SY-REPID NUMBER1.&lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;    CALL SUBSCREEN: AREA1.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information on subscreen,check the demo program : DEMO_DYNPRO_SUBSCREENS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 16:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-subscreen/m-p/2448040#M548453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T16:02:36Z</dc:date>
    </item>
  </channel>
</rss>

