How many types of Routines in SAP BI(7.0)?
Answer Posted / 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 |
Post New Answer View All Answers
What is dtw in sap business one?
what is cell formatting? and advantages?
What are the different types of transactions supported by di api ?
Which are the dll’s used in sap business one sdk?
What is used in sdk for developing a form ?
What is the value returned when any method of a di api object executes successfully?
Is it possible to alter the standard behaviour of sap business one using sdk ?
Which tool is provided by sap for keeping the track of events ?
What is company object in sap business one ?
How is sap business one implemented ?
How types of reports we can create in BOBJ
What is a/p invoice ?
What are the sap business one modules?
How to fill data in recordset ?
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