SlideShare uma empresa Scribd logo
1 de 41
Baixar para ler offline
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 1
Step By Step Process For Archiving
This document is describes the steps for doing Archiving.
Here we are taking an example of archiving the Material Master data to explain the process of
archiving.
So we will first create a Material and then flag it for deletion and the do the archiving for that
material.
I. Creating A Material
Execute the Transaction code MM01.
Let us create a material with the name MMTESTARCH that we will flag for deletion and later
archiving it to delete from the database.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 2
Click on the Select Views button to enter the data specific to the material.
For our example we will select only BASIC DATA from the views list.
Click on the Enter icon
In the Create Material – General : Basic Data screen, enter the information about the material.
The fields with ‘?’ are required fields.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 3
After entering the data click on the Save icon to save the material.
So we have now created a material.
In the next step, we will flag the material for deletion.
The MMTESTARCH
created message appears
here.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 4
II. Marking Material For Deletion
To set the Flag For Deletion for the material, choose the menu Material àà Flag For Deletion àà
Immediately
Enter the Material name which you want to flag for deletion (in our case it is MMTESTARCH)
and click on the Enter icon.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 5
You will get the following screen.
On this screen check the Material Checkbox and click on Save icon
The material will be flagged for deletion and you will return back to initial screen.
On the message bar you will get the Flag For deletion message.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 6
III. Archiving Process
Now we will see how to archiving the Material that we have flagged for deletion.
The entire Archiving process consists of the following steps / processes :
1. First we need to specify the logical file path and logical filename for the material using the
Transaction Code FILE.
2. We need to specify the logical file name, Client Specific Details for the using the Transaction
Code SF01.
3. Next we start the actual archiving process using the transaction code SARA.
Now we will set up the logical file path and logical file names.
Execute the Transaction Code FILE.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 7
This activity is for client-independent maitainence of logical filenames and paths and includes the
following :
1a. Logical file path definations : - Freely definable descriptive name for a path in which data is
to held.
SAP contains its own standard logical paths necessary for standard operations, but we can also
create our own.
Click on the New Entries button on the application toolbar
Specify the Logical file path and its description in the Name column
Click on Save icon to save the entries.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 8
1b. Assigments of physical paths to the logical path
Select the logical path that you created.
Click on the Assignment of physical paths to logical path option
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 9
Conversion of logical path to a physical path is dependent on operating systems. For this reason,
generally several physical paths can be assigned to one logical path. It consists of following
values :
· Logical path : Name of the logical file path to which the physical path is assigned
· Name : Short description of the logical file path
· Syntax group : Name of the syntax group for which the physical path applies
· Physical path : Platform-specific path. It may contain reserved words as placeholders that
are replaced by system values at runtime. It must include the reserved
word <FILENAME> as placeholder for the filename.
Now since we have already defined the logical path and the Name, we will now define the Syntax
group and the Physical Path.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 10
Click on the New Entries button on the application toolbar
Specify the Syntax Group (eg. WINDOWS NT) and Physical Path
After you specify the Syntax Group and the Physical Path, click on the Enter icon.
This is a System Variable
for the Physical file name
which we will define in
the next step.
This convention is
mandatory.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 11
Click on the Save icon. You will be prompted to enter a Change Request Number. Enter your
change request number and click on the Enter icon
Now the Data will be saved.
Click on Back icon to come back to the inital screen. Now you can see that the Syntax Group is
displayed in the Syntax Group column
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 12
Now select this Syntax Group and click on Logical file name defination, client independent
option.
In this step we maintain the logical file name for all clients.
The definition of a logical filename comprises the following values:
· Logical filename : Descriptive name for a file to be stored.
· Name : Short description explaining the use of the file.
· Physical filename : Physical filename assigned to the logical filename. It may contain
reserved words as placeholders that are replaced by system values at
runtime. The physical filename can also include a path. In this case,
the logical filename only applies to one platform, and a logical path
must not be specified.
· Data format : Three-character key (for example, ASC). The data format is required when
files are downloaded to the presentation server. It can also be used as a
filename extension.
· Application area : Two-character key (for example, SD) that identifies where the file is
utilized but is of no functional significance.
· Logical path : Name of the logical path where the file is to be stored. The logical path
serves to determine the physical path for the file to be stored, depending on
the syntax group in question. If no logical path is specified, the
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 13
FILE_GET_NAME function module at runtime returns only the physical
filename (see above), replacing any placeholders it may contain.
Click on the New Entries button on the application toolbar
After entering the all the information, click on the Save icon.
Click on the Back icon.
Now the logical file name that you have now created should be displayed in the list.
1. Enter the Logical File name.
2. Enter the description
3. Enter the Physical file name. You can use some system variables to make up
your filename. Press F1 on the field to get a list of systems variable. For
example we have used <PARAM_1> for Application Id (i.e.MM), <MONTH>
to include the month etc.
4. Data Format (E.g. ASC)
5. Application (e.g. MM in our case)
6. Logical Path, which we had created earlier
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 14
II PHASE
Now you should use the Transaction Code SF01 to maintain the logical filenames for the current
client. So, make sure that you have logged onto the right client.
Execute the Transaction Code SF01
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 15
Click on the New Entries button on the application toolbar
Just select the Logical File that you created from the dropdown box and the rest of the
information will automatically appear.
Click on the Save icon
Specify the Change Request Number.
Click on Back icon to come to the initial screen
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 16
III. PHASE
Now you start the actual archiving process using the Transaction Code SARA.
Every application area will have some specific Archiving objects associated with them. For
example the archiving object for Material Master is MM_MATNR
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 17
Enter the concerned archiving object name in the Object Name field
Click on the Customizing button on the application toolbar.
Select the Log. File name that you created from the dropdown box.
1
2
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 18
1. Check this box for Automatic Deletion of the material from the database, i.e. the deletion
program will be started automatically.
2. Check this box to link any Third Party Tool that you maybe using for the Archiving.
After specifying the Logical file name, click on the Save icon.
Enter the Change Request Number
Click on the Back icon to return to the initial screen.
Click on Preparation button.
Now you need to create a variant.
Click on the Maintain button
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 19
A subscreen will appear.
Specify a variant name and click on the Create icon.
Now specify the Material Number or Range of Material Numbers to be archived.
In our case it is MMTESTARCH
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 20
Click on the Continue button on the application toolbar
Enter the description for the variant.
Click on the Save icon.
Click on the Back icon to come to the Archive Management : Preparation screen
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 21
Next click on the Start Date button
Specify the period and start time for the execution of the archiving process. In our case, we have
selected Immediate.
Click on Save and Check icons
Click on Spool param. Button
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 22
Maintain the Spool parameters and click on the Save button
You will once again return to the Arhive Management : Preparation screen.
Now the Traffic Light buttons next to the Start Date and Spool param. Buttons should have
turned green
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 23
Now click on the Execute button on the application toolbar
Now the traffic buttons should turn Yellow
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 24
Click on the Job Overview button on the toolbar
Two jobs will created with the format ARV_<ARCHIVING OBJECT>_PRE<DATE><TIME>
and ARV_<ARCHIVING OBJECT>_SUB<DATE><TIME>
These jobs should have the Release status
Click on the Back icon
Click on the Back icon to come back to the Archiving Initial screen.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 25
Click on the Archive button
Click on the Maintain button and create a variant as done earlier
After you specify the variant and click on the Create button, you will get the following screen
Uncheck the Test Mode button
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 26
Click on the Continue button on the toolbar
Specify the Variant description.
Click on the Save icon .
Click on the Back icon.
Maintain the Start Date and Spool param as above.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 27
Click on Execute button on the toolbar.
You should get this
message...’New Archiving
job created’.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 28
Click on the Job Overview button
Two jobs will created with the format ARV_<ARCHIVING OBJECT>_WRI<DATE><TIME>
and ARV_<ARCHIVING OBJECT>_SUB<DATE><TIME>
These jobs should have the Release status
Click on the Back icon twice to get to the Archive Management : Initial Screen screen
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 29
Now before you proceed further, you can check whether the archive file was created or not. You
can also check the tables, which will be affected by this process.
To check whether the archive file was created or not, click on Management button
The yellow colored entry is our process.
This is our process.
The traffic light yellow because the
material has been archived into an
archive file but not yet deleted from
the database.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 30
Double click on the entry to get further details about the archive file
If the Archiving process was completed successfully, you will get the filename and traffic light in
green color.
Click on the Enter icon.
You will now return back to the Archive Management: Archiving session overview screen.
Click on the Back icon to return to the Archive Management: Initial Screen screen.
This is the file path and name that has
been created.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 31
You can also check which all tables were affected by this archiving process.
Click on the DB tables button on the toolbar
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 32
Now Click on the Delete button on the Archive Management: Initial Screen.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 33
Click on the Archive selection button.
You will get the list of Archived data.
Select the archived data for deletion from the database.
Click on the Enter icon
Maintain the Start Date and Spool param. as done earlier.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 34
Click on the Execute icon.
You should get this
message...’New delete jobs
were created’.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 35
Click on the Job Overview button.
Two jobs will created with the format ARV_<ARCHIVING OBJECT>_DEL<DATE><TIME>
These jobs should have the Release status
Click on the Back icon twice to get to the Archive Management: Initial Screen screen
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 36
To get the Statistical information on the archived data till date, click on the Analyze button on the
Archive Management : Initial Screen screen
1. Place you cursor in the Batch / Dialog field and from the dropdown list, select DIALOG
option.
When you change the Batch / Dialog field to DIALOG, you need not maintain the Start Date and
Spool param.
Click on the Execute button on the toolbar.
1
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 37
You will get a list of Archived data
Select your data and click on the Enter icon
What you now get will be the statistical information of the selected archived data.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 38
Now let us confirm the creation of the Archive file.
Get into Explorer and go to the defined path.
This is our Archive
file that was
created.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 39
And as a final step check whether the material was deleted or not.
Execute the Transaction code MM02 to display the material.
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 40
Enter the material number and click the Enter icon
You should get the message
‘Material MMTESTARCH
does not exist’....
SAP R/3 Document : BASIS (Archiving)
Created By : Subba Rao, Laxmichand & Rajasekhar 41
Note :
1. We need not actually create our own logical paths and logical files (as we have done in our
example) in the Transaction Code FILE and SF01. We as well use the SAP defined logical
paths and logical files and modify only the physical path of the archive file.
2. Precautions have to be taken for certain Archiving objects. Eg. IMG Settings for FI Documents
archiving (FI_DOCUMNT), the account life, the document life and the index life settings
have to done by the concerned functional people. Another example is for Archiving
Purchasing Documents (MM_EKKO), for this object the settings of Residence Periods have
to done.
2. You can also do the above process without using the Transaction Code FILE and SF01.
Use following the IMG setting path of Transaction Code SPRO
1. For Transaction Code FILE
2. For Transaction Code SF01
1
2

Mais conteúdo relacionado

Mais procurados

Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SASizahn
 
Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3Mark Tabladillo
 
Lsmw ppt in SAP ABAP
Lsmw ppt in SAP ABAPLsmw ppt in SAP ABAP
Lsmw ppt in SAP ABAPAabid Khan
 
Sas Macro Examples
Sas Macro ExamplesSas Macro Examples
Sas Macro ExamplesSASTechies
 
0104 abap dictionary
0104 abap dictionary0104 abap dictionary
0104 abap dictionaryvkyecc1
 
Unit 4 data storage and querying
Unit 4   data storage and queryingUnit 4   data storage and querying
Unit 4 data storage and queryingRavindran Kannan
 
Base sas interview questions
Base sas interview questionsBase sas interview questions
Base sas interview questionsDr P Deepak
 
ABAP Programming Overview
ABAP Programming OverviewABAP Programming Overview
ABAP Programming Overviewsapdocs. info
 
Data upload from flat file to business intelligence 7.0 system
Data upload from flat file to business intelligence 7.0 systemData upload from flat file to business intelligence 7.0 system
Data upload from flat file to business intelligence 7.0 systemBhaskar Reddy
 
Base SAS Full Sample Paper
Base SAS Full Sample Paper Base SAS Full Sample Paper
Base SAS Full Sample Paper Jimmy Rana
 
Understanding SAS Data Step Processing
Understanding SAS Data Step ProcessingUnderstanding SAS Data Step Processing
Understanding SAS Data Step Processingguest2160992
 
Understanding sas data step processing.
Understanding sas data step processing.Understanding sas data step processing.
Understanding sas data step processing.Ravi Mandal, MBA
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SASImam Jaffer
 

Mais procurados (20)

Sas
SasSas
Sas
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SAS
 
SAS - overview of SAS
SAS - overview of SASSAS - overview of SAS
SAS - overview of SAS
 
Using idoc method in lsmw
Using idoc method in lsmwUsing idoc method in lsmw
Using idoc method in lsmw
 
Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3
 
Lsmw ppt in SAP ABAP
Lsmw ppt in SAP ABAPLsmw ppt in SAP ABAP
Lsmw ppt in SAP ABAP
 
SAS Internal Training
SAS Internal TrainingSAS Internal Training
SAS Internal Training
 
Sas Macro Examples
Sas Macro ExamplesSas Macro Examples
Sas Macro Examples
 
0104 abap dictionary
0104 abap dictionary0104 abap dictionary
0104 abap dictionary
 
Unit 4 data storage and querying
Unit 4   data storage and queryingUnit 4   data storage and querying
Unit 4 data storage and querying
 
Bdc details
Bdc detailsBdc details
Bdc details
 
Base sas interview questions
Base sas interview questionsBase sas interview questions
Base sas interview questions
 
Sap abap material
Sap abap materialSap abap material
Sap abap material
 
ABAP Programming Overview
ABAP Programming OverviewABAP Programming Overview
ABAP Programming Overview
 
Data upload from flat file to business intelligence 7.0 system
Data upload from flat file to business intelligence 7.0 systemData upload from flat file to business intelligence 7.0 system
Data upload from flat file to business intelligence 7.0 system
 
Base SAS Full Sample Paper
Base SAS Full Sample Paper Base SAS Full Sample Paper
Base SAS Full Sample Paper
 
SAS basics Step by step learning
SAS basics Step by step learningSAS basics Step by step learning
SAS basics Step by step learning
 
Understanding SAS Data Step Processing
Understanding SAS Data Step ProcessingUnderstanding SAS Data Step Processing
Understanding SAS Data Step Processing
 
Understanding sas data step processing.
Understanding sas data step processing.Understanding sas data step processing.
Understanding sas data step processing.
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SAS
 

Destaque

Data archiving in sales and distribution (sd)
Data archiving in sales and distribution (sd)Data archiving in sales and distribution (sd)
Data archiving in sales and distribution (sd)Piyush Bose
 
How to Archive and Read FI_ACCOUNT in SAP R/3
How to Archive and Read FI_ACCOUNT in SAP R/3How to Archive and Read FI_ACCOUNT in SAP R/3
How to Archive and Read FI_ACCOUNT in SAP R/3Mohammad Ali Rajabi
 
Benefits of Data Archiving in Data Warehouses
Benefits of Data Archiving in Data WarehousesBenefits of Data Archiving in Data Warehouses
Benefits of Data Archiving in Data WarehousesVineet
 
Sap archiving 407_nalabothula
Sap archiving 407_nalabothulaSap archiving 407_nalabothula
Sap archiving 407_nalabothulavenunala
 
Data Archiving -Ramesh sap bw
Data Archiving -Ramesh sap bwData Archiving -Ramesh sap bw
Data Archiving -Ramesh sap bwramesh rao
 

Destaque (6)

Data archiving in sales and distribution (sd)
Data archiving in sales and distribution (sd)Data archiving in sales and distribution (sd)
Data archiving in sales and distribution (sd)
 
How to Archive and Read FI_ACCOUNT in SAP R/3
How to Archive and Read FI_ACCOUNT in SAP R/3How to Archive and Read FI_ACCOUNT in SAP R/3
How to Archive and Read FI_ACCOUNT in SAP R/3
 
Benefits of Data Archiving in Data Warehouses
Benefits of Data Archiving in Data WarehousesBenefits of Data Archiving in Data Warehouses
Benefits of Data Archiving in Data Warehouses
 
Sap archiving 407_nalabothula
Sap archiving 407_nalabothulaSap archiving 407_nalabothula
Sap archiving 407_nalabothula
 
Data Archiving -Ramesh sap bw
Data Archiving -Ramesh sap bwData Archiving -Ramesh sap bw
Data Archiving -Ramesh sap bw
 
SAP Archiving
SAP ArchivingSAP Archiving
SAP Archiving
 

Semelhante a Archiving

Consuming Data With HANA XS
Consuming Data With HANA XSConsuming Data With HANA XS
Consuming Data With HANA XSBlackvard
 
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA reportSAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA reportRonald Konijnenburg
 
PEGA Naming standards for pega rules | PEGA PRPC Training
PEGA Naming standards for pega rules | PEGA PRPC TrainingPEGA Naming standards for pega rules | PEGA PRPC Training
PEGA Naming standards for pega rules | PEGA PRPC TrainingAshock Kumar
 
Programming Interface & SAP BDC
Programming Interface & SAP BDCProgramming Interface & SAP BDC
Programming Interface & SAP BDCSyam Sasi
 
8323 Stats - Lesson 1 - 03 Introduction To Sas 2008
8323 Stats - Lesson 1 - 03 Introduction To Sas 20088323 Stats - Lesson 1 - 03 Introduction To Sas 2008
8323 Stats - Lesson 1 - 03 Introduction To Sas 2008untellectualism
 
HANA XS Web Service
HANA XS Web ServiceHANA XS Web Service
HANA XS Web ServiceBlackvard
 
SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewerotchmarz
 
Event Registration System Part 2
Event Registration System Part 2Event Registration System Part 2
Event Registration System Part 2Adolfo Nasol
 
Rational Publishing Engine and Rational System Architect
Rational Publishing Engine and Rational System ArchitectRational Publishing Engine and Rational System Architect
Rational Publishing Engine and Rational System ArchitectGEBS Reporting
 
Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0gireesho
 

Semelhante a Archiving (20)

Archive data in sap
Archive data in sapArchive data in sap
Archive data in sap
 
SAP data archiving
SAP data archivingSAP data archiving
SAP data archiving
 
Consuming Data With HANA XS
Consuming Data With HANA XSConsuming Data With HANA XS
Consuming Data With HANA XS
 
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA reportSAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
 
PEGA Naming standards for pega rules | PEGA PRPC Training
PEGA Naming standards for pega rules | PEGA PRPC TrainingPEGA Naming standards for pega rules | PEGA PRPC Training
PEGA Naming standards for pega rules | PEGA PRPC Training
 
Programming Interface & SAP BDC
Programming Interface & SAP BDCProgramming Interface & SAP BDC
Programming Interface & SAP BDC
 
Data type final
Data type finalData type final
Data type final
 
Usgage of ABAP in BI
Usgage of ABAP in BIUsgage of ABAP in BI
Usgage of ABAP in BI
 
8323 Stats - Lesson 1 - 03 Introduction To Sas 2008
8323 Stats - Lesson 1 - 03 Introduction To Sas 20088323 Stats - Lesson 1 - 03 Introduction To Sas 2008
8323 Stats - Lesson 1 - 03 Introduction To Sas 2008
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
 
HANA XS Web Service
HANA XS Web ServiceHANA XS Web Service
HANA XS Web Service
 
Co pa extraction
Co pa extractionCo pa extraction
Co pa extraction
 
SAS Online Training by Real Time Working Professionals in USA,UK,India,Middle...
SAS Online Training by Real Time Working Professionals in USA,UK,India,Middle...SAS Online Training by Real Time Working Professionals in USA,UK,India,Middle...
SAS Online Training by Real Time Working Professionals in USA,UK,India,Middle...
 
SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewer
 
Lsmw
LsmwLsmw
Lsmw
 
ibuyer_Manual
ibuyer_Manualibuyer_Manual
ibuyer_Manual
 
Event Registration System Part 2
Event Registration System Part 2Event Registration System Part 2
Event Registration System Part 2
 
LSMW.pptx
LSMW.pptxLSMW.pptx
LSMW.pptx
 
Rational Publishing Engine and Rational System Architect
Rational Publishing Engine and Rational System ArchitectRational Publishing Engine and Rational System Architect
Rational Publishing Engine and Rational System Architect
 
Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0
 

Último

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Archiving

  • 1. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 1 Step By Step Process For Archiving This document is describes the steps for doing Archiving. Here we are taking an example of archiving the Material Master data to explain the process of archiving. So we will first create a Material and then flag it for deletion and the do the archiving for that material. I. Creating A Material Execute the Transaction code MM01. Let us create a material with the name MMTESTARCH that we will flag for deletion and later archiving it to delete from the database.
  • 2. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 2 Click on the Select Views button to enter the data specific to the material. For our example we will select only BASIC DATA from the views list. Click on the Enter icon In the Create Material – General : Basic Data screen, enter the information about the material. The fields with ‘?’ are required fields.
  • 3. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 3 After entering the data click on the Save icon to save the material. So we have now created a material. In the next step, we will flag the material for deletion. The MMTESTARCH created message appears here.
  • 4. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 4 II. Marking Material For Deletion To set the Flag For Deletion for the material, choose the menu Material àà Flag For Deletion àà Immediately Enter the Material name which you want to flag for deletion (in our case it is MMTESTARCH) and click on the Enter icon.
  • 5. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 5 You will get the following screen. On this screen check the Material Checkbox and click on Save icon The material will be flagged for deletion and you will return back to initial screen. On the message bar you will get the Flag For deletion message.
  • 6. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 6 III. Archiving Process Now we will see how to archiving the Material that we have flagged for deletion. The entire Archiving process consists of the following steps / processes : 1. First we need to specify the logical file path and logical filename for the material using the Transaction Code FILE. 2. We need to specify the logical file name, Client Specific Details for the using the Transaction Code SF01. 3. Next we start the actual archiving process using the transaction code SARA. Now we will set up the logical file path and logical file names. Execute the Transaction Code FILE.
  • 7. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 7 This activity is for client-independent maitainence of logical filenames and paths and includes the following : 1a. Logical file path definations : - Freely definable descriptive name for a path in which data is to held. SAP contains its own standard logical paths necessary for standard operations, but we can also create our own. Click on the New Entries button on the application toolbar Specify the Logical file path and its description in the Name column Click on Save icon to save the entries.
  • 8. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 8 1b. Assigments of physical paths to the logical path Select the logical path that you created. Click on the Assignment of physical paths to logical path option
  • 9. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 9 Conversion of logical path to a physical path is dependent on operating systems. For this reason, generally several physical paths can be assigned to one logical path. It consists of following values : · Logical path : Name of the logical file path to which the physical path is assigned · Name : Short description of the logical file path · Syntax group : Name of the syntax group for which the physical path applies · Physical path : Platform-specific path. It may contain reserved words as placeholders that are replaced by system values at runtime. It must include the reserved word <FILENAME> as placeholder for the filename. Now since we have already defined the logical path and the Name, we will now define the Syntax group and the Physical Path.
  • 10. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 10 Click on the New Entries button on the application toolbar Specify the Syntax Group (eg. WINDOWS NT) and Physical Path After you specify the Syntax Group and the Physical Path, click on the Enter icon. This is a System Variable for the Physical file name which we will define in the next step. This convention is mandatory.
  • 11. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 11 Click on the Save icon. You will be prompted to enter a Change Request Number. Enter your change request number and click on the Enter icon Now the Data will be saved. Click on Back icon to come back to the inital screen. Now you can see that the Syntax Group is displayed in the Syntax Group column
  • 12. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 12 Now select this Syntax Group and click on Logical file name defination, client independent option. In this step we maintain the logical file name for all clients. The definition of a logical filename comprises the following values: · Logical filename : Descriptive name for a file to be stored. · Name : Short description explaining the use of the file. · Physical filename : Physical filename assigned to the logical filename. It may contain reserved words as placeholders that are replaced by system values at runtime. The physical filename can also include a path. In this case, the logical filename only applies to one platform, and a logical path must not be specified. · Data format : Three-character key (for example, ASC). The data format is required when files are downloaded to the presentation server. It can also be used as a filename extension. · Application area : Two-character key (for example, SD) that identifies where the file is utilized but is of no functional significance. · Logical path : Name of the logical path where the file is to be stored. The logical path serves to determine the physical path for the file to be stored, depending on the syntax group in question. If no logical path is specified, the
  • 13. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 13 FILE_GET_NAME function module at runtime returns only the physical filename (see above), replacing any placeholders it may contain. Click on the New Entries button on the application toolbar After entering the all the information, click on the Save icon. Click on the Back icon. Now the logical file name that you have now created should be displayed in the list. 1. Enter the Logical File name. 2. Enter the description 3. Enter the Physical file name. You can use some system variables to make up your filename. Press F1 on the field to get a list of systems variable. For example we have used <PARAM_1> for Application Id (i.e.MM), <MONTH> to include the month etc. 4. Data Format (E.g. ASC) 5. Application (e.g. MM in our case) 6. Logical Path, which we had created earlier
  • 14. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 14 II PHASE Now you should use the Transaction Code SF01 to maintain the logical filenames for the current client. So, make sure that you have logged onto the right client. Execute the Transaction Code SF01
  • 15. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 15 Click on the New Entries button on the application toolbar Just select the Logical File that you created from the dropdown box and the rest of the information will automatically appear. Click on the Save icon Specify the Change Request Number. Click on Back icon to come to the initial screen
  • 16. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 16 III. PHASE Now you start the actual archiving process using the Transaction Code SARA. Every application area will have some specific Archiving objects associated with them. For example the archiving object for Material Master is MM_MATNR
  • 17. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 17 Enter the concerned archiving object name in the Object Name field Click on the Customizing button on the application toolbar. Select the Log. File name that you created from the dropdown box. 1 2
  • 18. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 18 1. Check this box for Automatic Deletion of the material from the database, i.e. the deletion program will be started automatically. 2. Check this box to link any Third Party Tool that you maybe using for the Archiving. After specifying the Logical file name, click on the Save icon. Enter the Change Request Number Click on the Back icon to return to the initial screen. Click on Preparation button. Now you need to create a variant. Click on the Maintain button
  • 19. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 19 A subscreen will appear. Specify a variant name and click on the Create icon. Now specify the Material Number or Range of Material Numbers to be archived. In our case it is MMTESTARCH
  • 20. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 20 Click on the Continue button on the application toolbar Enter the description for the variant. Click on the Save icon. Click on the Back icon to come to the Archive Management : Preparation screen
  • 21. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 21 Next click on the Start Date button Specify the period and start time for the execution of the archiving process. In our case, we have selected Immediate. Click on Save and Check icons Click on Spool param. Button
  • 22. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 22 Maintain the Spool parameters and click on the Save button You will once again return to the Arhive Management : Preparation screen. Now the Traffic Light buttons next to the Start Date and Spool param. Buttons should have turned green
  • 23. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 23 Now click on the Execute button on the application toolbar Now the traffic buttons should turn Yellow
  • 24. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 24 Click on the Job Overview button on the toolbar Two jobs will created with the format ARV_<ARCHIVING OBJECT>_PRE<DATE><TIME> and ARV_<ARCHIVING OBJECT>_SUB<DATE><TIME> These jobs should have the Release status Click on the Back icon Click on the Back icon to come back to the Archiving Initial screen.
  • 25. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 25 Click on the Archive button Click on the Maintain button and create a variant as done earlier After you specify the variant and click on the Create button, you will get the following screen Uncheck the Test Mode button
  • 26. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 26 Click on the Continue button on the toolbar Specify the Variant description. Click on the Save icon . Click on the Back icon. Maintain the Start Date and Spool param as above.
  • 27. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 27 Click on Execute button on the toolbar. You should get this message...’New Archiving job created’.
  • 28. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 28 Click on the Job Overview button Two jobs will created with the format ARV_<ARCHIVING OBJECT>_WRI<DATE><TIME> and ARV_<ARCHIVING OBJECT>_SUB<DATE><TIME> These jobs should have the Release status Click on the Back icon twice to get to the Archive Management : Initial Screen screen
  • 29. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 29 Now before you proceed further, you can check whether the archive file was created or not. You can also check the tables, which will be affected by this process. To check whether the archive file was created or not, click on Management button The yellow colored entry is our process. This is our process. The traffic light yellow because the material has been archived into an archive file but not yet deleted from the database.
  • 30. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 30 Double click on the entry to get further details about the archive file If the Archiving process was completed successfully, you will get the filename and traffic light in green color. Click on the Enter icon. You will now return back to the Archive Management: Archiving session overview screen. Click on the Back icon to return to the Archive Management: Initial Screen screen. This is the file path and name that has been created.
  • 31. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 31 You can also check which all tables were affected by this archiving process. Click on the DB tables button on the toolbar
  • 32. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 32 Now Click on the Delete button on the Archive Management: Initial Screen.
  • 33. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 33 Click on the Archive selection button. You will get the list of Archived data. Select the archived data for deletion from the database. Click on the Enter icon Maintain the Start Date and Spool param. as done earlier.
  • 34. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 34 Click on the Execute icon. You should get this message...’New delete jobs were created’.
  • 35. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 35 Click on the Job Overview button. Two jobs will created with the format ARV_<ARCHIVING OBJECT>_DEL<DATE><TIME> These jobs should have the Release status Click on the Back icon twice to get to the Archive Management: Initial Screen screen
  • 36. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 36 To get the Statistical information on the archived data till date, click on the Analyze button on the Archive Management : Initial Screen screen 1. Place you cursor in the Batch / Dialog field and from the dropdown list, select DIALOG option. When you change the Batch / Dialog field to DIALOG, you need not maintain the Start Date and Spool param. Click on the Execute button on the toolbar. 1
  • 37. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 37 You will get a list of Archived data Select your data and click on the Enter icon What you now get will be the statistical information of the selected archived data.
  • 38. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 38 Now let us confirm the creation of the Archive file. Get into Explorer and go to the defined path. This is our Archive file that was created.
  • 39. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 39 And as a final step check whether the material was deleted or not. Execute the Transaction code MM02 to display the material.
  • 40. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 40 Enter the material number and click the Enter icon You should get the message ‘Material MMTESTARCH does not exist’....
  • 41. SAP R/3 Document : BASIS (Archiving) Created By : Subba Rao, Laxmichand & Rajasekhar 41 Note : 1. We need not actually create our own logical paths and logical files (as we have done in our example) in the Transaction Code FILE and SF01. We as well use the SAP defined logical paths and logical files and modify only the physical path of the archive file. 2. Precautions have to be taken for certain Archiving objects. Eg. IMG Settings for FI Documents archiving (FI_DOCUMNT), the account life, the document life and the index life settings have to done by the concerned functional people. Another example is for Archiving Purchasing Documents (MM_EKKO), for this object the settings of Residence Periods have to done. 2. You can also do the above process without using the Transaction Code FILE and SF01. Use following the IMG setting path of Transaction Code SPRO 1. For Transaction Code FILE 2. For Transaction Code SF01 1 2