<?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: Capturing Batch Input Log without keeping BDC session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108910#M440451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you try archiving?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For archiving, archive object BDCLOGPROD can be used. if archived, then you can read the archived logs using program RSBDC_ARCHREAD (also accessible from SARA-&amp;gt;Read).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See some notes if it is helpful:&lt;/P&gt;&lt;P&gt;147354, 18319, 24438, 18307&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at the Data Management Guide available at service.sap.com/data-archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 15:16:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T15:16:48Z</dc:date>
    <item>
      <title>Capturing Batch Input Log without keeping BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108907#M440448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to capture the Batch Input log and keep it persistent in some manner (for example using an application log) without keeping the corresponding BDC session.  The reason for this is that any manual corrections to data interfaces through BDC sessions MUST be logged indefinitely for audit purposes.  The actual BDC sessions are HUGE and therefore precludes saving the entire BDC session.  My thoughts are user-exit'ing in BDC session either as a Batch Input Log is being created or when a Session is being deleted (NOTE: running ECC 6.0 which has new enhancement concept permitting extremely flexible user-exit'ing so exit points are NOT an issue and repair/core mode not required).  Anyone see any flaws with this approach or can recommend perhaps a simpler or standard approach so that Batch Input Logs are retained indefinitely whereas the Session is deleted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 16:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108907#M440448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T16:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Batch Input Log without keeping BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108908#M440449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;the log will remain if you delete the session. so do not think that if you delete the session the log wil also deleted. just have a try in test system. even the spool request will be genereted, you can pick the data from the SPOOL number also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 16:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108908#M440449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Batch Input Log without keeping BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108909#M440450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sudheer.  The issue is that ultimately the batch input log will be deleted via the program RSBDCRE0 (if not manually).  The requirement is to archive the batch input log in some (if not all) cases.  Especially the case where a user has manually modified data in the BDC session (as this is recorded on the log and therefore is crucial for audit purposes).  My (naive) approach to this would be to write the contents of the batch input log to an application log for persistence.  Exclusive of this approach, I am asking if someone can identify a delivered approach or perhaps a simpler solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 21:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108909#M440450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T21:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Batch Input Log without keeping BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108910#M440451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you try archiving?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For archiving, archive object BDCLOGPROD can be used. if archived, then you can read the archived logs using program RSBDC_ARCHREAD (also accessible from SARA-&amp;gt;Read).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See some notes if it is helpful:&lt;/P&gt;&lt;P&gt;147354, 18319, 24438, 18307&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at the Data Management Guide available at service.sap.com/data-archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 15:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-batch-input-log-without-keeping-bdc-session/m-p/2108910#M440451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T15:16:48Z</dc:date>
    </item>
  </channel>
</rss>

