How many types of Routines in SAP BI(7.0)?
Answer Posted / anand
Hi Good Morning.
In BI 7.0 SAP has Introduced 3 Routines.
1.Start Routine 2.End Routine 3.Expert Routine.
1.Start Routine:-a.It Executes before Transformations.We can use same Routine in same cube in number of times,Its a Global.The program executes Packet by packet.Mostly go for start Routine to Filter the Records.
2.End Routine:-It Executes After the Transformations.Its Also Global & Executes packet by packet.Mostly go for End Routine to Add up the Fields to the Target.
3.Expert Routine:-If you use Expert Routine,Start Routine and End Routines are in De active Mode.Mostly We go for this When We want to filter the Records and we want to add up the fields to the Target at that time we go for this.
4.Field Routine:-We Write this in Info package level or in Transformations.This Routine is Executes Record by Record.This is permitted for that Field only. This is Used for Calculations Etc.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Why sap business one?
Can we load the datatable directly using sql query ?
What are the functions of data interface api (di api)?
What is dbdatasource ?
What is the value returned by a method when it executes successfully?
What is di api in sap business one?
What is the difference between a client & customer in a SAP BI Project?? Is it same?
What are the different components of sap business one client software ?
Which tool is provided by sap for keeping the track of events ?
What are the different types of transactions supported by di api ?
what is cell formatting? and advantages?
Which property of matrix gives the total number of rows in the matrix ?
How types of reports we can create in BOBJ
What are the complex reports you developed in Business Objects.Please tell me 3 reports you developed and the complexity you faced and the solution
What is the value returned when any method of a di api object executes successfully?