How many types of Routines in SAP BI(7.0)?
Answers were Sorted based on User's Feedback
Answer / usha
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 ? | 21 Yes | 11 No |
Answer / sudeer
there are 4 types
1.field level routine
2.start routine
3.end routine
4.expert routine
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / prabhakar
There are three types of routines
-> Start routine
-> End routine
-> Expert routine
Is This Answer Correct ? | 17 Yes | 9 No |
Answer / rakesh nagpure
There are 4 types of routine
1 Routine for Key Figures or Characteristics
2 start routine
3 end routine
4 expert routine
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / chandu
What i know
ther are 4 typse of routines
Field/Characteristic routine
Start Routine
End Routine
Expert Routine
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tulika rani shaw
There are 4 types of routine
1.Characteristic or Field Routine
2.Start Routine
3.End Routine
4.Expert Routine
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anusha
4 types of routine
start routine
end routine
expeert routine
field routine
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghvendra sharma
1 Start routines
2 End routines
3 Field level routines
4 Expert routines
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mukul parihar
There are four types of routines available in Sap BI under
Transformation which are:
1) Field Level Routine
2) Start Routine
3) End Routine
4) Expert Routine
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sapbi
There are 4 types of routine & their uses
1 start routine(DSO Structure)
2 end routine(Cube Structure)
3 expert routine(Coding)
4 field(Logic)
Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between canceling the sales order and closing the sales order?
What is the use of company object in sap business one ?
Difference between filter and condition in sap bi
For performing heavy duty operations what is suitable di api or di server ?
Hi Experts, What are the common Transport errors in SAP BW?
What is a/r invoice ?
What is dtw in sap business one?
What is the function of observerdll.dll ?
How does cell editor works in BEx.
Why we are going for customization? Give me a scenario..
What is di api in sap business one?
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?