Showing posts with label Process Chain. Show all posts
Showing posts with label Process Chain. Show all posts

Friday 14 September 2012

Creating Process Chains for DSO

A process chain is a sequence of processes that are scheduled to wait in the background for an event. Some of these processes trigger a separate event that can, in turn, start other processes. It looks similar to a flow chart. You define the list of Infopackages / DTPs that is needed to load the data, say delta or Full load. Then you schedule the Process chain as hourly, daily, monthly, etc, depending on the requirement 

Use: If you want to automatically load and schedule a hierarchy, you can include this as an application process in the procedure for a Process Chain 

Note: Before you define process chains, you need to have the Objects ready i.e DSO, Cubes etc 

Steps to Create Process Chains 

Step 1: Go to RSPC transaction. Click on Create. Give Process chain name and Description. 


Step 2: Give the Start process name and description and click on Enter 

Note: Each process chain should start with a Start Process 


Step 3: The next screen will show the Scheduling options. 

There are two options:

Direct Scheduling:
Start Using Meta Chain or API 

In my example I have chosen Direct Scheduling as I am processing only one chain i.e DSO. Click on “Change Selections” 


In the below screen shot, you can give the scheduling details i.e the Immediate, Date& time etc. and click on SAVE 


The Screen shot below indicates that we have started the process. 


Step 4:

Click on the icon process types as shown in the below figure. You will get a list of options.
In my example I am scheduling for DSO. To process we need to have InfoPackage, DTP’s for the corresponding DSO
Open the tree Load Process and Post Processing, We need to drag and drop “Execute InfoPackage” 



Step 5: Once you drag and drop the “Execute infopackage” we get the below Popup. We need to keyin the Infopackage name. To do this click on F4 and chose your Infopackage and click onENTER


Step 6: Once you drag & drop the InfoPackage, the corresponding DTP’s and the corresponding Active Data table are automatically called. 


Step 7: Save + Activate and Execute the Process.

Step 8: Once the process is completed, we can see the whole chain converted to Green, Which indicates the process is successfully completed 

Note: In case of errors in any step, the particular chain will be displayed in red 


Step 9: We can see if the data is successfully updated by Right-click on the Data store Data


Step 10: On selecting Administer Data Target, will lead you to InfoProvider Administration. 


Step 11: Click on “Active Data” tab to see the data successfully uploaded. 


Note:

Similarly the process can be done for Cubes, Master data and Transactional data
When you create Process chains, by default they are stored in “Not Assigned”. If you want to create your own folders, 

a) Click on the icon “Display Components” on your toolbar => choose F4 => Create




b) Give appropriate name for the folder => Enter


c) SAVE + ACTIVATE

Wednesday 12 September 2012