How many types of Routines in SAP BI(7.0)?
Answers were Sorted based on User's Feedback
Answer / sunilbm@accenture
there are 3 types of routines
1) start routine
2) End routine
3) expert routine
Is This Answer Correct ? | 216 Yes | 52 No |
Answer / aduri
Also
Routine for Updating Key fig & Routine for Updating Char
available at Transformation Rule Details
Is This Answer Correct ? | 76 Yes | 24 No |
Answer / arun
Endroutine, this will trigger ~~~~ AFTER ~~~
Transformations.
Is This Answer Correct ? | 49 Yes | 5 No |
Answer / dattatreya sarma gollapudi
Actually routine is the ABAP CODE where ever we can write
in BI. We can write the ABAP CODE at the following cases.
1. InfoPackage routine, where even we can get the file
information also.
2. Start Routine, This will trigger before
Transformations. Generally used for Filtering records.
3. Endroutine, this will trigger before Transformations.
Generally used for updating data based on existing data.
4. Expert Routine, this will trigger without any
transformation Rule. Whenever we try to write a expert
routine, all existing rules are deleted. This is used
generally for customizing rules.
5. Ty Routine, this will trigger inside the Rule based on
the char. or KF. If rule for Char, then Char
Transformation Routine will trigger. If rule for KF, then
KF Transformation Routine will trigger.
Always let me know for suggestions.......
Is This Answer Correct ? | 46 Yes | 16 No |
Answer / bhaskar
4 TYPES
1.START ROUTINE-Trigger before transformations
2.END ROUTINE-Trigger after transformation
3.EXPERT ROUTINE-we used it in special cases only.if we use
it then there is no concept of other routines.
4.GENERAL ROUTINES-Infopackage level routines(dynamic
selecting of source systems(FLAT FILES)),RULE TYPE
ROUTINES-TO SPECIFY HOW THE DATA TO BE UPDATED TO TARGET.
Is This Answer Correct ? | 24 Yes | 0 No |
Answer / adhvi
1)Characteristic or Field Routine
2)Start Routine
3)End Routine
4)Expert Routine
Is This Answer Correct ? | 25 Yes | 1 No |
Answer / wahiduzzaman mia
There are three types of routines-
1. Start routine
2. End routine and
3. Expert routine
Is This Answer Correct ? | 38 Yes | 18 No |
Answer / raj
1.start routine
2.end routine
3.field routine
4.expert routine
Is This Answer Correct ? | 23 Yes | 8 No |
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 |
Which property of matrix gives the total number of rows in the matrix ?
Hi Experts, 1. Can any one tell about how to know the Cube size 2. How to delete single Wrong transaction in Cube
Can sap business one be customized?
What are the different types of transactions supported by di api ?
What is di server in sap business one ?
hi frnds dc's suma.could u tell me this one.(suma.sapbi@gmail.com).I have 2 Data Sources sales and Billing.I have 2 Cubes called 1.sales cube and 2.Billing Cube with its own Data,Now i want to add Sales Data to Billing Cube.How Can it Possible,Can you any one Explain?
5 Answers Cap Gemini, HCL, IBM,
What is the value returned by a method when it executes successfully?
If You Create a Compounding Attribute How many primary Keys it Generates?
What are the different parts of di api ?
what is UI and DI objects
Explain different parts of di api?
AFTER A PURCHASE ORDER HAS BEEN APPROVED, AND PRINTED, AND THERE IS NEED TO MAKE CHANGES ON THE P O, DO I CANCEL THE OLD P O OR DO I JUST EDIT AND SEND FOR APPROVAL?