<?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 Z Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830006#M920983</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;I have a question and maybe someone can help me on that.&lt;/P&gt;&lt;P&gt;I wanna know from a "Z" objects list which ones have errors during the generation process; like a syntax errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably there is a way to check this a program or standard function that I can call to check those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 17:58:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T17:58:57Z</dc:date>
    <item>
      <title>Z Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830006#M920983</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;I have a question and maybe someone can help me on that.&lt;/P&gt;&lt;P&gt;I wanna know from a "Z" objects list which ones have errors during the generation process; like a syntax errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably there is a way to check this a program or standard function that I can call to check those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 17:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830006#M920983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Z Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830007#M920984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use de code inspector (transaction &lt;STRONG&gt;SCI&lt;/STRONG&gt; ) and define an object set to be verified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 18:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830007#M920984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T18:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Z Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830008#M920985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write a report and use the following statements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT REPORT prog FROM itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INSERT REPORT prog&lt;/STRONG&gt;+&amp;lt;your program name 'Z'&amp;gt; &lt;EM&gt;&lt;STRONG&gt;FROM itab&lt;/STRONG&gt;&lt;/EM&gt;&amp;lt;this table should have the program code- you may use ws_upload or read from table&amp;gt;.+  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use the following code for syntax check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNTAX-CHECK FOR itab ...MESSAGE f ...LINE g ...WORD h. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer ABAP Dcoumentation for further information..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nallasamy Ponnusamy on May 15, 2008 5:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 21:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830008#M920985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T21:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Z Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830009#M920986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiago,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned go for T-code SCI(SAP source code inspector), or for u r Z-program click on program on left side top of screen,check---then go for extended check, with strict as check level and can chose various options on that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 04:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830009#M920986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T04:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Z Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830010#M920987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silva!!&lt;/P&gt;&lt;P&gt;Goto t.code SLIN &lt;/P&gt;&lt;P&gt;give ur program name and check the relevant check boxes according to ur choice and thn execute.U will get a list of error/warnings in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 13:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-objects/m-p/3830010#M920987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T13:26:01Z</dc:date>
    </item>
  </channel>
</rss>

