<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Transformations execution in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119061#M3235647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't use expert routines. They completely obscure meta-data about data flow and they provide an almost undetectable performance improvement over a standard transformation. The end result is that your BW system becomes unmaintainable very fast in exchange for a minuscule speedup. IMO, the only time expert routines are justified is when it is impossible or very inefficient to do the work in a standard transformation or a start/end routine. This is a very rare situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 16:20:38 GMT</pubDate>
    <dc:creator>esjewett</dc:creator>
    <dc:date>2012-11-26T16:20:38Z</dc:date>
    <item>
      <title>Transformations execution</title>
      <link>https://community.sap.com/t5/technology-q-a/transformations-execution/qaq-p/9119057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the Transformations in BI 7 onwards what is the order of execution of the routines mentioned below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Field routines (characteristic)&lt;/P&gt;&lt;P&gt;2) Master data lookup&lt;/P&gt;&lt;P&gt;3)Start Routine&lt;/P&gt;&lt;P&gt;4)End routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which of the above get executed first&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 02:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformations-execution/qaq-p/9119057</guid>
      <dc:creator>AA3</dc:creator>
      <dc:date>2012-11-20T02:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Transformations execution</title>
      <link>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119058#M3235644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequence: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Star Routine&lt;/P&gt;&lt;P&gt;2) Master Data Lookup&lt;/P&gt;&lt;P&gt;3) Field Routine&lt;/P&gt;&lt;P&gt;4) End Routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are no transformation rules, we can use Expert Routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 04:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119058#M3235644</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2012-11-20T04:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transformations execution</title>
      <link>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119059#M3235645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, the code in &lt;STRONG&gt;start routine&lt;/STRONG&gt; will be executed.&lt;/P&gt;&lt;P&gt;Then comes your &lt;STRONG&gt;master data look up&lt;/STRONG&gt; followed by the &lt;STRONG&gt;field level routine&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;At last, the &lt;STRONG&gt;end routine &lt;/STRONG&gt;comes into picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you debug the transformation, you will get to know in which order it is getting executed.&lt;/P&gt;&lt;P&gt;Also, you can check the generated program of a transfromation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Adlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 07:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119059#M3235645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-20T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Transformations execution</title>
      <link>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119060#M3235646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't the master data lookups and field routines effectively run at the same time? The logic for each target field is executed field-by-field, so master data lookups and field routines can be intermixed. Please note, however, that the actual *lookup* of master data for the master data lookup rule type happens before the first record is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 16:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119060#M3235646</guid>
      <dc:creator>esjewett</dc:creator>
      <dc:date>2012-11-26T16:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Transformations execution</title>
      <link>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119061#M3235647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't use expert routines. They completely obscure meta-data about data flow and they provide an almost undetectable performance improvement over a standard transformation. The end result is that your BW system becomes unmaintainable very fast in exchange for a minuscule speedup. IMO, the only time expert routines are justified is when it is impossible or very inefficient to do the work in a standard transformation or a start/end routine. This is a very rare situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 16:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformations-execution/qaa-p/9119061#M3235647</guid>
      <dc:creator>esjewett</dc:creator>
      <dc:date>2012-11-26T16:20:38Z</dc:date>
    </item>
  </channel>
</rss>

