<?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: Exception Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628648#M280698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Ali, &lt;/P&gt;&lt;P&gt;I did see all these links before but it just freaked me out. Wherever I browse about exception reporting, it says something about BeX Analyser or web templates. I am an ABAP programmer, I have no idea about BW. If u have time &amp;amp; patience please tell me how o do these. I have posted my proj in the prev message. Or tell me where I should physically start it, in SAP Query or where?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2006 02:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-28T02:15:35Z</dc:date>
    <item>
      <title>Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628639#M280689</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 am a developer in SAP ABAP. My recent project is on exception reporting in transports. Can anyone give me an idea on this. In my understanding its a report that marks the deviation of values in the fields of interest in traffic light colors. Can anyone pass me a sample code on exception report ASAPPPPP?&lt;/P&gt;&lt;P&gt;I appreciate your time &amp;amp; help.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 18:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628639#M280689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628640#M280690</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;Check the links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4c/420c5a470a11d1894a0000e8323352/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4c/420c5a470a11d1894a0000e8323352/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/5c/c1c85d445f11d189f00000e81ddfac/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/5c/c1c85d445f11d189f00000e81ddfac/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 18:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628640#M280690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T18:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628641#M280691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the helpful response Ali. &lt;/P&gt;&lt;P&gt;But would someone have any sample code or how to's please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 19:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628641#M280691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T19:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628642#M280692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Priyanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot provide you with an entire report but tell you a very useful function module which your report should contain: &amp;lt;b&amp;gt;TR_READ_GLOBAL_INFO_OF_REQUEST&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you test this function module in SE37 set the following parameters:&lt;/P&gt;&lt;P&gt;- IV_TRKORR = &amp;lt;request&amp;gt;  " Take on that is released and imported (probably into several systems) already&lt;/P&gt;&lt;P&gt;- IV_SETTINGS = &amp;lt;initial) " Then you will get the export data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the function module. The transport log data are returned in ES_COFILE. Look at the itab SYSTEMS and there again at the itab STEPS. There you will find the STEPID (e.g. 'e' = export), its returncode and ACTIONS (date, time, rc).&lt;/P&gt;&lt;P&gt;Thus, this function module returns you the most interesting data of the transport protocols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot explain all parameters in detail because I do not know exactly their function. However, If you play around with the parameters on the same transport request (and comparing with the transport log) you soon will understand how you can extract data from the transport protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I could give you a kick-off for your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 19:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628642#M280692</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-27T19:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628643#M280693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Searched for code but can't found any way go through the forums, might be helpful...&lt;/P&gt;&lt;P&gt;/thread/152265 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="160642"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="201863"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="35101"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="27447"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="76295"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 19:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628643#M280693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T19:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628644#M280694</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;Please check this online document on how to setup exception report step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLIS/LOLIS_FRÜHWARNSYSTEM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLIS/LOLIS_FRÜHWARNSYSTEM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 19:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628644#M280694</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-09-27T19:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628645#M280695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boy Uwe, was that a kick off. I tried the FM and did see some interesting results in all systems. I will analyse these thoroughly and follow-up. Still dont know how to write exception report from this. Well, its just a start. Thankyou. I appreciate it. Any more suggestions let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 21:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628645#M280695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628646#M280696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Priyanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pleased that I could have helped you. A first draft for you report could look like this:&lt;/P&gt;&lt;P&gt;- Selection-screen with appropriate criteria (like request, systems)&lt;/P&gt;&lt;P&gt;- Collect the log data using the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the collected data you could choose two options (or more):&lt;/P&gt;&lt;P&gt;- Flatten the complex itab that you can display the data in an ALV grid (ABAP-OO based, please!!!)&lt;/P&gt;&lt;P&gt;- If you are eager on control programming then you could try to display your data as a tree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 21:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628646#M280696</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-27T21:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628647#M280697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Gurus,&lt;/P&gt;&lt;P&gt;Can I get some additional guidance please. I have been asked to create a custom table with some fields relevant to transport in STMS. Then upload the fields from the application handling transports in production. Compare these fields and write an exception report on the successful and mismatched transports. I have already created ztable and inserted values from e070, e07t &amp;amp; 70c. I can compare fields but how exception. Appreciate your time &amp;amp; help.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 00:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628647#M280697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T00:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628648#M280698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Ali, &lt;/P&gt;&lt;P&gt;I did see all these links before but it just freaked me out. Wherever I browse about exception reporting, it says something about BeX Analyser or web templates. I am an ABAP programmer, I have no idea about BW. If u have time &amp;amp; patience please tell me how o do these. I have posted my proj in the prev message. Or tell me where I should physically start it, in SAP Query or where?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 02:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628648#M280698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T02:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628649#M280699</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;  Is your requirement is to display the transports that are released and which has a return code 4 for a given date range??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 02:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628649#M280699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T02:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628650#M280700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;My requirement is to compare logs from SAP side and the other application side and create an exception report. That is if any dates dont match or something like that.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 13:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-report/m-p/1628650#M280700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T13:02:24Z</dc:date>
    </item>
  </channel>
</rss>

