Nov 22, 2011
Repeat Delta Elucidate From OLTP to BW System
Dynamic Attachment using Simple Transformation
The main focus of this article is not about sending mails when a work item is created, currently the main focus of this article would be to creating an attachment dynamically. The attachment can be a .DOC, .XLS, .PDF, .XML.
The term dynamic here refers to the data and content that are populated during the workflow execution that can be either populated in the workflow container or work item container. This article specifically deals with creating a excel sheet and it can be extended to such an extent where you can even populate list values inside the generated excel sheet.
Ok…… let me say you how it can be done in simple 3 steps.
- Create a Business Class by including IF_WORKFLOW interface in the class.
- Create a Simple Transformation,to populate the values in the excel sheet call the transformation from a method created in the business class.
- Create a Standard task and include the new business class and method name and define the proper binding and finally include this task in a workflow.
Nov 11, 2011
Program to Activate Transformation & DTP
OVERVIEW
This paper provides a code which can be used to activate inactive Transformation's and DTP's. SAP has provided various programs for activating info-providers, transfer rules, etc but these two programs were missing from the standard set of programs.
Link : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d02513b2-7fb6-2c10-3a8b-887fc115d61b
PDF Download : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d02513b2-7fb6-2c10-3a8b-887fc115d61b&overridelayout=true
Oct 31, 2011
How to save your Listcube selction screen and the output.
- This will help in reusability like avoiding the LISTCUBE tcode again and again for the same selections.
- This will also helps you to reduce certain amount of your manual work.
Link : http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/26903
Oct 27, 2011
How to Fetch Your Infopackage Details From R/3 System.
Sharing a small piece of code which help you a lot in indentifying the BW system or Info package details at R/3 system while you write your custom code in CMOD at data source level. This code will help you in following below situations.
1) Remote Function Call: If you need to call Function Module written in BW system from R/3 system for any manual manipulation.
2) To Identify BW Load request details at CMOD code Level.
3) When a R/3 system is connected to Couple of BW system.
4) From one R/3 system when the data has to be sent differently for same data source to two different BW systems at CMOD level.
Read more at : http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/26901
Oct 26, 2011
The BW - HANA Relationship
The BW - HANA Relationship
- (i) extremely good performance for any type of workload
- (ii) a real-time replication mechanism between an operational system (like SAP ERP) and HANA
Oct 25, 2011
Learn your BW in hard way
That’s usual case. Skilled BW guy knows where to look in order to lookup information that is needed. It is common to know basic tables with IOs (RSDIOBJ), reports (RSRREPDIR), cubes (RSDCUBE), DSOs (RSDODSO), process chains (RSPCCHAIN) etc.
More technical BW guy would also know where to find information about basic BW system settings (tables RSADMINA, RSADMINS, RSBASIDOC, etc.).
To Read more : go to link below.