<?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: Archiving objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513693#M845130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mrutyunjaya Tripathy, I have already checked that sites,but i didn't get screen shots with step by step;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 06:36:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T06:36:53Z</dc:date>
    <item>
      <title>Archiving objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513689#M845126</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;Can you please send me 'step by step process Archiving data objects and how we can extract archived data from R/3?'. If possible please send me with screen shots to my mail-id nvraomca@yahoo.com or plese attach to this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Venkata Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 05:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513689#M845126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T05:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513690#M845127</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;Creating Archiving Objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The programs you enter must already exist in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction AOBJ. &lt;/P&gt;&lt;P&gt;Choose New Entries and enter the following data:&lt;/P&gt;&lt;P&gt;General Information&lt;/P&gt;&lt;P&gt;Object Name&lt;/P&gt;&lt;P&gt;Name of the archiving object&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;Short description &lt;/P&gt;&lt;P&gt;Application Area&lt;/P&gt;&lt;P&gt;Organizational category for assigning archive files &lt;/P&gt;&lt;P&gt;Application Component&lt;/P&gt;&lt;P&gt;Used for assigning archive files&lt;/P&gt;&lt;P&gt;Programs and Functions&lt;/P&gt;&lt;P&gt;Write Program&lt;/P&gt;&lt;P&gt;Name of the program that writes the archive files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interruption Possible&lt;/P&gt;&lt;P&gt;Setting this indicator means the archiving object supports Interruption and Continuation of an Archiving Session. If you set this, the write program must also handle the interruption request. This indicator must not be set if the Do Not Start Before End of Write Phase is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete Program &lt;/P&gt;&lt;P&gt;Name of the program that deletes the data from the database after the write program has finished &lt;/P&gt;&lt;P&gt;Do Not Start Before End of Write Phase&lt;/P&gt;&lt;P&gt;If this indicator is set, the delete programs do not start until the write program is finished. To actually start the delete phase immediately, the Start automatic. indicator must be set in archiving-object-specific Customizing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This indicator should not be set for most archiving objects. Before you set this indicator, decide whether you actually need to use this indicator or can do without it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload Program (optional)&lt;/P&gt;&lt;P&gt;Name of the program with which the data can be loaded from the archive back into the database.&lt;/P&gt;&lt;P&gt;Prohibit New Session During Reload &lt;/P&gt;&lt;P&gt;If this indicator is set, no new archiving session is generated when reloading archiving sessions. The reload program is not authorized to call the function module ARCHIVE_SAVE_OBJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preprocessing Program (optional)&lt;/P&gt;&lt;P&gt;Name of the program with which data is to be prepared for data archiving. &lt;/P&gt;&lt;P&gt;Postprocessing Program (optional)&lt;/P&gt;&lt;P&gt;Name of the program with which data is to be processed after it has been archived. If, for example, the data is only marked for deletion in the delete program, the actual deletion can be executed in the postprocessing program. &lt;/P&gt;&lt;P&gt;Index Build Program&lt;/P&gt;&lt;P&gt;Name of the program for building indexes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArchiveSelect.Active&lt;/P&gt;&lt;P&gt;If this indicator is set, the Archive Selection pushbutton is displayed in transaction SARA for building and deleting indexes. If you select archive files using variants, do not set this indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index Delete Program&lt;/P&gt;&lt;P&gt;Name of the program for deleting indexes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index Build Allowed &lt;/P&gt;&lt;P&gt;If this indicator is set, an index can be created for this archiving object. For more information, see Creating ADK Indexes and Using Them to Access Archive. The actual index creation can be controlled by a Customizing entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Invalid" Indicator Cannot Be Revoked&lt;/P&gt;&lt;P&gt;If this indicator is set, the "Invalid" indicator for archiving sessions cannot be reset in archive management once it is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Archiving Object Generated&lt;/P&gt;&lt;P&gt;Indicates the archiving object was generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of SAP Web Application Server 6.10 write and delete programs can no longer be generated at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross-Client&lt;/P&gt;&lt;P&gt;Archiving is client-independent.&lt;/P&gt;&lt;P&gt;End Dialog&lt;/P&gt;&lt;P&gt;Dialog mode must stop before archiving can begin. Only set this if collisions may occur during data archiving. In general, this should not be set as it was primarily designed for older archiving objects where parallel operation was not able to be guaranteed between online operation and data archiving.&lt;/P&gt;&lt;P&gt;Documentation&lt;/P&gt;&lt;P&gt;Info for Write Program&lt;/P&gt;&lt;P&gt;Name of the document containing information about the object-specific write program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Info for Delete Program&lt;/P&gt;&lt;P&gt;Name of the document containing information about the object-specific delete program. &lt;/P&gt;&lt;P&gt;Info for Reload Program&lt;/P&gt;&lt;P&gt;Name of the document containing information about the object-specific reload program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Info for Preprocess Prog&lt;/P&gt;&lt;P&gt;Name of the document containing information about the object-specific preprocessing program. &lt;/P&gt;&lt;P&gt;Info for Postproc Prog&lt;/P&gt;&lt;P&gt;Name of the document containing information about the object-specific postprocessing program. &lt;/P&gt;&lt;P&gt;Info for Read Program&lt;/P&gt;&lt;P&gt;Name of the document containing information about the object-specific read program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create the documents using the documentation maintenance transaction (SE61).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries and return to the initial screen of transaction AOBJ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/mysap3/sap123.htm" target="test_blank"&gt;http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/mysap3/sap123.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapabapinterviewquestionsjobs.blogspot.com/2007/11/sap-abap-interview-questions-jobs.html" target="test_blank"&gt;http://sapabapinterviewquestionsjobs.blogspot.com/2007/11/sap-abap-interview-questions-jobs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapta009.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapta009.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.danmcweeney.com/8" target="test_blank"&gt;http://blog.danmcweeney.com/8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/2a/fa043a493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/2a/fa043a493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 05:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513690#M845127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T05:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513691#M845128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you chandra prakash. Can you plese send me that process with screen shots or PPTs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 05:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513691#M845128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513692#M845129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/mysap3/sap123.htm" target="test_blank"&gt;http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/mysap3/sap123.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapabapinterviewquestionsjobs.blogspot.com/2007/11/sap-abap-interview-questions-jobs.html" target="test_blank"&gt;http://sapabapinterviewquestionsjobs.blogspot.com/2007/11/sap-abap-interview-questions-jobs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapta009.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapta009.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.danmcweeney.com/8" target="test_blank"&gt;http://blog.danmcweeney.com/8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 06:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513692#M845129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T06:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513693#M845130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mrutyunjaya Tripathy, I have already checked that sites,but i didn't get screen shots with step by step;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 06:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513693#M845130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T06:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Archiving objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513694#M845131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in SAP help. it has got loads of information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 16:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/archiving-objects/m-p/3513694#M845131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-23T16:51:27Z</dc:date>
    </item>
  </channel>
</rss>

