what is the use of routines?
Answers were Sorted based on User's Feedback
Answer / sanjay
Routine is a place where ABAP coding written for BW to fetch, manipulate data .it is use to write code for particular field(Field routine) it is used to write code for source(Start routine) and used to write code for target(End routine). Also Expert routine which is use to map all existing fields populated from source through code only.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / monika sharma
Routines are used to defines complex transformation rules.
In most of the cases data won't be coming directly in desired format. Before sending data into the target we need to go for writing of routines at the transformation level.
There are 4 types of Routines available:-
1)Field Routines
2)Start Routines
3)End Routines
4)Expert Routines
According to need we can choose routines for transformation.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srisha
Coding used for manipulation or any kind of calculation/restriction done for the data which is coming from source and updated before the data is loaded to the target.
Is This Answer Correct ? | 2 Yes | 3 No |
Do you have any idea how to improve the performance of the bw?
what is an index and types? what is use and where to be used?
Explain return tables.
What is the cache monitoring transaction?
What is SAP exit?
Define an event chain?
What are the steps in general to enhance data?
What is transactional ODS object?
Can you disable cache?
Define a data source?
What are value fields?
Explain business blueprint stage. What do you do here?