<?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: Log creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856534#M1475035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know if this will help but take a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplog.wordpress.com/2007/11/22/your-fault-using-sap-logging-in-your-abap/" target="test_blank"&gt;http://abaplog.wordpress.com/2007/11/22/your-fault-using-sap-logging-in-your-abap/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 10:00:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-25T10:00:25Z</dc:date>
    <item>
      <title>Log creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856533#M1475034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;log is displayed when we use the transaction v_sa( log of collective run) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a routine which will retrieve the data as per &lt;/P&gt;&lt;P&gt;some selection criterea, and then i have to append the same &lt;/P&gt;&lt;P&gt;data as log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I again run the transaction v_sa ; &lt;/P&gt;&lt;P&gt;the data i retrieved needs to be seen as a part of the log along with other log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me , how can we append  the data to the standard log shown when we run the  transaction. &lt;/P&gt;&lt;P&gt;&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, 06 May 2010 04:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856533#M1475034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T04:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Log creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856534#M1475035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know if this will help but take a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplog.wordpress.com/2007/11/22/your-fault-using-sap-logging-in-your-abap/" target="test_blank"&gt;http://abaplog.wordpress.com/2007/11/22/your-fault-using-sap-logging-in-your-abap/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 10:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856534#M1475035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Log creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856535#M1475036</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 think,  Table &lt;STRONG&gt;VBFS&lt;/STRONG&gt; Storing the error records for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please try with FM &lt;STRONG&gt;OGV9_OGDM_MESSAGE_ADD&lt;/STRONG&gt; to collect the Error Records and update the same to above table. check whether its helpful and solving your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prasath Arivazhagan on May 25, 2010 12:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 10:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856535#M1475036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T10:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Log creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856536#M1475037</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;go to SE80 and display package VF.&lt;/P&gt;&lt;P&gt;Here go to &lt;EM&gt;Function groups&lt;/EM&gt; folder and display function group &lt;STRONG&gt;XV6P&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Have a look at those fm´s and check if any is valid for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 10:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/log-creation/m-p/6856536#M1475037</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2010-05-25T10:13:32Z</dc:date>
    </item>
  </channel>
</rss>

