All about Field-symbols..
Hi This blog describes the advantages of using the field-symbols . Internal table processing is essential part of any ABAP program. Generally, we use the explicit work area to process the internal...
View ArticleABAP Runtime Analysis of Transformations & DTPs
Introduction We develop various ABAP Programs, Customized T-codes and Function Modules in our projects as per our requirements. To fine tune our developments, we have to check "What...
View ArticleMoving Tasks and Merging Requests in The Transport Organizer
Moving a Task :If we want to move a task to another request. For Example, we want to move the task XXXX1149 from the request XXXX1148 (Request 1) to the request XXXX1152(Request 2).Select the task we...
View ArticleBW 7.3 : Data Flow Migration Tool
In SAP BW 7.3, we have a new wizard to migrate entire data flow from 3.X to 7.X. Prior to BW 7.3 we have to migrate each object separately. In 7.3 we can migrate entire data flow to 7.0 For Migration...
View ArticleProgram for loading sample data into infocube
Struggling for sample data to load into newly developed Infocube,…… CUBE_SAMPLE_CREATE is an ABAP program, allows us to fill the infocube with random data without using any flat files, source system...
View ArticleCommon Production Failures Encountered at BW / BI Production Support
Hi,This is about Common Production Failures Encountered in Production it might be helpful1 Transactional RFC Error(trfc) – Non Updated IDOCs in the Source System.1.1 Why does the error occur?• tRFC –...
View ArticleAll_about_Process_Chains..._in_SAP_BW_Step_By_Step_and_Tips[1]
Hi, This is about All_about_Process_Chains..._in_SAP_BW_Step_By_Step_and_Tips 1.) Call transaction RSPCRSPC is the central transaction for all your process chain maintenance. Here you find on the...
View ArticleSAP BI Datawarehousing - Fundamentals
The Goal of SAP-BIØ offer complete end-to end DWH solutions.Types of DataBasically, there are two types of data in a standard business practice.1) Master Data 2) Transaction Data Master...
View ArticleMESSAGE_TYPE_X of type RSQBW dump after adding an InfoObject Compounding tab
It seems pretty obvious that following an addition of an infoobject to the compounding tab, it is necssary to adjust the relevant infoproviders and transformations to include the new compounding...
View ArticleUse of Into corresponding fields.
Hi... Usage of Into corresponding fields :Internal table:Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line...
View ArticleMapping of the Objects in Multiprovider
Requirement:Business wants to analyze Partner and Membership details for Single Partner . To achieve above requirement we get the data from different infocubes. Those infocubes are insert one...
View ArticleList of Function Modules used in SAP BI/BW
Hi Please find the important function modules used in SAP BI/BW. 1.RRMX_WORKBOOK_DELETE: Delete BW Workbooks permanently from Roles & Favorites 2.RRMX_WORKBOOK_LIST_GET: Get list of all Workbooks...
View ArticleFind out the list of datasources where the R/3 field is used in BW
When we executing a gap analysis whether all necessary R/3 fields already extracted and transferred to BW and we want to find out the list of datasources where the R/3 field is used. We can use the...
View ArticleFind out to which bw infoobjects the particular r/3 field is mapped
If we want to see, per datasource/transfer structure, to which BW infoobject the R/3 field is mapped, we can be viewed by using RSTSFIELD table. Goto RSTSFIELD table. Provide the Source System name...
View ArticleFetch ECC table data into BW using RFC function Module
Business Requirement:In ECC some mapping tables are available.Copy those table data into BW.Implementation Logic in BWThis can be achieved in 2 ways:1. create table based extractor in ECC and load data...
View ArticleHow the kill the job , when DTP request running for long hours.
Solution: change the status of the request in the underlying table RSBKDTPSTAT from "active" to "delete". 1. se16 2. Provide the table RSBKDTPSTAT3. Provide the dtp request id in the selections4....
View ArticleAvoid the SID Generation Error While Activating Data in a DSO
Hi, This is about Avoid the SID Generation Error While Activating Data in a DSO You might run into one of these error messages while activating data in a DataStore object (DSO) either manually or from...
View ArticleTo upload Sales Order data from SAP R/3 to BI using generic DataSources
Hi Guys, Below content will surely help you for your reference. To upload Sales Order data from SAP R/3 to BI using generic DataSourcesThe Following Steps to be followed in R/3Step 1:Goto T-code RSO2....
View ArticleInfocubes - Concepts (SAP BW)
Infocubes - Concepts (SAP BW) 1. INFOCUBE-INTRODUCTION:The central objects upon which the reports and analyses in BW are based are called InfoCubes & we can seen as InfoProviders. an InfoCube is a...
View ArticleErrors and Solutions
Errors and Solutions Infopackage CS_ORDER_ATTR_CREATION_DATE failed due to the 797 duplicate record found. 235 recordings used in table /BI0/PCS_ORDER.Sol: Activated...
View Article