<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TekLink</title>
	<atom:link href="http://teklink.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://teklink.co.uk</link>
	<description>SAP Business Intelligence &#038; General Tech focused blog that dishes up a good plate of Waffle</description>
	<lastBuildDate>Sat, 31 May 2008 08:11:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SAP BI InfoProviders</title>
		<link>http://teklink.co.uk/sap/sap-bi-infoproviders/</link>
		<comments>http://teklink.co.uk/sap/sap-bi-infoproviders/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 19:42:11 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/sap-bi-infoproviders/</guid>
		<description><![CDATA[All reports in SAP business warehouse get their data from Infoproviders. InfoProviders are objects that store data in SAP business warehouse. These Info providers can be objects that physically contain data or logical views, whose data is stored in another system or other info provider.
There are many types of InfoProvider objects in SAP BW. These [...]]]></description>
			<content:encoded><![CDATA[<p>All reports in SAP business warehouse get their data from Infoproviders. InfoProviders are objects that store data in SAP business warehouse. These Info providers can be objects that physically contain data or logical views, whose data is stored in another system or other info provider.</p>
<p>There are many types of InfoProvider objects in SAP BW. These include InfoCubes, operational data stores (ODS) objects, InfoSets, remote cubes, SAP remote cubes, Virtual InfoCubes with services and multi-providers.</p>
<p><strong>InfoCube</strong></p>
<p>An InfoCube (basic cube) is made up of several related tables that organise the info objects contained within according to the InfoCubes Star schema. The central table in the InfoCube is called the fact table. The fact table contains the key figures and dimension IDâ€™s that link to the dimension tables that surround the fact table, making up the Star schema. The dimension tables themselves don&#8217;t actually store the characteristic data or data keys, but store another numerical ID, known as a master data ID which is automatically generated by SAP BW.</p>
<p>The master data table (SID table) is used to create the link between the master data ID and the value of the characteristic.</p>
<p><strong>Operational data store</strong></p>
<p>Operational data store (ODS) objects are basically transparent tables do contain the key fields and data fields that make up this type of info provider. Even though, in BW they go by the name ODS objects they are basically the same standard tables that hold data in SAP R/3.</p>
<p>There are a few limitations with this type of info provider. The main one of which is that they are limited to a maximum of 16 key fields. As ODS objects, are just basic flat tables, all the fields they contain (characteristics and key figures) are held in each data record, which means your records can become a considerable length.</p>
<p>Although ODS objects have limitations, they are ideal objects to store data at a document level.</p>
<p>An operational data store object stores consolidated and cleansed data (transaction or master data) and data fields that can also be key figures and characteristics, which differ from a basic cube.</p>
<p>And ODS object describes a consolidated data set from one or more Info sources. You can evaluate the dataset with a BEx query. And ODS object contains a key such as a document number or item and data fields that can also contain character fields such as customer as a key figure. The data of an ODS object can be updated with the Delta update into InfoCube or additional ODS objects in the same system or across systems. Contrary to multi-dimensional data storage with InfoCubes. The data of ODS objects is stored in a flat database tables, unlike basic cubes. ODS objects consists of three flat tables.</p>
<ul>
<li>Activation queue (initial table of ODS objects).</li>
</ul>
<ul>
<li>New data is stored in this table before it is activated. Its structure is similar to that of a PSA table that keys built from the request, data package and data record number. After all the requests in the activation queue have been successfully activated. They are deleted from the activation queue.</li>
</ul>
<li>Table with active data.</li>
<ul>
<li>This table stores, the current state of the data. This table has a semantic key such as an order number or item that the model can define. Reporting draws upon this table. If the connected data targets are supplied in the full update method of updating, the data targets are updated with the active data from this table.</li>
</ul>
<li>Change log (output table for connect data targets)</li>
<ul>
<li>During an activation room, the modifications are stored in the change log. The change log therefore contains all the complete (activation) history of the modifications across the contents of the change log and not automatically deleted. If the connected data targets are supplied from the ODS object in a Delta process, the data targets are updated from the change log. The change log is a PSA table and can be maintained in the PSA tree of the administration workbench. Accordingly, the change log has a technical key derived from the request, data package, and data record number.</li>
</ul>
<p>The new state of the data is written in parallel into the change log and into the table with the active data. Note the following types of ODS objects:</p>
<ul>
<li>Standard ODS object. These are created in the administration workbench modelling SAP, under info provider. Create them under the required InfoProvider. You can also edit ODS objects using transaction RSDODS.</li>
</ul>
<p>To Be Continued &#8230;</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/Infoproviders" rel="tag">Infoproviders</a>, <a href="http://technorati.com/tag/SAP" rel="tag">SAP</a>, <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/InfoCubes" rel="tag">InfoCubes</a>, <a href="http://technorati.com/tag/ODS" rel="tag">ODS</a>, <a href="http://technorati.com/tag/InfoSets" rel="tag">InfoSets</a>, <a href="http://technorati.com/tag/remote+cubes" rel="tag">remote cubes</a>, <a href="http://technorati.com/tag/SAP+remote+cubes" rel="tag">SAP remote cubes</a>, <a href="http://technorati.com/tag/Virtual+InfoCubes" rel="tag">Virtual InfoCubes</a>, <a href="http://technorati.com/tag/multi-providers" rel="tag">multi-providers</a>, <a href="http://technorati.com/tag/Star+schema" rel="tag">Star schema</a>, <a href="http://technorati.com/tag/fact+table" rel="tag">fact table</a>, <a href="http://technorati.com/tag/dimension+tables" rel="tag">dimension tables</a>, <a href="http://technorati.com/tag/SID" rel="tag">SID</a>, <a href="http://technorati.com/tag/characteristics" rel="tag">characteristics</a>, <a href="http://technorati.com/tag/key+figures" rel="tag">key figures</a>, <a href="http://technorati.com/tag/PSA" rel="tag">PSA</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bi-infoproviders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the SAP BW Query Key Date ?</title>
		<link>http://teklink.co.uk/sap/what-is-the-sap-bw-query-key-date/</link>
		<comments>http://teklink.co.uk/sap/what-is-the-sap-bw-query-key-date/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 09:35:56 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/what-is-the-sap-bw-query-key-date/</guid>
		<description><![CDATA[Whilst working with BW BEx users, I often get asked to explain what a key date is and how it affects query results. Itâ€™s understandable that this can sometimes be a little confusing to users as you really need to know a little bit about how your BW handles Master Data within your data model [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst working with BW BEx users, I often get asked to explain what a key date is and how it affects query results. Itâ€™s understandable that this can sometimes be a little confusing to users as you really need to know a little bit about how your BW handles Master Data within your data model star schema.</p>
<p>Characteristics can contain attributes, which help describe in detail information about the characteristic itself.</p>
<ul>
<li><strong>For example</strong> The 0EMPLOYEE characteristic holds the value of an employeeâ€™s personnel number. This is great but it would be better if we new more information about this employee. This is where attributes come in. We can assign attributes to the 0EMPLOYEE characteristic that describe more information about the employee such as Job, Position, Gender, Personnel Area etcâ€¦</li>
</ul>
<p>When attributes are assigned to a characteristic, we can add these attributes to our reports in the BEx Analyzer. When we run the report, the BW system reads the attribute values that correspond to the characteristic and displays them in our query results.</p>
<p><strong>Woohoo</strong>, I hear you cry, but what about the Key Date?</p>
<p>When attributes are assigned to characteristics, there is an option to specify that the attributes are Time Dependant. This means that instead of the BW system reading a single attribute value that corresponds to the characteristic, the system has to use dates to workout if the attribute value is valid for the reporting time period the user has chosen when running the report. This is made possible because when Time Dependant data is loaded into a BW system for a characteristic, a start-date and end-date is loaded with it identifying when an attribute is valid.</p>
<p>Now when a query is executed that displays attribute information; the BW system needs to know what date to use when searching for the relevant attribute information. This is where the Key Date comes in. BW uses the Key Date as a special parameter to read the relevant attribute records that correspond to the characteristic.</p>
<p>You may have designed queries in the past that use attributes but have never specified a Key Date and found that sometimes the correct information is displayed and other times it isnâ€™t. This is because by default the query will use the current system date to find the attribute information if no Key Date is specified for the query, resulting in only the most recent attribute data being displayed.</p>
<p>To ensure your reports display the correct attribute information all the time, make sure you either manually specify the Key Date in your query design or use a variable to determine the date at run-time. This can be done by selecting the Query Property screen from within the Query Designer.</p>
<p><a class="imagelink" title="BW_Key_Date" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_key_date.jpg"><img id="image55" height="96" alt="BW_Key_Date" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_key_date.thumbnail.jpg" /></a></p>
<p>My preferred method is to always display a parameter that the user must fill when the report is executed.</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/BEx" rel="tag">BEx</a>, <a href="http://technorati.com/tag/key+date" rel="tag">key date</a>, <a href="http://technorati.com/tag/star+schema" rel="tag">star schema</a>, <a href="http://technorati.com/tag/0EMPLOYEE" rel="tag">0EMPLOYEE</a>, <a href="http://technorati.com/tag/BEx+Analyzer" rel="tag">BEx Analyzer</a>, <a href="http://technorati.com/tag/Time+Dependant" rel="tag">Time Dependant</a>, <a href="http://technorati.com/tag/Query+Designer" rel="tag">Query Designer</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/what-is-the-sap-bw-query-key-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BW &#8211; Debug Update Rules &amp; Transfer Rules</title>
		<link>http://teklink.co.uk/sap/sap-bw-debug-update-rules-transfer-rules/</link>
		<comments>http://teklink.co.uk/sap/sap-bw-debug-update-rules-transfer-rules/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 20:21:35 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bw-debug-update-rules-transfer-rules/</guid>
		<description><![CDATA[Transfer rules and Update rules are the main areas within a BW system where the BW professional can transform your transaction system data into the required format for what ever InfoObject / InfoProvider is being updated.
Quite often when ABAP is used as part of your transfer and update rules there is a need to debug [...]]]></description>
			<content:encoded><![CDATA[<p>Transfer rules and Update rules are the main areas within a BW system where the BW professional can transform your transaction system data into the required format for what ever InfoObject / InfoProvider is being updated.</p>
<p>Quite often when ABAP is used as part of your transfer and update rules there is a need to debug the code to ensure you donâ€™t introduce any problems into your production environment.</p>
<p>When data is loaded into a BW system a background process is used. This means you can not run the data load in debug mode as you would most other programs. What you need to do is run the load program in <em>Simulation</em> mode.</p>
<p>The first step to take is set a breakpoint in you coded Update/Transfer rule. This can be achieved by:</p>
<p><em><strong>* </strong>Setting a breakpoint within the generated program once the rule has been activated.<br />
<strong>* </strong>Locate the code manually during your debug session and setting a break-point.<br />
<strong>* </strong>Hard code a breakpoint in the rule as shown below:<br />
</em></p>
<ul>
<li><strong>if sy-uname = &#8216;MYUSERID&#8217;.</strong>
<ul>
<li><strong>break.</strong></li>
</ul>
</li>
<li><strong>endif. </strong></li>
</ul>
<p>My preferred method is the first option. I try not to hard code breakpoints (second option) as I sometimes forget to remove the code once I have finished debugging and the third option takes I find take too long.</p>
<p>To set a break-point in the activated code you have to find the activated program and then search for your code that you want to debug. Follow these 4 steps (Update Rule):</p>
<ol>
<li>View the code for the Update Rule.<br />
<a title="SAP BW Update Rule Screen 1" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_1.jpg"><img alt="SAP BW Update Rule Screen 1" id="image42" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_1.thumbnail.jpg" /></a></li>
<li>Locate the code that you want to debug and remember some content that will identify the code that you need to debug.<br />
<a title="SAP BW Update Rule Screen 2" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_2.gif"><img alt="SAP BW Update Rule Screen 2" id="image43" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_2.thumbnail.gif" /></a></li>
<li>Come back out of the code and activate your Update rule. Once activated, select â€œDisplay Activated program from the <strong>Extraâ€™s</strong> menu.<br />
<a title="SAP BW Update Rule Screen 3" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_3.jpg"><img alt="SAP BW Update Rule Screen 3" id="image44" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_3.thumbnail.jpg" /></a></li>
<li>Search for the code that you located in step 2 and set the break-point.<br />
<a title="SAP BW Update Rule Screen 4" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_4.jpg"><img alt="SAP BW Update Rule Screen 4" id="image45" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_4.thumbnail.jpg" /></a></li>
</ol>
<p>Once your beak-point has been set you then need to run the update/transfer rule in <em>simulation mode</em>. To achieve this you must have already loaded data into the PSA. Follow these steps:</p>
<ol>
<li>Navigate to the PSA under the Monitoring section with transaction RSA1. Find the PSA Request that you want to debug and select the â€˜<strong>Simulate/Cancel update</strong>â€™ option from the right mouse click menu.<br />
<a title="SAP BW Update Rule Screen 5" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_5.jpg"><img alt="SAP BW Update Rule Screen 5" id="image46" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_5.thumbnail.jpg" /></a></li>
<li>The screen will then show the details tab of the InfoPackage Monitor for the specific request. Right-click on a selected Data-Packet and select <strong>Simulate</strong>.<br />
<a title="SAP BW Update Rule Screen 6" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_6.gif"><img alt="SAP BW Update Rule Screen 6" id="image47" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_6.thumbnail.gif" /></a></li>
<li>Select the appropriate â€˜<strong>Activate Debugging</strong>â€™ option for your rule (Update/transfer). Select the radio button to determine the number of records that you want to process in you debugging session and select the â€˜<strong>Perform Simulation</strong>â€™ button.<br />
<a title="SAP BW Update Rule Screen 7" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_7.jpg"><img alt="SAP BW Update Rule Screen 7" id="image48" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_7.thumbnail.jpg" /></a></li>
<li>Select the Data Packets, Number of Records and then the continue button.<br />
<a title="SAP BW Update Rule Screen 8" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_8.jpg"><img alt="SAP BW Update Rule Screen 8" id="image49" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_8.thumbnail.jpg" /></a></li>
<li>The update process will start and your screen will show the debug window. Press â€˜<strong>F8</strong>â€™ to run through your program. It will then stop at the breakpoint you set earlier.<br />
<a title="SAP BW Update Rule Screen 9" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_9.gif"><img alt="SAP BW Update Rule Screen 9" id="image50" src="http://teklink.co.uk/wp-content/uploads/2006/11/bw_dutr_9.thumbnail.gif" /></a></li>
</ol>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/Transfer+rules" rel="tag">Transfer rules</a>, <a href="http://technorati.com/tag/Update+rules" rel="tag">Update rules</a>, <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/InfoObject" rel="tag">InfoObject</a>, <a href="http://technorati.com/tag/InfoProvider" rel="tag">InfoProvider</a>, <a href="http://technorati.com/tag/ABAP" rel="tag">ABAP</a>, <a href="http://technorati.com/tag/PSA" rel="tag">PSA</a>, <a href="http://technorati.com/tag/RSA1" rel="tag">RSA1</a>, <a href="http://technorati.com/tag/InfoPackage" rel="tag">InfoPackage</a>, <a href="http://technorati.com/tag/Data-Packet" rel="tag">Data-Packet</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bw-debug-update-rules-transfer-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is It Dot Com Boom and Bust time again?</title>
		<link>http://teklink.co.uk/general/is-it-dot-com-boom-and-bust-time-again/</link>
		<comments>http://teklink.co.uk/general/is-it-dot-com-boom-and-bust-time-again/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 23:10:46 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PodCasts]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/is-it-dot-com-boom-and-bust-time-again/</guid>
		<description><![CDATA[Listen to a PODCAST of the Blog:
Teklink-Boom &#038; Bust-by Heather (PC Voice)
You know when you look at some of the aquisitions going on today with Internet-based companies.  You might be inclined to think that the 1990s dot-com boom era is making a return.
Think about it, eBay bought Skype for $2.6billion.  News Corporation, Rupert [...]]]></description>
			<content:encoded><![CDATA[<p>Listen to a <strong>PODCAST</strong> of the Blog:<br />
<a id="p38" href="http://teklink.co.uk/wp-content/uploads/2006/11/is-it-dot-com-boom-and-bust-time-again-heather.mp3" title="Teklink PodCast - Is It Dot Com Boom and Bust time again - Read by Heather (PC Voice)?"><strong>Teklink-Boom &#038; Bust-by Heather (PC Voice)</strong></a></p>
<p>You know when you look at some of the aquisitions going on today with Internet-based companies.  You might be inclined to think that the 1990s dot-com boom era is making a return.</p>
<p>Think about it, eBay bought Skype for $2.6billion.  News Corporation, Rupert Murdoch&#8217;s company bought MySpace for $580million, and now the word is Yahoo are in talks to buy Facebook for a figure getting close to $1billion.</p>
<p>Now back in the 1990s, it seemed venture capital firms were begging to throw millions of dollars into investments with online-based companies that have next to no track record or decent business plan and we all know what happened then. Something stinky hit the fan.</p>
<p>This time round though, things look a little different.  The companies that seem to be being bought, at the least have track records of attracting millions of visitors to their site on a daily basis.  For instance, take a look at YouTube.  They are quoted as receiving 100 million video downloads a day, with over 70 million viewers a month.  It&#8217;s pretty much a given that the Google Video venture was a flop, hence their reason for buying YouTube.  This has resulted in Google increasing its amount of video streams by at least a factor of 10.</p>
<p>So it seems this time round, internet companies like YouTube are being bought, not just for what they might promise, but also to allow companies access to online communities that are growing faster than ever before.</p>
<p>Most of the companies being bought, also have decent business models and are making money on the Internet by online advertising.  And for me this appears to be the key in this round of purchases.  It&#8217;s all about advertising. Advertising equals big bucks.  Look at the figures. I heard Google sold about $10billion worth of advertising last year and returned a profit of over $2billion.  Now that&#8217;s not to be sniffed at.</p>
<p>I was reading through some BBC technology news where they reported that Google&#8217;s YouTube deal is based on the idea that Google will make money from the site&#8217;s Content by sharing advertising revenues with commercial video makers such as music companies and amateurs that put their home movies up online.  This basically sums up my thoughts exactly.</p>
<p>One of the Internet purchases that has puzzled me though is eBay buying Skype.  Skype is a great service, free telephone calls and all, but how can eBay make money out of it? Are they going to stick small banner ads for online auctions on the Skype application?  Surely they can&#8217;t be thinking about adding quick five second audio advertisements at the start and end of each call.</p>
<p>If you want to buy something from eBay, it would be nice to be able to talk to the seller and asked questions about the product before making a purchase but is it really going to work?  The seller would have to be online at the same time as you are making your bid, if not, you would after leave a voicemail and wait for a reply, which is more or less exactly the same process you go through when you email the seller with your question.  I guess with this deal will just have to wait and see what happens</p>
<p>A big difference this time round with these Internet company purchases, is that the companies actually making the purchases are Internet or media companies themselves and have substantial cash and revenues. Take Google for instance, who is reported to be sat on almost $10billion in cash. These guys are looking at long-term investments, and not just a quick book.</p>
<p>This doesn&#8217;t mean these Internet purchases are all good deals though.  Time and time again, we get reports that companies have overpaid in their attempt to gain new customers.  The Internet is an unpredictable place, and no doubt some sites will lose their attractiveness to viewers, resulting in costly mistakes.</p>
<p>I have to say though, I am hoping most of these acquisitions work out for the best, and help the Internet emerge from its teenage years, turning it into a young adult that all companies will be happy to do business in.</p>
<p>PS. If Google, Yahoo or Rupert Murdoch (i&#8217;m not fussy which), have lots of money to throw around, I&#8217;m sure I could dream up some barmy Internet community site and let you throw some money my way.  Hah, I can dream.</p>
<p>Cheers,<br />
Pete,</p>
<p>www.TekLink.co.uk</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/PODCAST" rel="tag">PODCAST</a>, <a href="http://technorati.com/tag/Read+by+Heather" rel="tag">Read by Heather</a>, <a href="http://technorati.com/tag/dot-com+boom" rel="tag">dot-com boom</a>, <a href="http://technorati.com/tag/eBay" rel="tag">eBay</a>, <a href="http://technorati.com/tag/Skype" rel="tag">Skype</a>, <a href="http://technorati.com/tag/News+Corporation" rel="tag">News Corporation</a>, <a href="http://technorati.com/tag/Rupert+Murdoch" rel="tag">Rupert Murdoch</a>, <a href="http://technorati.com/tag/MySpace" rel="tag">MySpace</a>, <a href="http://technorati.com/tag/Yahoo" rel="tag">Yahoo</a>, <a href="http://technorati.com/tag/Facebook" rel="tag">Facebook</a>, <a href="http://technorati.com/tag/investments" rel="tag">investments</a>, <a href="http://technorati.com/tag/business+plan" rel="tag">business plan</a>, <a href="http://technorati.com/tag/Google+Video" rel="tag">Google Video</a>, <a href="http://technorati.com/tag/online+advertising" rel="tag">online advertising</a>, <a href="http://technorati.com/tag/BBC" rel="tag">BBC</a>, <a href="http://technorati.com/tag/free+telephone+calls" rel="tag">free telephone calls</a>, <a href="http://technorati.com/tag/online+auctions" rel="tag">online auctions</a>, <a href="http://technorati.com/tag/www.teklink.co.uk" rel="tag">www.teklink.co.uk</a>, <a href="http://technorati.com/tag/teklink" rel="tag"> teklink</a>, <a href="http://technorati.com/tag/pete+moxon" rel="tag"> pete moxon</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/general/is-it-dot-com-boom-and-bust-time-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://teklink.co.uk/wp-content/uploads/2006/11/is-it-dot-com-boom-and-bust-time-again-pete.mp3" length="2740357" type="audio/mpeg" />
<enclosure url="http://teklink.co.uk/wp-content/uploads/2006/11/is-it-dot-com-boom-and-bust-time-again-heather.mp3" length="2025527" type="audio/mpeg" />
		</item>
		<item>
		<title>Yeeehaaaa GNot has updated Add-Meta-Tags plugin in record time</title>
		<link>http://teklink.co.uk/general/yeeehaaaa-gnot-has-updated-add-meta-tags-plugin-in-record-time/</link>
		<comments>http://teklink.co.uk/general/yeeehaaaa-gnot-has-updated-add-meta-tags-plugin-in-record-time/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 15:04:33 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[My WP Plugins]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/yeeehaaaa-gnot-has-updated-add-meta-tags-plugin-in-record-time/</guid>
		<description><![CDATA[GNot  has updated his Add-Meta-Tags plugin for WordPress just one day after I installed his previous version and sugested an improvement.
Good going GNot.
As much as I would like to think GNot did the change on my request   , I think not. This enhancement was at the top of the To-Do list. I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/">GNot </a> has updated his Add-Meta-Tags plugin for WordPress just one day after I installed his previous version and sugested an improvement.</p>
<p><strong>Good going GNot.</strong></p>
<p>As much as I would like to think GNot did the change on my request <img src='http://teklink.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  , I think not. This enhancement was at the top of the To-Do list. I guess the timing was just a coinsident.</p>
<p>Well done, all the same.</p>
<p>I&#8217;m also happy to see there are 2 variables included in the plugin file that let you me over write the generated meta-tag entries to what ever I choose.</p>
<p>Cheers,<br />
Pete</p>
<p>www.teklink.co.uk</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/GNot" rel="tag">GNot</a>, <a href="http://technorati.com/tag/Add-Meta-Tags" rel="tag">Add-Meta-Tags</a>, <a href="http://technorati.com/tag/WordPress" rel="tag">WordPress</a>, <a href="http://technorati.com/tag/meta-tag" rel="tag">meta-tag</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/general/yeeehaaaa-gnot-has-updated-add-meta-tags-plugin-in-record-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Meta-Tags to your WordPress Blog thanks to GNot</title>
		<link>http://teklink.co.uk/general/add-meta-tags-to-your-wordpress-blog-thanks-to-gnot/</link>
		<comments>http://teklink.co.uk/general/add-meta-tags-to-your-wordpress-blog-thanks-to-gnot/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 17:25:29 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[My WP Plugins]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/add-meta-tags-to-your-wordpress-blog-thanks-to-gnot/</guid>
		<description><![CDATA[I&#8217;ve been hunting around for a good plugin that will add Meta-Tag data to my blog posts. I tried a few different ones out but had little niggles with each one until I came across &#8216;Add-Meta-Tags&#8216; WordPress Plugin by GNot.
The plugin GNot has written does exactly what it says on the tin.
In summary it will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been hunting around for a good plugin that will add Meta-Tag data to my blog posts. I tried a few different ones out but had little niggles with each one until I came across &#8216;Add-Meta-Tags&#8216; WordPress Plugin by <a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/">GNot</a>.</p>
<p>The plugin GNot has written does exactly what it says on the tin.</p>
<p>In summary it will generate the Meta-Tag Keywords and Description for each blog post automatically. For the description it uses an excerpt from your blog page and the Keywords are genrated from your WordPress Categories.</p>
<p>The only thing missing is for the meta-tag info to be auto-generated for the blog index page. This is noted on the To-Do list but for know &#8211; It works a treat. Nice job.</p>
<p>Checkout GNot&#8217;s page at <a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/">GNot</a> for the latest version of the plugin.</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/Meta-Tag" rel="tag">Meta-Tag</a>, <a href="http://technorati.com/tag/Add-Meta-Tags" rel="tag">Add-Meta-Tags</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/general/add-meta-tags-to-your-wordpress-blog-thanks-to-gnot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BW Top Tip #5 &#8211; Restricting the display of sensitive data in the F4 search Dialog functionality</title>
		<link>http://teklink.co.uk/sap/sap-bw-top-tip-5-restricting-the-display-of-sensitive-data-in-the-f4-search-dialog-functionality/</link>
		<comments>http://teklink.co.uk/sap/sap-bw-top-tip-5-restricting-the-display-of-sensitive-data-in-the-f4-search-dialog-functionality/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 10:01:47 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[BI Top Tips]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bw-top-tip-5-restricting-the-display-of-sensitive-data-in-the-f4-search-dialog-functionality/</guid>
		<description><![CDATA[When users run SAP BW queries and use the F4 key to select values for selections and parameters there is the possibility they will get to see sensitive information they are not authorised to view e.g Payroll information (Pay Grade) which could be part of the Employee master data Infoobject.
To alter the settings that determine [...]]]></description>
			<content:encoded><![CDATA[<p>When users run SAP BW queries and use the F4 key to select values for selections and parameters there is the possibility they will get to see sensitive information they are not authorised to view e.g Payroll information (Pay Grade) which could be part of the Employee master data Infoobject.</p>
<p>To alter the settings that determine the attributes that are displayed to the user, g o to InfoObject Maintenance screen through transaction RSA1 or RSD1 and select the Characteristic that contains the sensitive data as an Attribute.</p>
<p>Select the Attributes tab and there you will see a column called Order for F4 Help. This column determines the sequence in which the attributes are displayed in the F4 help dialog. To stop the sensitive attribute in question from being displayed in the F4 help dialog enter a value of zero in this field. </p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/SAP" rel="tag">SAP</a>, <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/InfoObject" rel="tag">InfoObject</a>, <a href="http://technorati.com/tag/RSA1" rel="tag">RSA1</a>, <a href="http://technorati.com/tag/RSD1" rel="tag">RSD1</a>, <a href="http://technorati.com/tag/Characteristic" rel="tag">Characteristic</a>, <a href="http://technorati.com/tag/Attribute" rel="tag">Attribute</a>, <a href="http://technorati.com/tag/Order+for+F4+Help" rel="tag">Order for F4 Help</a>, <a href="http://technorati.com/tag/Business+Intelligence" rel="tag">Business Intelligence</a>, <a href="http://technorati.com/tag/SAP+BI" rel="tag"> SAP BI</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bw-top-tip-5-restricting-the-display-of-sensitive-data-in-the-f4-search-dialog-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BW Top Tip #4 &#8211; Working with action type and action reason</title>
		<link>http://teklink.co.uk/sap/sap-bw-top-tip-4-working-with-action-type-and-action-reason/</link>
		<comments>http://teklink.co.uk/sap/sap-bw-top-tip-4-working-with-action-type-and-action-reason/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 09:01:03 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[BI Top Tips]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bw-top-tip-4-working-with-action-type-and-action-reason/</guid>
		<description><![CDATA[SAP HR users have difficulty understanding how to use the Action Type and Action Reason dimensions on the employee and personnel action Infocube.
The confusion exists when a user tries to restrict the BW query on Action Reason without first choosing the Action Type. When this happened a pop-up window display all the entries of Action [...]]]></description>
			<content:encoded><![CDATA[<p>SAP HR users have difficulty understanding how to use the Action Type and Action Reason dimensions on the employee and personnel action Infocube.</p>
<p>The confusion exists when a user tries to restrict the BW query on Action Reason without first choosing the Action Type. When this happened a pop-up window display all the entries of Action Reason independent of any Action Type. Very confusing.</p>
<p>The rule of thumb is &#8216;Action Reason&#8217; is a sub-division of &#8216;Action Type&#8217;. Therefore, users should always select the Action Type before selection the Action Reason. Doing this will ensure only the relevant Action Reasons are displayed in the pop-up selection window.</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/SAP+HR" rel="tag">SAP HR</a>, <a href="http://technorati.com/tag/dimensions" rel="tag">dimensions</a>, <a href="http://technorati.com/tag/Infocube" rel="tag">Infocube</a>, <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/Business+Intelligence" rel="tag">Business Intelligence</a>, <a href="http://technorati.com/tag/SAP+BI" rel="tag"> SAP BI</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bw-top-tip-4-working-with-action-type-and-action-reason/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BW Top Tip #3 &#8211; Formatting date fields in BW</title>
		<link>http://teklink.co.uk/sap/sap-bw-top-tip-3-formatting-date-fields-in-bw/</link>
		<comments>http://teklink.co.uk/sap/sap-bw-top-tip-3-formatting-date-fields-in-bw/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 10:00:39 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[BI Top Tips]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bw-top-tip-3-formatting-date-fields-in-bw/</guid>
		<description><![CDATA[It is sometimes unclear how BW handles the formatting of dates. Here is a quick overview:
For BEx reporting, SAP BW uses the settings stored on the users local machine. On your desktop click Start -> Settings -> Control Panel -> Regional options to view the settings local to your PC.
Some date related reporting objects get [...]]]></description>
			<content:encoded><![CDATA[<p>It is sometimes unclear how BW handles the formatting of dates. Here is a quick overview:</p>
<p>For BEx reporting, SAP BW uses the settings stored on the users local machine. On your desktop click Start -> Settings -> Control Panel -> Regional options to view the settings local to your PC.</p>
<p>Some date related reporting objects get their settings elsewhere.</p>
<p><em>0FISCPER</em> , <em>0CALWEEK</em> and <em>0CALMONTH</em> take their format setting from the SAP BW User Profile default settings (transaction <em>SU01</em>).<br />
<em>0CALDAY </em>though takes it&#8217;s setting from the PC Regional Options as shown above.<br />
The format for year is always <em>yyyy</em>(4 digits).</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/BEx" rel="tag">BEx</a>, <a href="http://technorati.com/tag/SAP+BW" rel="tag">SAP BW</a>, <a href="http://technorati.com/tag/0FISCPER" rel="tag">0FISCPER</a>, <a href="http://technorati.com/tag/0CALWEEK" rel="tag">0CALWEEK</a>, <a href="http://technorati.com/tag/0CALMONTH" rel="tag">0CALMONTH</a>, <a href="http://technorati.com/tag/SU01" rel="tag">SU01</a>, <a href="http://technorati.com/tag/0CALDAY" rel="tag">0CALDAY</a>, <a href="http://technorati.com/tag/Business+Intelligence" rel="tag">Business Intelligence</a>, <a href="http://technorati.com/tag/SAP+BI" rel="tag"> SAP BI</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bw-top-tip-3-formatting-date-fields-in-bw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BW Top Tip #2 &#8211; Identify the R3 source for an extractor</title>
		<link>http://teklink.co.uk/sap/sap-bw-top-tip-2-identify-the-r3-source-for-an-extractor/</link>
		<comments>http://teklink.co.uk/sap/sap-bw-top-tip-2-identify-the-r3-source-for-an-extractor/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 10:00:13 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[BI Top Tips]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bw-top-tip-2-identify-the-r3-source-for-an-extractor/</guid>
		<description><![CDATA[To resolve problems and answer BW queries, it is often necessary to compare R/3 data with the data reported through BW. Just identifying the Datasource for an extractor can sometimes be a challenge in itself.
For Master Data, Text and Hierarchies take a look at table â€˜RODCHABASâ€˜. This table contains entries of InfoObject/Basic Characteristics together with [...]]]></description>
			<content:encoded><![CDATA[<p>To resolve problems and answer BW queries, it is often necessary to compare R/3 data with the data reported through BW. Just identifying the Datasource for an extractor can sometimes be a challenge in itself.<br />
For Master Data, Text and Hierarchies take a look at table â€˜<strong>RODCHABAS</strong>â€˜. This table contains entries of InfoObject/Basic Characteristics together with various entries detailing the source of the object, e.g. Function Module (field â€˜<em>MSDFNAME</em>â€™), View (field â€™<em>MSDVIEWNM</em>â€™ for Master Data objects based on a view). The table also contains indicators such as Object is Time Dependant and Object has Attributes.<br />
If it is a Transaction Datasource you are best investigating table â€˜<strong>ROIS</strong>â€™. This table lists all the function modules used to generate the data. Select the function module you require and enter the name into transaction <strong>SE37</strong>.</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/R%2F3" rel="tag">R/3</a>, <a href="http://technorati.com/tag/Datasource" rel="tag">Datasource</a>, <a href="http://technorati.com/tag/extractor" rel="tag">extractor</a>, <a href="http://technorati.com/tag/Master+Data" rel="tag">Master Data</a>, <a href="http://technorati.com/tag/Hierarchies" rel="tag">Hierarchies</a>, <a href="http://technorati.com/tag/RODCHABAS" rel="tag">RODCHABAS</a>, <a href="http://technorati.com/tag/InfoObject" rel="tag">InfoObject</a>, <a href="http://technorati.com/tag/Function+Module" rel="tag">Function Module</a>, <a href="http://technorati.com/tag/Master+Data" rel="tag">Master Data</a>, <a href="http://technorati.com/tag/Time+Dependant" rel="tag">Time Dependant</a>, <a href="http://technorati.com/tag/Attributes" rel="tag">Attributes</a>, <a href="http://technorati.com/tag/Transaction+Datasource" rel="tag">Transaction Datasource</a>, <a href="http://technorati.com/tag/ROIS" rel="tag">ROIS</a>, <a href="http://technorati.com/tag/SE37" rel="tag">SE37</a>, <a href="http://technorati.com/tag/Business+Intelligence" rel="tag">Business Intelligence</a>, <a href="http://technorati.com/tag/SAP+BI" rel="tag"> SAP BI</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bw-top-tip-2-identify-the-r3-source-for-an-extractor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BW Top Tip #1 &#8211; Overlapping time periods</title>
		<link>http://teklink.co.uk/sap/sap-bw-top-tip-1-overlapping-time-periods/</link>
		<comments>http://teklink.co.uk/sap/sap-bw-top-tip-1-overlapping-time-periods/#comments</comments>
		<pubDate>Mon, 30 Oct 2006 09:31:26 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[BI Top Tips]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bw-top-tip-1-overlapping-time-periods/</guid>
		<description><![CDATA[When loading data from R/3, data record errors often occur due to Overlapping Time Period. The reason for this type of error is BW has tried to load multiple records that contain the same key and overlapping validity periods (start date/end date). The records are then rejected during the update.
You can sometimes get around this [...]]]></description>
			<content:encoded><![CDATA[<p>When loading data from R/3, data record errors often occur due to <em>Overlapping Time Period</em>. The reason for this type of error is BW has tried to load multiple records that contain the same key and overlapping validity periods (start date/end date). The records are then rejected during the update.<br />
You can sometimes get around this error by adding additional selection entries to the Infopackagethat load the data. Even though this workaround may work, it should be as a quick fix.<br />
Another, more permanent option is to tailor your data extractor to exclude the invalid data records via ABAP. Even though this may well be sufficient to allow the data load to work, there will still be incorrect data in the source system that needs correcting.<br />
Correcting the invalid data in the source system is the next step but you shouldnâ€™t stop there. You need to investigate how this situation occurred in the first place. Quite often this situation appears in newly installed systems and can be classed as early teething problems with the R/3 configuration and may never occur again. If however users continue to create invalid records, the issue needs to be resolved permanently, e.g through revisiting the configuration and adding thorough data validation.</p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/R%2F3" rel="tag">R/3</a>, <a href="http://technorati.com/tag/Overlapping+Time+Period" rel="tag">Overlapping Time Period</a>, <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/Infopackage" rel="tag">Infopackage</a>, <a href="http://technorati.com/tag/ABAP" rel="tag">ABAP</a>, <a href="http://technorati.com/tag/source+system" rel="tag">source system</a>, <a href="http://technorati.com/tag/Business+Intelligence" rel="tag">Business Intelligence</a>, <a href="http://technorati.com/tag/SAP+BI" rel="tag"> SAP BI</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bw-top-tip-1-overlapping-time-periods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BI &#8211; BW &#8211; Transporting DataSource Replication Objects</title>
		<link>http://teklink.co.uk/sap/sap-bi-bw-transporting-datasource-replication-objects/</link>
		<comments>http://teklink.co.uk/sap/sap-bi-bw-transporting-datasource-replication-objects/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 19:07:29 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bi-bw-transporting-datasource-replication-objects/</guid>
		<description><![CDATA[I visit many SAP BI/BW customers in my job and I often notice that the BI//BW team quite often fail to have their DataSource Replication transported through their SAP landscape. When asked why they do not include it in their transports, the normal answer is a simple &#8216;we don&#8217;t know what object to include&#8216;.
With this [...]]]></description>
			<content:encoded><![CDATA[<p>I visit many SAP BI/BW customers in my job and I often notice that the BI//BW team quite often fail to have their DataSource Replication transported through their SAP landscape. When asked why they do not include it in their transports, the normal answer is a simple &#8216;<em>we don&#8217;t know what object to include</em>&#8216;.</p>
<p>With this in mind I thought I&#8217;d put together a quick &#8216;<em>How To</em>&#8216; document to help out.</p>
<ul>
<li>
<h3 align="left">How To&#8230;</h3>
</li>
</ul>
<p>When you have made a change to a DataSource in R/3 you need to ensure the DataSource is replicated within BW.</p>
<p>To ensure the DataSource is replicated in all target systems when transporting from your development client, ensure you add the DataSource/FileSource (ISFS) object to your transport via the Transport Connection facility within RSA1.</p>
<p>See the screen shot below showing the Employee Object as an example:</p>
<p><a title="SAP BW Administrator Workbench: Transport Connector" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/10/bw_administrator_workbench_transport_organizer.jpg"><img alt="SAP BW Administrator Workbench: Transport Connector" id="image26" src="http://teklink.co.uk/wp-content/uploads/2006/10/bw_administrator_workbench_transport_organizer.thumbnail.jpg" /></a><br />
Once you have added the DataSource/FileSource object to your transport, the transport should contain the <em>DataSource Replica</em>object for you DataSource as shown below:</p>
<p><a title="SAP BW Transport Organizer" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_transport_organizer.jpg"><img alt="SAP BW Transport Organizer" id="image27" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_transport_organizer.thumbnail.jpg" /></a><br />
<strong><em>It&#8217;s easy when you know how.</em></strong></p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/BI" rel="tag">BI</a>, <a href="http://technorati.com/tag/BW" rel="tag">BW</a>, <a href="http://technorati.com/tag/DataSource" rel="tag">DataSource</a>, <a href="http://technorati.com/tag/Replication" rel="tag">Replication</a>, <a href="http://technorati.com/tag/SAP+landscape" rel="tag">SAP landscape</a>, <a href="http://technorati.com/tag/R%2F3" rel="tag">R/3</a>, <a href="http://technorati.com/tag/FileSource" rel="tag">FileSource</a>, <a href="http://technorati.com/tag/ISFS" rel="tag">ISFS</a>, <a href="http://technorati.com/tag/Transport+Connection" rel="tag">Transport Connection</a>, <a href="http://technorati.com/tag/RSA1" rel="tag">RSA1</a>, <a href="http://technorati.com/tag/DataSource+Replica" rel="tag">DataSource Replica</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bi-bw-transporting-datasource-replication-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WOW-When can we have a user interface like this</title>
		<link>http://teklink.co.uk/general/wow-when-can-we-have-a-user-interface-like-this/</link>
		<comments>http://teklink.co.uk/general/wow-when-can-we-have-a-user-interface-like-this/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 19:51:03 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/wow-when-can-we-have-a-user-interface-like-this/</guid>
		<description><![CDATA[Check out this YouTube video showing Jeff Hann demonstrating a new way of interfacing with computers. It looks really cool but I don&#8217;t see it being the main way we interact with computers in the future. Surely voice recognition is where it is at.
I must admit though, this would be a great way for exploring [...]]]></description>
			<content:encoded><![CDATA[<p>Check out this YouTube video showing Jeff Hann demonstrating a new way of interfacing with computers. It looks really cool but I don&#8217;t see it being the main way we interact with computers in the future. Surely voice recognition is where it is at.</p>
<p>I must admit though, this would be a great way for exploring web and Google Earth.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/PLhMVNdplJc"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/PLhMVNdplJc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=PLhMVNdplJc">Minority Report Style Technology</a></p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/YouTube" rel="tag">YouTube</a>, <a href="http://technorati.com/tag/Jeff+Hann" rel="tag">Jeff Hann</a>, <a href="http://technorati.com/tag/voice+recognition" rel="tag">voice recognition</a>, <a href="http://technorati.com/tag/Google+Earth" rel="tag">Google Earth</a>, <a href="http://technorati.com/tag/Minority+Report" rel="tag">Minority Report</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/general/wow-when-can-we-have-a-user-interface-like-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BI BW How to use Replacement Path Variables to perform Date Calculations in the BEx Analyzer</title>
		<link>http://teklink.co.uk/sap/sap-bi-bw-how-to-use-replacement-path-variables-to-perform-date-calculations-in-the-bex-analyzer/</link>
		<comments>http://teklink.co.uk/sap/sap-bi-bw-how-to-use-replacement-path-variables-to-perform-date-calculations-in-the-bex-analyzer/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 10:08:40 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/sap/sap-bi-bw-how-to-use-replacement-path-variables-to-perform-date-calculations-in-the-bex-analyzer/</guid>
		<description><![CDATA[A Step-by-Step guide
Have you every wanted to perform calculations using dates defined as characteristics but have never worked out how it can be done? Replacements Path Variables are the key.
Using Replacement Path in your Text and Formula variables, replace values held in a characteristic. The Characteristic value variables are replaced by the results of a [...]]]></description>
			<content:encoded><![CDATA[<p><em>A Step-by-Step guide</em></p>
<p>Have you every wanted to perform calculations using dates defined as characteristics but have never worked out how it can be done? Replacements Path Variables are the key.</p>
<p>Using Replacement Path in your Text and Formula variables, replace values held in a characteristic. The Characteristic value variables are replaced by the results of a query at run-time.</p>
<p>The steps detailed below show a technique to enable a BEx query user to determine the number of days between two dates.</p>
<p><strong><span class="page-heading">Scenario:</span></strong><br />
The group HR administrator wants a detailed line item report that lists all employee absences in a given period. The report is to show the employee number, the absence start date, together with the end date of the absence and show the number of calendar days the employee was absent.</p>
<p>The good thing about using this technique is that no redesign work is needed from your technical BW team, no ABAP is involved and best of all, it quick and easy.</p>
<p><strong><span class="page-heading">Solution:</span></strong><br />
For this example I created an ODS object called Absence that holds basic employee information along with individual absence record data.</p>
<p>Follow the steps below:</p>
<ol>
<li>Open the BEx Query Designer and create a new report on your chosen InfoProvider.</li>
<li>Drag the Employee, Valid from and Valid to characteristics into the Rows section of the screen.<br />
If needed, apply data selection restrictions to the characteristics as shown in <em>Figure_1</em>.</li>
<li>Right click on the Key Figures structure and select New Formula (<em>Figure 1</em>).<br />
<a class="imagelink" title="SAP BW BEx Query Designer Figure_9" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_query_designer_figure_9.jpg"><img id="image19" alt="SAP BW BEx Query Designer Figure_9" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_query_designer_figure_9.thumbnail.jpg" /></a><em> <strong>Figure_1</strong></em></li>
<li>In the new formula window right click on <em>Formula Variable </em>and choose <em>New Variable </em>( Figure_2).<br />
<a class="imagelink" title="SAP BW BEx New Variable Figure 2" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_new_variable_figure_2.jpg"><img id="image10" alt="SAP BW BEx New Variable Figure 2" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_new_variable_figure_2.thumbnail.jpg" /></a><em> <strong>Figure_2</strong><br />
</em></li>
<li>The Variables Wizard will launch and will require you to specify the variable details.<br />
( Click the <strong>NEXT</strong> button if the<em> Introduction screen appears </em>)</li>
<li>Enter the variable details on the General Information as shown in <strong>Figure 3 </strong>.<br />
Enter the <em>Variable Name </em>, Description and select Replacement Path in the <em>Processing by </em>field.<br />
Click the <strong>Next </strong>Button.<br />
<a class="imagelink" title="SAP BW Variable Wizard Figure_3" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_3.jpg"><img id="image12" alt="SAP BW Variable Wizard Figure_3" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_3.thumbnail.jpg" /></a> <span style="font-style: italic"><strong>Figure_3</strong><br />
</span></li>
<li>In the Characteristic screen (Figure 4) select the date characteristic that represents the first date to use in the calculation (From Date).<br />
Click the <strong>Next </strong>Button.<br />
<strong><span style="font-style: italic"><a class="imagelink" title="SAP BW Variable Wizard Figure_4" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_4.jpg"><img id="image13" alt="SAP BW Variable Wizard Figure_4" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_4.thumbnail.jpg" /></a> Figure_4</span></strong></li>
<li>In the Replacement Path screen (<strong>Figure</strong> <strong>5</strong>) select Key in the Replace Variable with field. Leave all the other options as they are (The offset values will be set automatically).<br />
Click the <strong>Next</strong> Button.<br />
<a class="imagelink" title="SAP BW Variable Wizard Figure_4" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_4.jpg"><img id="image13" alt="SAP BW Variable Wizard Figure_4" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_4.thumbnail.jpg" /></a> <strong><span style="font-style: italic">Figure_5</span></strong></li>
<li>In the Currencies and Units screen (<strong>Figure 6</strong>) select Date as the Dimension ID.<br />
Click the <strong>Next</strong> button.<br />
<em><a class="imagelink" title="SAP BW Variable Wizard Figure_6" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_6.jpg"><img id="image15" alt="SAP BW Variable Wizard Figure_6" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_6.thumbnail.jpg" /></a> <strong>Figure_6</strong><br />
</em></li>
<li>The Save Variable screen (<strong>Figure 7</strong>) displays a summary of the new variable.<br />
Click on the <strong>Finish</strong> button to save the variable.<br />
<a class="imagelink" title="SAP BW Variable Wizard Figure_7" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_7.jpg"><img id="image16" alt="SAP BW Variable Wizard Figure_7" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_variable_wizard_figure_7.thumbnail.jpg" /></a> <strong><em>Figure_7</em></strong></li>
<li>Repeat steps <strong>4</strong> to <strong>11</strong> to create a second variable for the second date to be used in the calculation.<br />
In the example shown, the characteristic 0DATETO is used to create the variable ABSEND (Absence End Date).<em><br />
</em></li>
</ol>
<p class="page-heading">Define the Calculation</p>
<p>We can now use our two new replacement variables to define our new calculated key figure that generates the number of absence days for each record.</p>
<ol>
<li>You will now be back at the New Formula screen (<strong>Figure 8</strong>). Drag and drop the two new variables into the formula section of the screen and insert the subtract sign (â€œ<strong>-</strong>â€œ) between the two.</li>
<li>Give the new formula a description and click the formula syntax check button <img alt="SAP BW BEx Check Button" id="image17" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_check_button.jpg" /> to ensure the formula is valid.<br />
<a class="imagelink" title="SAP BW BEx Formula Figure_8" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_formula_figure_8.jpg"><img id="image18" alt="SAP BW BEx Formula Figure_8" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_formula_figure_8.thumbnail.jpg" /></a> <em><strong>Figure_8</strong>  </em><em> </em></li>
<li>The new calculated key figure will now show in the columns section of the BEx query designer (Figure 9).<br />
<a class="imagelink" title="SAP BW BEx Query Designer Figure_9" href="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_query_designer_figure_9.jpg"><img id="image19" alt="SAP BW BEx Query Designer Figure_9" src="http://teklink.co.uk/wp-content/uploads/2006/10/sap_bw_bex_query_designer_figure_9.thumbnail.jpg" /></a> <em><strong>Figure_9</strong><br />
</em></li>
<li>Save the query and execute it.</li>
</ol>
<p class="subheader">In the example shown the Number of Calendar Days Absent is calculated correctly. See the table of results below.</p>
<table width="75%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr bgcolor="#ede9e6">
<th width="5%" align="left">Employee</th>
<th width="5%" align="left">
<div align="center">Valid From</div>
</th>
<th width="20%">Valid To</th>
<th width="20%">
<div align="center">Number of Calendar<br />
Days Absent</div>
</th>
</tr>
<tr>
<td bgcolor="#ede9e6">50000001</td>
<td bgcolor="#ede9e6">17/04/2004</td>
<td bgcolor="#ede9e6">21/04/2004</td>
<td bgcolor="#ede9e6" align="center">4</td>
</tr>
<tr>
<td bgcolor="#ede9e6">50000002</td>
<td bgcolor="#ede9e6">16/07/2004</td>
<td bgcolor="#ede9e6">29/09/2004</td>
<td bgcolor="#ede9e6" align="center">13</td>
</tr>
<tr>
<td bgcolor="#ede9e6">50000003</td>
<td bgcolor="#ede9e6">07/01/2004</td>
<td bgcolor="#ede9e6">09/02/2004</td>
<td bgcolor="#ede9e6" align="center">33</td>
</tr>
<tr>
<td bgcolor="#ede9e6">50000004</td>
<td bgcolor="#ede9e6">04/08/2004</td>
<td bgcolor="#ede9e6">05/08/2004</td>
<td bgcolor="#ede9e6" align="center">1</td>
</tr>
</table>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/characteristics" rel="tag">characteristics</a>, <a href="http://technorati.com/tag/Replacements+Path" rel="tag">Replacements Path</a>, <a href="http://technorati.com/tag/Formula+variables" rel="tag">Formula variables</a>, <a href="http://technorati.com/tag/BEx" rel="tag">BEx</a>, <a href="http://technorati.com/tag/ABAP" rel="tag">ABAP</a>, <a href="http://technorati.com/tag/ODS" rel="tag">ODS</a>, <a href="http://technorati.com/tag/BEx+Query+Designer" rel="tag">BEx Query Designer</a>, <a href="http://technorati.com/tag/InfoProvider" rel="tag">InfoProvider</a>, <a href="http://technorati.com/tag/Dimension+ID" rel="tag">Dimension ID</a>, <a href="http://technorati.com/tag/0DATETO" rel="tag">0DATETO</a>, <a href="http://technorati.com/tag/calculated+key+figure" rel="tag">calculated key figure</a>, <a href="http://technorati.com/tag/Business+Intelligence" rel="tag">Business Intelligence</a>, <a href="http://technorati.com/tag/SAP+BI" rel="tag"> SAP BI</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/sap/sap-bi-bw-how-to-use-replacement-path-variables-to-perform-date-calculations-in-the-bex-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Computers Work</title>
		<link>http://teklink.co.uk/general/old-favourite/</link>
		<comments>http://teklink.co.uk/general/old-favourite/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 23:39:15 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/old-favourite/</guid>
		<description><![CDATA[
Click to enlarge.
An old favourite that is good for a chuckle.
Technorati Tags: How Computers Work,  computer sketch
]]></description>
			<content:encoded><![CDATA[<p><a title="How Computers Work" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/10/comptech.gif" /><a title="How Computers Work" class="imagelink" href="http://teklink.co.uk/wp-content/uploads/2006/10/comptech.gif"><img width="423" height="318" alt="How Computers Work" id="image7" src="http://teklink.co.uk/wp-content/uploads/2006/10/comptech.gif" /></a><br />
<em><strong>Click to enlarge.</strong></em></p>
<p><strong>An old favourite that is good for a chuckle.</strong></p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/How+Computers+Work" rel="tag">How Computers Work</a>, <a href="http://technorati.com/tag/computer+sketch" rel="tag"> computer sketch</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/general/old-favourite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checkout the Royalty Free Music</title>
		<link>http://teklink.co.uk/bi-bw/checkout-the-royalty-free-music/</link>
		<comments>http://teklink.co.uk/bi-bw/checkout-the-royalty-free-music/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 19:13:11 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[BI / BW]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/bi-bw/checkout-the-royalty-free-music/</guid>
		<description><![CDATA[I&#8217;ve just found a site that allows you to use their royalty free music in you presentations, blog, Podcasts etc&#8230;
Check them out. Some of the sounds are average but most are good.  I&#8217;ve been looking for royalty free tunes that I can use in my up and coming podcast on SAP BW. Fingers crossed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found a site that allows you to use their royalty free music in you presentations, blog, Podcasts etc&#8230;</p>
<p>Check them out. Some of the sounds are average but most are good.  I&#8217;ve been looking for royalty free tunes that I can use in my up and coming podcast on SAP BW. Fingers crossed I&#8217;ll find something at this site I like.</p>
<p>By the way, all they ask in return is that you add their weblink somewhere in your website&#8230;just like I have</p>
<p>If anyone knows of any other good royalty free music I could use, feel free to leave me a note in the comments box.</p>
<p>Cheers,</p>
<p>Pete</p>
<p><a href="http://www.partnersinrhyme.com/">Partners In Rhyme Your audio resource for multimedia projects with free royalty free music, sound effects, midi files, audio tutorials, audio software and sound advice.</a></p>
<p><a href="http://www.partnersinrhyme.com/"> </a></p>
<p><small>Technorati Tags: <a href="http://technorati.com/tag/royalty+free+music" rel="tag">royalty free music</a>, <a href="http://technorati.com/tag/free+tunes" rel="tag">free tunes</a>, <a href="http://technorati.com/tag/podcast" rel="tag">podcast</a>, <a href="http://technorati.com/tag/SAP+BW" rel="tag">SAP BW</a>, <a href="http://technorati.com/tag/free+music" rel="tag">free music</a>, <a href="http://technorati.com/tag/Partners+In+Rhyme" rel="tag">Partners In Rhyme</a></small></p>]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/bi-bw/checkout-the-royalty-free-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ey Up</title>
		<link>http://teklink.co.uk/general/ey-up/</link>
		<comments>http://teklink.co.uk/general/ey-up/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 09:14:24 +0000</pubDate>
		<dc:creator>Pete Moxon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://teklink.co.uk/general/ey-up/</guid>
		<description><![CDATA[Hi,
Welcome to TekLink. Fingers crossed I&#8217;ll be posting all sorts of gibberish about SAP and technology in general.
Â 
Cheers,
Pete
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Welcome to TekLink. Fingers crossed I&#8217;ll be posting all sorts of gibberish about SAP and technology in general.</p>
<p>Â </p>
<p>Cheers,</p>
<p>Pete</p>
]]></content:encoded>
			<wfw:commentRss>http://teklink.co.uk/general/ey-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
