<?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: Problem creating t-code for classical report? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665314#M29075</link>
    <description>&lt;P&gt;Achin,&lt;/P&gt;
  &lt;P&gt;Usually we create Custom Objects with Z or Y or any other naming convention that your client has registered with.&lt;/P&gt;
  &lt;P&gt;Did you checked the existing Custom Tcodes (TSTC) naming pattern in your system and tried to name your t code in a similar way ?&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 13:23:35 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2018-03-08T13:23:35Z</dc:date>
    <item>
      <title>Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665312#M29073</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
  &lt;P&gt;I have searched a lot and everyone has suggested to use t-code se93 , i also tried the same way. but it is still not working showing the same error (can't save in foreign namespace). I have tried to create it by saving my report and t-code both in package but no improvement , can anyone help me out.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 12:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665312#M29073</guid>
      <dc:creator>achin_tomer</dc:creator>
      <dc:date>2018-03-08T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665313#M29074</link>
      <description>&lt;P&gt;Is that the exact error you see? "can't save in foreign namespace"? What is the name of your T-Code and what is the name of your report.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 13:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665313#M29074</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-03-08T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665314#M29075</link>
      <description>&lt;P&gt;Achin,&lt;/P&gt;
  &lt;P&gt;Usually we create Custom Objects with Z or Y or any other naming convention that your client has registered with.&lt;/P&gt;
  &lt;P&gt;Did you checked the existing Custom Tcodes (TSTC) naming pattern in your system and tried to name your t code in a similar way ?&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 13:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665314#M29075</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2018-03-08T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665315#M29076</link>
      <description>&lt;P&gt;Another thought is to check the development class. But really we are all guessing at this point without your program / tcode. A screen shot would help too!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 13:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665315#M29076</guid>
      <dc:creator>mmcisme1</dc:creator>
      <dc:date>2018-03-08T13:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665316#M29077</link>
      <description>&lt;P&gt;Hi Achin,&lt;/P&gt;
  &lt;P&gt;In your development instance you will create the report in the Standard area then you will use SE93 to create the custom tcode to access the report.&lt;/P&gt;
  &lt;P&gt; In SE93 create the tcode by first providing a name (such as 'ZMYREPORT'). The 'Default values for': 'Transaction' should be 'START_REPORT'. Check all options (if desired) for the 'GUI Support' section. In the default values block provide the following:&lt;/P&gt;
  &lt;P&gt;D_SREPOVARI-NOSELSCRN (Leave empty)&lt;/P&gt;
  &lt;P&gt;D_SREPOVARI-REPORTTYPE AQ&lt;/P&gt;
  &lt;P&gt;D_SREPOVARI-EXTDREPORT (Provide the report name)&lt;/P&gt;
  &lt;P&gt;D_SREPOVARI-REPORT (Provide the report user group name)&lt;/P&gt;
  &lt;P&gt;Save SE93 and add to a transport request. Test out in the Dev environment and transport when ready.&lt;/P&gt;
  &lt;P&gt;HTH,&lt;/P&gt;
  &lt;P&gt;Dennis&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 13:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665316#M29077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-03-09T13:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665317#M29078</link>
      <description>&lt;P&gt;Hi sir,&lt;/P&gt;
  &lt;P&gt;I am sorry for replying late, but the exact error is "Test objects cannot be created in foreign namespaces". Tcode name i am providing is SD_REPORT and Report Name is ZREPORT.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Mar 2018 15:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665317#M29078</guid>
      <dc:creator>achin_tomer</dc:creator>
      <dc:date>2018-03-11T15:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665318#M29079</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abennames_repos_obj_guidl.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abennames_repos_obj_guidl.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Mar 2018 16:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665318#M29079</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-03-11T16:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating t-code for classical report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665319#M29080</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;My issue is got resolved, i simply did it ,the way we do for module pool using SE80.&lt;/P&gt;
  &lt;P&gt;But thanks to all for the concern.&lt;/P&gt;
  &lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-creating-t-code-for-classical-report/m-p/665319#M29080</guid>
      <dc:creator>achin_tomer</dc:creator>
      <dc:date>2018-03-12T11:37:36Z</dc:date>
    </item>
  </channel>
</rss>

