<?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 Subscreen issue -Copied Standard program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548420#M249109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I copied a standard Transaction program of KKS1 and changed an Include for our requirement.I activated all screens and GUI's  and also Includes .&lt;/P&gt;&lt;P&gt;When I run this Z Transaction I am getting an Error saying Subscreen in not available.&lt;/P&gt;&lt;P&gt;Although standard and Z transactions are identical still I am getting error in Z transaction.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vara K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2006 21:34:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-21T21:34:11Z</dc:date>
    <item>
      <title>Subscreen issue -Copied Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548420#M249109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I copied a standard Transaction program of KKS1 and changed an Include for our requirement.I activated all screens and GUI's  and also Includes .&lt;/P&gt;&lt;P&gt;When I run this Z Transaction I am getting an Error saying Subscreen in not available.&lt;/P&gt;&lt;P&gt;Although standard and Z transactions are identical still I am getting error in Z transaction.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vara K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 21:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548420#M249109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T21:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen issue -Copied Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548421#M249110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you replace all occurances of 'SAPMKKS0' in the zprogram with your z program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 21:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548421#M249110</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-21T21:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen issue -Copied Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548422#M249111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just replaced only one Include MKKS0O01 with ZMKKS0O01.&lt;/P&gt;&lt;P&gt;and remaining includes are same as standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 21:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548422#M249111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T21:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen issue -Copied Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548423#M249112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a data structure in the TOP include  MKKS0TOP  &lt;/P&gt;&lt;P&gt;called CON_rname, this structure has a field called ONLINE which has the value of the program name 'SAPMKKS0'.  I think that this field needs to be changed to have the program name of your "Z" program instead of the standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  BEGIN OF CON_rname,                    " JOB: Reportname
    KKSWL LIKE TBTCJOB-INTREPORT
        VALUE 'RKKKSWL0',                " Worklist
    KKS1O LIKE TBTCJOB-INTREPORT
        VALUE 'RKKKS000',                " Old transactions
    KKS1N LIKE TBTCJOB-INTREPORT
        VALUE 'RKKKS1N0',                " New transactions
&amp;lt;b&amp;gt;    ONLINE LIKE TBTCJOB-INTREPORT
        VALUE 'SAPMKKS0',                " Online&amp;lt;/b&amp;gt;
  end   OF CON_rname.&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, 21 Aug 2006 21:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548423#M249112</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-21T21:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen issue -Copied Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548424#M249113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heilman,&lt;/P&gt;&lt;P&gt;I tried the way you adviced and I got the same dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen does not exist...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "ZSAPMKKS0" in "DYNPRO_INIT&lt;/P&gt;&lt;P&gt;The main program was "ZSAPMKKS0 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 135 of the source code of the (Include)&lt;/P&gt;&lt;P&gt; program "ZMKKS0O01"&lt;/P&gt;&lt;P&gt;of the source code of program "ZMKKS0O01" (when calling the editor 1350)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 22:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-issue-copied-standard-program/m-p/1548424#M249113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T22:09:08Z</dc:date>
    </item>
  </channel>
</rss>

