Wednesday, 6 June 2012

Formula Variable with Replacement path Business scenario Step by step guide


How to use Replacement Path Variables to perform Date Calculations
A Step-by-Step guide
Have you ever wanted to perform calculations using dates defined as characteristics but have never worked out how it can be done? Replacement Path Variables are the key.
Using Replacement Path in your Text and Formula variables, replace values held in a characteristic. The Characteristic value variables are replaced by the results of a query at run-time.
The steps detailed below show a technique to enable a BEx query user to determine the number of days between two dates.
Scenario:
The group HR administrator wants a detailed line item report that lists all employee absences in a given period. The report is to show the employee number, the absence start date, together with the end date of the absence and show the number of calendar days the employee was absent.
The good thing about using this technique is that no redesign work is needed from your technical BW team, no ABAP is involved and best of all, it quick and easy.
Solution:
For this example I created an ODS object called Absence that holds basic employee information along with individual absence record data.
Follow the steps below:
  1. Open the BEx Query Designer and create a new report on your chosen InfoProvider.
  2. Drag the Employee, Valid from and Valid to characteristics into the Rows section of the screen. If needed, apply data selection restrictions to the characteristics as shown in Figure 1.
  3. Right click on the Key Figures structure and select New Formula (Figure 1).

     Figure 1
  4. In the new formula window right click on Formula Variable and choose New Variable Figure 2 ).

     Figure 2
  5. The Variables Wizard will launch and will require you to specify the variable details.
    ( Click the NEXT button if the Introduction screen appears )
  6. Enter the variable details on the General Information as shown in Figure 3 .
    Enter the Variable Name , Description and select Replacement Path in the Processing by field.
    Click the Next Button.

     Figure 3
  7. In the Characteristic screen (Figure 4) select the date characteristic that represents the first date to use in the calculation (From Date).
    Click the Next Button.

     Figure 4
  8. In the Replacement Path screen (Figure 5) select Key in the Replace Variable with field. Leave all the other options as they are (The offset values will be set automatically).
    Click the Next Button.

     Figure 5
  9. In the Currencies and Units screen (Figure 6) select Date as the Dimension ID.
    Click the Next button.

     Figure 6
  10. The Save Variable screen (Figure 7) displays a summary of the new variable.
    Click on the Finish button to save the variable.

     Figure 7
  11. Repeat steps 4 to 11 to create a second variable for the second date to be used in the calculation. In the example shown, the characteristic 0DATETO is used to create the variable ABSEND (Absence End Date).
Define the Calculation
We can now use our two new replacement variables to define our new calculated key figure that generates the number of absence days for each record.
  1. You will now be back at the New Formula screen (Figure 8). Drag and drop the two new variables into the formula section of the screen and insert the subtract sign (“-“) between the two.
  2. Give the new formula a description and click the formula syntax check button  to ensure the formula is valid.

     Figure 8
  3. The new calculated key figure will now show in the columns section of the BEx query designer (Figure 9).

    Figure 9
  4. Save the query and execute it.
In the example shown the Number of Calendar Days Absent is calculated correctly. See the table of results below.
EmployeeValid FromValid ToNumber of Calendar
Days Absent
5000000117/04/200421/04/20044
5000000216/07/200429/09/200413
5000000307/01/200409/02/200433
5000000404/08/200405/08/20041

Step by step procedure for Currency conversion in SAP BI

Monday, 4 June 2012

SAP BI interview Questions 4


1.)    Did ever heard about brain td in dtp’s?
2.)    What about integrated planning?
3.)    What is navigational attributes?
4.)    What variables available in sap BW?
5.)    What is customer exit? in which scenario you have used this?
6.)    Restricted key figures are global so for local what is option?
7.)    What is compounding of in object?
8.)    What are aggregates in BW?
9.)    Aggregates formula?
10.) You have done with hr project? What is HR flow?
11.) What are the steps in LO?
12.) What is generic extraction?
13.) What type of deltas available in LO?
14.) About v3 job scheduling?
15.) Which tables you have used in LO?
16.) What is your module in R3?
17.) Attribute change run?
18.) Rollup?
19.) DSO types?
20.) Where we have to write routines?
21.) What is the table name of write-optimized dso?

SAP BO Interview Questions 3


1.)    What is aggregate awareness?
2.)    What are derived tables?
3.)    Features in Xcelsius?
4.)    Drill down and dynamic visibility in Xcelsius?
5.)    How to migrate Xcelsius dashboard which has qaaws and lifeoffice connection
6.)    What loops are in sap bo?
7.)    What are the traps?
8.)    Where you have written the prompt function?
9.)    Is that pivot table function is supported in Xcelsius?
10.) What are the input and output (data manager)s in Xcelsius while you are creating dashboard on BW?
11.) Sections and breaks in Webi?
12.) Input control option in Webi reporting?
13.) What is different between query level filter and report level filter?

Thursday, 31 May 2012

SAP BI BO Interview questions 2


Hello here some more interview question for SAP BI BO
1.)    Tell me about your technical background and project details
2.)    Do you know what if analysis in Xcelsius?
3.)    What type of dashboards you have developed?
4.)    Do you know merge dimensions in Webi ?Why it exactly needed
5.)    Why universe exactly?
6.)    Can one universe connect to multiple BEx queries?
7.)    What are the types of info cube? Which you have used in your project?
8.)    Did you ever written any function module?
9.)    If you work on multi providers on cube for reporting which info provider you have used multi provider or info cube?
10.) What is schema you have used in SAP BI?
11.) Difference between star schema and extended star schema?
12.) If you fire a query in BEx first it will go to fact table or dimension table?
13.) What type of BEx queries you have developed?
14.) What are types of info objects?
15.) What are types of DSO’s?
16.) What are the types of DTP’s? Explain?
17.) What are the types of Variables in BEx?
18.) What are the processing types of variables?
19.) Give me one real time scenario for formula variable?
20.) Did u know anything about exit in BEx?
21.) I do have choice to use standard extractor what is the alternative?
22.) Which data source you have used while working with r3?
23.) Generic extraction types mean on which we can create these generic extractors?
24.) Which type of generic extractor you have used?
25.) What are the delta types in standard extractors?
26.) How do you chose the tools among the webi, crystal, Xcelsius among reporting?
27.) What is the backend for you crystal report?
28.) What are the challenges you faced in crystal reports?
29.) What type of crystal report you have developed?
30.) Do you know CMC?
31.) How did you schedule these crystal reports in BO?
32.) What are the types of output format of crystal report while doing scheduling?
33.) Did you implement template for whole organization? Or reports? While working with crystal report?
34.) In your crystal report you have used colors those colors requirement given by client or you only chosen?
35.) What are types of routines in SAP BI?
36.) Did you ever implement expert routine?
37.) Did you observe the option only for particular info object (setting) in transformation level while starting routines?
38.) What is IDT?

Wednesday, 30 May 2012

DSO Activation failed possible errors


DSO Activation Failed Errors in SAP BI


Most of the cases we will face below errors in DSO Activation.
1) Activation of M records from Data Store object terminated.
    i) SQL Error while reading table in database.
    ii) No batch process available. Process terminated

2) Request not exist in DSO and DSO is inconsistent. You will get request number.

Now we will see the solutions for the above issue.

1) i) : a) Right click on your DSO in RSA1 and click on manage.Please check if you have any red request in request tab of DSO.
In request tab below, you will find option "Request Display: Date of Update From" change this date to one or two months back and click on refresh. you will get the old request now, now check if you have any red request.
b) If you find any red request, click on monitor tab and make the technical status to red. Now come back and make the request status red in request tab of DSO.Delete the request from request tab.
c) Activate the DSO now, it will get successful.

1) ii) : You will get this error, if you don't have enough background processes in your server.

a) check number of background processes maintained by going into tcode RSODSO_SETTINGS.
Please follow the below steps to rectify this error.
a) go to manage tab of DSO. now go to request tab and select the request and click on activate.
b) In the next screen select the request you want to activate.
c) Now click on parallel activation
  
d) In the next screen, you will get the no of parallel processes maintained for DSO activation. Make this to 1 and save it.(By default we will have 3)
e) Now click on activate, this time your DSO will get activate successfully.
for more details you can refer below thread as well.
 2) : You will get this error if someone is wrongly deleted the request from manage of DSO. wrongly means properly making the request red and deleting from manage tab. If request is deleted from manage tab but still present in back end tables then you will get this error.
The request loaded to the DSO will be stored in the following back end tables.
RSICCONT, RSMONICDP, RSODSACTUPDTYPE and RSODSACTREQ.
If we have any discrepancy between these four tables, we will get the above error.
Apart from this error we will get the request number in error log. We need to delete that request number from these four tables if it exist.
please check the note 868391 for details.

Hope this will be useful...

Friday, 25 May 2012

SAP BI BO Interview Question

Here I am sharing my interview experience with you

24/may/2012
As usual today my interview start with regular question Tell Me about Your Self,After Technical discussion came into picture,Some of the technical questions are below Probably I will share answer for these with you soon
1.) what is you landscape in SAP BI and as well as SAP BO?
2.)which tool your are using for transport in SAP BO environment?
3.) What are the steps in transportation of SAP BI object from one environment to another environment?
4.)Is it mandatory or user have to give the destination system of BI while doing transportation means after click on transport button?
5.)Common loading data error in SAP BI?
6.)what are steps to do transport in SAP BO?
5.)What is your team size and hierarchy?(Non technical any be prepare for this type question while going to interview)
6.)what are the first step to do in implementation phase SAP BI project?
7.)How to find whether you infoObject is SAP defined or user defined How did you achieve this?
8.)How to install and activate the business content object?what are the steps involved?
9.)where did you check the locked idocs?
10.)Why DSO activation failed?
11.)why did you get error(request red due to special characters) while updating data into data targets the same not happening while updating from source system to PSA?
12.)Where do you tell the BW system or data targets to allow some specific special characters?
13.) What is difference CMC and infoview?

These are the question I have faced at today interview. Appreciate if any one provide the Answers in comments

Thankyou
Keep reed find new things