LO Cockpit DS activation. LO Cockpit DS Enhancement RSU5_SAPI_BADI What is BADI? BADI stands for business addin. It is based on Object Oriented Programming model in ABAP. BADI consists of Interfaces and classes. Interface is a collection of empty methods. …
Scenario: The source data is coming in the form of ytd numbers. Below is an example of year to date (YTD) numbers: The user wants to see the monthly values instead of the YTD values, below is the data which …
Scenario: There is a requirement to load data with a filter on a certain infoObject. This filter is a parent node of a hierarchy. The data in the source is having rows with leaf nodes only for this infoObject. See …
Tcodes: RSDDV, RSADMIN BI Accelerator is a separate server which runs on TREX (Text Retrieval Extraction). The BI-Accelerator is a an addition to SAP BW 7 version and is now becoming obsolete with the advent of HANA. BIA serves the …
More details can be accessed in ebook, click here Enhance LO standard business content data source with a field not present in the data source extract structure Scenario 1: The field to be added in the LO Data source is …
Before starting any development, it is mandatory to have a package and TR assigned to your user id so that you can neatly collect all your changes in the TR and transport it without any errors. One should avoid collecting …
Issue: When transporting objects from Development to Test Servers, the transport gets cancelled (RC=12) or ends with errors (RC=8) with the following messages- If transporting BEx objects like query elements: error message: Invalid Objects: ‘After Import’ terminated (see long text). …
Remodeling is a new feature added in NW04s BI 7.0 version of SAP BW. It enables to change the structure of an Infocube that is already loaded with data. Using remodeling a characteristic can be simply deleted or added/ replaced with …
In this post, I will detail on how to write an ABAP program which checks for a specific file in the application server and triggers a process chain. If no file is found, it just displays a message and does …