<?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: regarding call sub screen dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877670#M675602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on a particular function code or click of a button it is possible to bring different subscreens into the normal screen's area reserved for calling subscreen&lt;/P&gt;&lt;P&gt;........so in the subscreen we need to give fields and structures required to be displayed on clicking a particular button or recieving a condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable : loc_dynnr type sy-dynnr,&lt;/P&gt;&lt;P&gt;                            loc_repid  type sy-repid .&lt;/P&gt;&lt;P&gt;assign a default value:&lt;/P&gt;&lt;P&gt;loc_dynnr  = 120. "First subscreen being called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will be using the statement&lt;/P&gt;&lt;P&gt;"CALL SUBSCREEN SUB INCLUDING 'YSU_SUBSCREEN' '0120'.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN: SUB INCLUDING loc_repid  loc_dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on clicking the button we will have different function codes captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'Button1'.&lt;/P&gt;&lt;P&gt;loc_dynnr  = 120. "required subscreen to be called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'    &lt;/P&gt;&lt;P&gt;when 'Button2'.&lt;/P&gt;&lt;P&gt;loc_dynnr  = 130. "required subscreen to be called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'   &lt;/P&gt;&lt;P&gt;when 'Button3'.&lt;/P&gt;&lt;P&gt;loc_dynnr  = 140. "required subscreen to be called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'   &lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the calling code use...&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN: SUB INCLUDING loc_repid  loc_dynnr.&lt;/P&gt;&lt;P&gt;please remember to put default values for loc_repid ,loc_dynnr..otherwise it may dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check and revert..rewards if helpful&lt;/P&gt;&lt;P&gt;also check the following link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4142222"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 09:37:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-21T09:37:32Z</dc:date>
    <item>
      <title>regarding call sub screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877666#M675598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to call subscreen dynamically means we are calling subscreen like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUB INCLUDING 'YSU_SUBSCREEN' '0120'.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose we r coding like calls subscreen at the initially whenever display main screen but my requirement is &lt;/P&gt;&lt;P&gt;i have edesigned 3 or 4 sub screens for vendor,material ..etc for up dation &lt;/P&gt;&lt;P&gt;i  place the button regarding vendor whenver i press the button vendor that subscreen will display in that i designed insert delete update operations of vendor data like that all the screens&lt;/P&gt;&lt;P&gt;for this operation can't use tabstrip control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877666#M675598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call sub screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877667#M675599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use field symbol and assign screen numbers dynamicaaly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen sub including 'ysu_subscreen' &amp;lt;fs_sub&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign values of screen numbers to the &amp;lt;fs_sub&amp;gt; as per ur conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877667#M675599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T07:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call sub screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877668#M675600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Surya Narayana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its simple. &lt;/P&gt;&lt;P&gt;1) Have a variable to hold the screen numbers (V_SCR TYPE N )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Based on the OK_CODE captured when u click on the vendor/material/... buttons, use &lt;/P&gt;&lt;P&gt;&amp;lt;CASE OK_CODE&lt;/P&gt;&lt;P&gt;WHEN 'VNDR'&lt;/P&gt;&lt;P&gt;V_SCR = '100'.&lt;/P&gt;&lt;P&gt;.... ENDCASE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Now call your screens by using V_SCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u r clear...&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877668#M675600</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2007-09-21T07:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call sub screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877669#M675601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur reply&lt;/P&gt;&lt;P&gt;just Little bit confusing in ur reply please provide solution in detail &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877669#M675601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call sub screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877670#M675602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on a particular function code or click of a button it is possible to bring different subscreens into the normal screen's area reserved for calling subscreen&lt;/P&gt;&lt;P&gt;........so in the subscreen we need to give fields and structures required to be displayed on clicking a particular button or recieving a condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable : loc_dynnr type sy-dynnr,&lt;/P&gt;&lt;P&gt;                            loc_repid  type sy-repid .&lt;/P&gt;&lt;P&gt;assign a default value:&lt;/P&gt;&lt;P&gt;loc_dynnr  = 120. "First subscreen being called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will be using the statement&lt;/P&gt;&lt;P&gt;"CALL SUBSCREEN SUB INCLUDING 'YSU_SUBSCREEN' '0120'.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN: SUB INCLUDING loc_repid  loc_dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on clicking the button we will have different function codes captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'Button1'.&lt;/P&gt;&lt;P&gt;loc_dynnr  = 120. "required subscreen to be called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'    &lt;/P&gt;&lt;P&gt;when 'Button2'.&lt;/P&gt;&lt;P&gt;loc_dynnr  = 130. "required subscreen to be called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'   &lt;/P&gt;&lt;P&gt;when 'Button3'.&lt;/P&gt;&lt;P&gt;loc_dynnr  = 140. "required subscreen to be called&lt;/P&gt;&lt;P&gt;loc_repid   = sy-repid. "report id 'YSU_SUBSCREEN'   &lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the calling code use...&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN: SUB INCLUDING loc_repid  loc_dynnr.&lt;/P&gt;&lt;P&gt;please remember to put default values for loc_repid ,loc_dynnr..otherwise it may dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check and revert..rewards if helpful&lt;/P&gt;&lt;P&gt;also check the following link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4142222"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 09:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-sub-screen-dynamically/m-p/2877670#M675602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T09:37:32Z</dc:date>
    </item>
  </channel>
</rss>

