cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transformations execution

AA3
Participant
0 Likes
587

For the Transformations in BI 7 onwards what is the order of execution of the routines mentioned below

1) Field routines (characteristic)

2) Master data lookup

3)Start Routine

4)End routine

which of the above get executed first

View Entire Topic
Former Member
0 Likes

Hi,

First, the code in start routine will be executed.

Then comes your master data look up followed by the field level routine.

At last, the end routine comes into picture.

When you debug the transformation, you will get to know in which order it is getting executed.

Also, you can check the generated program of a transfromation.

BR

Adlin