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
can any working guy help me...by explaining me about any twop reports which u have created.....on sales and purchase
How is sap business one implemented ?
How to fill data in recordset ?
Which are the dll’s used in sap business one sdk?
What is a/r invoice ?
What is difference between matrix and grid in sap business one?
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 are the different types of transactions supported by di api ?
What are the different objects in di api ?
What are the functions of data interface api (di api)?
What is difference between ap or a/p and ar or a/r?
What will happen if we remove eventfilters ?
What are the features of sap business one include?
what is cell formatting? and advantages?
can any one explain end routine...like when it is used...and give an examole.......similarly for end routine..