Step by Step Method for File Archival in BW

Similar documents
Process Chain Log Deletion

Validity Table in SAP BW/BI

Database Statistics During ODS Activation

Errors while Sending Packages from OLTP to BI (One of Error at the Time of Data Loads through Process Chains)

Using Radio Buttons in Web Template

Using Nested Exception Aggregation in BEx Reports- Scenario

DB Connect with Delta Mechanism

Standalone BW System Refresh

How to use Boolean Operations in the Formula as Subsidiary for IF Condition

Step by Step Procedure for DSO Creation

How to Create View on Different Tables and Load Data through Generic Datasource based on that View

Material Master Extension for New Plant

ecatt Part 6 System Data Container

MDM Syndicator: Custom Items Tab

Information Broadcasting Part 3 Scheduling the First Report

Triggering the Process Chains at Particular Date using Events

Table Row Popup in Web Dynpro Component

Recreating BIA Indexes to Address the Growth of Fact Index Table

How to Broadcast BEx Workbooks using BW Pre-calculation Server and through Process Chains

Implying Security on Business Object XI 3.1 Universe having SAP BW as Source

Extracting Missing Fields of Data Source Which Are Present In Their Extract Structure

How to Default Variant Created for Report Developed In Report Painter/Writer

Extraction of Hierarchy into Flat File from R/3 and Loading in BW System

Step by Step Approach for End Routine with Look Up

Step By Step: the Process of Selective Deletion from a DSO

Replacement Path: Explained with an Illustrated Example

Customized Transaction to Trigger Process Chain from Failed Step

Linking Documents with Web Templates

Procedure to Trigger Events in Remote System Using an ABAP Program

Integration of Web Dynpro for ABAP Application in Microsoft Share Point Portal

MDM Import Manager - Taxonomy Data (Attribute Text Values) Part 3

Changing the Source System Assignments in SAP BW Objects without Affecting the Data Modeling

Setting up Connection between BW and R/3 for Data Load

Data Source Replication and Activation of Transfer Structures

Reporting Duplicate Entries

Generate Export Data Source

Easy Lookup in Process Integration 7.1

How to Reference External JAR Files in Web Dynpro DC in SAP NW Portal 7.3

Step-By-Step guide to Virtual InfoCube Implementation

Cut Over Activities Specific for LIS* Data Sources

Developing Crystal Reports on SAP BW

Reading Enhanced DataSource fields for the Remote Cube

How to Create and Schedule Publications from Crystal Reports

A Step-by-Step Guide on IDoc-ALE between Two SAP Servers

Material Master Archiving in Simple Method

Upload Image file from system in Web dynpro view

Data Extraction & DS Enhancement in SAP BI Step by Step

Creating Custom SU01 Transaction Code with Display and Password Reset Buttons

SAP Net Weaver 400s BI 7.0For more information, visit the Business Intelligence homepage.

Explore to the Update Tab of Data Transfer Process in SAP BI 7.0

Add /Remove Links on ESS Home Page in Business Package 1.5

Data Mining: Scoring (Linear Regression)

Role and Scope of ABAP in SAP BI

Creation of Key Figures with Higher Decimal Place Precision

Loading the Data for Time Dependent Hierarchy in SAP BI

Performance Management in Data Loading: an Overview

Maintaining Roles and Authorizations in BI7.0 - RSECADMIN

Data Flow During Different Update Mode in LO Cockpit

List of Values in BusinessObjects Web Intelligence Prompts

Freely Programmed Help- Web Dynpro

Using Rule Group in SAP-BI. Part - 1

SDN Community Contribution

Deploying BusinessObjects Explorer on Top of a SAP BI Query

Material Listing and Exclusion

POWL: Infoset Generation with Web Dynpro ABAP

Financial Statement Version into PDF Reader

Open Text DocuLink Configuration - To Access Documents which are Archived using SAP

This article explains the steps to create a Move-in letter using Print Workbench and SAPScripts.

Information Broadcasting-Part 2 - System Settings

Displaying SAP Transaction as Internet Application in Portal

How to Configure User Status in mysap SRM

Methods of Selecting BOM Variant Parts in Variant Configuration

SAP BI BO Unit/Currency Logic for Unknown Units Case Study

BW Reconciliation. Applies to: Summary. Author Bio

Step by Step Guide How to Use BI Queries in Visual Composer

Server Connectivity and Data Load from Non SAP System to BW

SAP QM-IDI Interface. SDN Contribution. Applies to: Summary. Author Bio. SAP QM Interfaces

Step by Step Guide on How to Use Cell Definition in BEx Query

Currency Translation in SAP BI Step by step Guide

Hierarchy in Business Objects with Expanded Hierarchy Logic

Using Customer Exit Variables in BW/BI Reports: Part - 14

Universal Worklist - Delta Pull Configuration

How to Check BW system Before Go-Live

Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose

Graphical Mapping Technique in SAP NetWeaver Process Integration

How to Create Top of List and End of List of the ALV Output in Web Dynpro for ABAP

Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable

Xcelsius Tricks Part 5 Create a Loading Bar in SAP Crystal Dashboard and Presentation Design (Xcelsius 2008)

Custom Process types Remote Trigger and End Time

How to Display Result Row in One Line While Reporting On Multiproviderer

Data Mining: Decision Trees

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed

SAP PI/XI: Generating Sequence Number Between Multiple Instances of Mapping Execution

Limitation in BAPI Scheduling Agreement (SA) Create or Change

Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1

External Driver Configuration for Process Integration 7.0

About ITAB Duplicate_Key (SAP lrsaods) Runtime Error

Managing Transports in SAP BW 3.5 and BI 7.0

Creation of Sets in SAP-ABAP, How to Read them INI SAP-ABAP Reports

Purpose of Goods Receipt Message indicator in Purchase Orders

Transcription:

Step by Step Method for File Archival in BW Applies to: SAP BW 3.x & SAP BI Net Weaver 2004s. For more information, visit the EDW homepage. Summary This document will give the reader step by step approach to archive the files in SAP BW. This will be done with the usage of OS Commands in Process Chains. Author: Vikram Srivastava Company: Infosys Technologies Limited Created on: 18 October 2010 Author Bio Vikram Srivastava is working as a Technology Analyst with Infosys Technologies Limited. He has got a rick experience on various BW Implementation/Support Projects in both SAP BW 3.5 and SAP BW 7.0. 2010 SAP AG 1

Table of Contents Scenario... 3 Step by Step Solution... 3 Related Content... 7 Disclaimer and Liability Notice... 8 2010 SAP AG 2

Scenario After the file has been loaded to the BW System we might want to archive the file in some other directory. The below steps will help us going through the same scenarios. Step by Step Solution Step 1: Create an OS Command. Go to TCode SM69 and Click on Create Step 2: Specify the command name and the command to archive the file? Denotes a mandatory placeholders for the file name and path Here we will be using the system command mv <source> <destination> 2010 SAP AG 3

Step 3: Ensure that the Additional parameters allowed check box is checked. This will allow us the enter Additional Parameters in the logical Command. Step 4: Now we can use this command in the process chain. First we create a process chain by going to the TCode RSPC and create a Start Variant. 2010 SAP AG 4

Step 5: Choose the process type OS Command and enter the command created above. Step 6: In the additional parameters enter the source and destination. /usr/sap/interface/inbound/data/test.csv /usr/sap/interface/inbound/archive/test.csv In this scenario we want to move the file Test.csv 2010 SAP AG 5

Step 7: Link and Activate the process chain Step 8: Execute the process chain. This will move the file from /usr/sap/interface/inbound/data/test.csv to /usr/sap/interface/inbound/archive/test.csv 2010 SAP AG 6

Related Content www.help.sap.com www.sdn.sap.com www.service.sap.com 2010 SAP AG 7

Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document. 2010 SAP AG 8