<?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/"
	>

<channel>
	<title>Breath XML?</title>
	<atom:link href="http://www.ntuition.com.au/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ntuition.com.au/blog</link>
	<description>My IT related life</description>
	<pubDate>Thu, 04 Jun 2009 22:24:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>N-Tuition Australia&#8217;s new website published</title>
		<link>http://www.ntuition.com.au/blog/2009/06/n-tuition-australias-new-website-published/</link>
		<comments>http://www.ntuition.com.au/blog/2009/06/n-tuition-australias-new-website-published/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 06:21:34 +0000</pubDate>
		<dc:creator>Torsten Brosow</dc:creator>
		
		<category><![CDATA[Australia]]></category>

		<category><![CDATA[Business]]></category>

		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.ntuition.com.au/blog/?p=195</guid>
		<description><![CDATA[N-Tuition Australia&#8217;s new web presentation is now online.
Check it out
N-Tuition Australia web presentation
]]></description>
			<content:encoded><![CDATA[<p>N-Tuition Australia&#8217;s new web presentation is now online.</p>
<p>Check it out</p>
<p><a class="wpGallery" href="http://www.ntuition.com.au" target="_self">N-Tuition Australia web presentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ntuition.com.au/blog/2009/06/n-tuition-australias-new-website-published/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Guideline to integrate Remedy ARS and SAP</title>
		<link>http://www.ntuition.com.au/blog/2009/04/guideline-to-integrate-remedy-ars-and-sap/</link>
		<comments>http://www.ntuition.com.au/blog/2009/04/guideline-to-integrate-remedy-ars-and-sap/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 02:24:22 +0000</pubDate>
		<dc:creator>Torsten Brosow</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[IT]]></category>

		<category><![CDATA[BAPI]]></category>

		<category><![CDATA[Integration]]></category>

		<category><![CDATA[N-Tuition]]></category>

		<category><![CDATA[N-Tuition Australia Pty Ltd]]></category>

		<category><![CDATA[Remedy]]></category>

		<category><![CDATA[Remedy ARS]]></category>

		<category><![CDATA[RFC]]></category>

		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.ntuition.com.au/blog/?p=37</guid>
		<description><![CDATA[ARSXLink provides an intelligent and smooth way to integrate Remedy ARS and SAP. For this guideline the focus lays on a BAPI/RFC integration.
This guideline is addressed to System Architects and Remedy ARS skilled persons.

Precondition:
The integration points must be clearly known and defined.
In case of a typical standard ARS/SAP integration System Architects or SAP/Remedy skilled persons have to investigate the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-117" title="arsxlink-logo" src="http://www.ntuition.com.au/blog/wp-content/uploads/2009/03/arsxlink-logo.jpg" alt="arsxlink-logo" width="268" height="86" />ARSXLink provides an intelligent and smooth way to integrate Remedy ARS and SAP. For this guideline the focus lays on a BAPI/RFC integration.</p>
<p>This guideline is addressed to System Architects and Remedy ARS skilled persons.<br />
<span id="more-37"></span></p>
<h3>Precondition:</h3>
<p>The integration points must be clearly known and defined.</p>
<p style="text-align: justify;">In case of a typical standard ARS/SAP integration System Architects or SAP/Remedy skilled persons have to investigate the business processes and find out where are the integration points and what kind of data has to be exchanged.</p>
<p style="text-align: justify;">As result a number of transactions can be documented, each transaction describes an integration task (business case) and the conditions like when should be this integration executed, what is the trigger, what kind of data needs to be exchanged and what are the dependencies between other transactions/integrations (sequential processing, data plausibility check, etc).</p>
<h4>Standard BAPI </h4>
<p style="text-align: justify;">The SAP system contains thousands of BAPI/RFC&#8217;s but not every function module is a remote function call (RFC) to access from outside. Especially in customized SAP systems there a numbers of new fields which there are untouched by standard BAPI&#8217;s.</p>
<p style="text-align: justify;">The challenge is to find the right BAPI which provides the functionality to implement this integration task. Best practice is to consult a person who is specialized on the SAP module which is involved in that integration. By using the BAPI explorer (SAP transaction BAPI, se37) the function module documentation will give good information for what this BAPI can be used and describes which data is required and will be exchanged.</p>
<p style="text-align: justify;">The BAPI should be tested on SAP side to demonstrate that it fulfill the requirements. The BAPI explorer has a built-in functionality to test BAPI/RFC&#8217;s. By using a BAPI in different scenarios for each scenario an own test-case should be executed. In a test-case the input parameter can be checked and transfered to the BAPI; after processing the BAPI the export parameter can be reviewed. Export parameter can be simple data or system messages like error messages, numbers or warnings. Does the BAPI provides tables these tables can be used as import and export parameter (e.g. to create a selection criteria or to retrieve a key-list of material numbers as output).</p>
<h4>Customized BAPI?</h4>
<p style="text-align: justify;">Is there no BAPI available ARSXLink supports also to combine several BAPI&#8217;s in one adapter to split the task on different BAPI&#8217;s. In 99% of all cases standard out-of-the-box BAPI&#8217;s is all what we need. At times there is no chance to avoid using a customized BAPI.</p>
<p style="text-align: justify;">Under some circumstances, especially in very customized SAP systems it can be necessary to develop own written (customized, Z-Bapi&#8217;s) BAPI&#8217;s. This can take place by copying a standard BAPI or write a new one from scratch. This work will be normally done by the SAP interface skilled persons.</p>
<p><strong>Data mapping</strong></p>
<p style="text-align: justify;">Each transaction has an own data mapping. This mapping document describes in detail each field that should be exchanged, the domain of that field in both System and eventually the re-mapping of the values between systems.</p>
<h4>Test case</h4>
<p style="text-align: justify;">A numerous test case for each kind of this integration should be provided from the responsible person of each system. E.g. to create an Asset in SAP the SAP responsible person should provide information (test data) how to create Asset Type A, Asset Type B1 and Asset Type B).</p>
<h3>Type of Integrations</h3>
<div id="attachment_46" class="wp-caption aligncenter" style="width: 623px"><a rel="attachment wp-att-46" href="http://www.ntuition.com.au/blog/2009/04/guideline-to-integrate-remedy-ars-and-sap/rfc-architecture-of-arsxlink/"><img class="size-full wp-image-46" title="RFC architecture of ARSXLink" src="http://www.ntuition.com.au/blog/wp-content/uploads/2009/03/rfc-architecture-of-arsxlink.jpg" alt="RFC architecture of ARSXLink" width="613" height="232" /></a><p class="wp-caption-text">RFC architecture of ARSXLink</p></div>
<h4>Which integration type do I need?</h4>
<p>As shown in the graphic  ARSXLink provides three different type of integration modules. Depends on your business need you may select the right type.</p>
<ul>
<li><strong>Get</strong> / scheduled data transfer to replicate data from SAP to Remedy ARS / time scheduled</li>
<li><strong>Online Query</strong> / Queries data life from the SAP system, transparency for the user / event driven</li>
<li><strong>Put</strong> / Creates end to end processes in SAP, interactive / event driven</li>
</ul>
<h4>Online Query or Get replication?</h4>
<p>Some factors have to be considered before you can choose the best integration method.</p>
<p style="text-align: justify;">If the data changes very often in the SAP system a direct access to the SAP system is the best way. The users can query exactly the data they need on time, the data will pulled directly from SAP and this integration is absolutely transparent for the User. They don&#8217;t know that they have queried SAP.</p>
<p style="text-align: justify;">For static data the most common way is to replicate the data with the Get method. This can be done in a complete or incremental way, as well as to one or more forms at a time.</p>
<p style="text-align: justify;">At the end it&#8217;s your decision what is the best way to fit to your needs.</p>
<p style="text-align: justify;">The <span style="color: #193441;">Online Query</span> integration method can be fully integrated in your Remedy Workflow with standard workflow methods you already known.</p>
<h4>Process outsourcing to SAP?</h4>
<p style="text-align: justify;">With the Put integration method ARSXLink provides a great opportunity to call processes outside your Remedy ARS. It doesn&#8217;t matter how complex theses transactions are (e.g. to create/update Purchase Order). This integration type is fully transparency for the User and works interactively. By executing the integration the user will promptly informed what was the result of the SAP transaction and all BAPI dependent return information can be provided.</p>
<p style="text-align: justify;">This integration method can be fully integrated in your Remedy Workflow with standard workflow methods you already known.</p>
<div>
<h3>How does it work?</h3>
<p style="text-align: justify;">This is the first milestone in such a project, all requirements will be met and the integration points are verified.</p>
<p style="text-align: justify;">First time we get in touch with the ARSXLink application on our Remedy AR System. After the basic configuration where we configure our partner system which represents the SAP system and the connections to Remedy ARS and SAP the defined transactions must be defined and configured.</p>
<p style="text-align: justify;">By creating the transaction the integration type must be set and this cannot be changed anymore.</p>
<p> </p>
<div id="attachment_111" class="wp-caption aligncenter" style="width: 564px"><img class="size-full wp-image-111  " title="ARSXLink Adapter Generator" src="http://www.ntuition.com.au/blog/wp-content/uploads/2009/03/adapter-generator.jpg" alt="ARSXLink Adapter Generator" width="554" height="405" /><p class="wp-caption-text">ARSXLink Adapter Generator</p></div>
<p> </p>
<h4>Integration - Step by Step</h4>
<ol style="text-align: justify;">
<li>On the properties of the transaction there is a generation tab on display. First step is to create the workspace, this can be a &#8220;Makefile&#8221; for the Unix Systems or a whole MS Studio Workspace. This will be used to compile and link the adapters.</li>
<li>Second step is to generate the Adapter Code. After query and selecting the in this integration used BAPI&#8217;s the adapter code will be generated. As result of this generation the Adapter Generator create a full compilable C-program which contains all necessary functions and methods. Individual changes can be made to manipulate fields, analyze and process return messages, etc.
<ul>
<li>Concatenating of SAP Text tables to one text field in Remedy ARS</li>
<li> Building User defined keys</li>
<li>Formating of Return Messages to user requirements</li>
<li>Trailing Zeros</li>
<li>etc</li>
</ul>
</li>
<li>For Put and Online Query integration we need a vendor form to access it via Remedy workflow. By creating the vendor form the adapter code will be parsed and all touched field in that Adapter will be added in the vendor form. This makes sure that all fields we need in this transaction can easily selected by building the workflow.</li>
<li>For Get integration type instead of the vendor form we need to generate a menu to select the SAP field later at the mapping. A generator toll parse the source code of the adapter and create the menu entires.</li>
<li>Building your individual workflow to integrate with Put and Online Query methods.</li>
<li>For Get integration an individual mapping has to be created. You can define vendor queries to create selection parameters to replicate only the data you want from SAP. Each SAP field can mapped to a Remedy ARS field or default values can be defined. For each record coming from SAP can be configured to create and/or update record in ARS. n-m relationships can be built easily.</li>
<li>Test your Integration</li>
</ol>
<p>Get integration method requires only Step 1,2,4,6 - Put and Online Query integration method requires only Step 1,2,3,5</p>
<p style="text-align: center;"> </p>
<div id="attachment_114" class="wp-caption aligncenter" style="width: 499px"><img class="size-full wp-image-114  " title="Mapping Get Adapter" src="http://www.ntuition.com.au/blog/wp-content/uploads/2009/03/mapping.jpg" alt="Mapping Get Adapter" width="489" height="365" /><p class="wp-caption-text">Mapping Get Adapter</p></div>
<p><strong>Special Cases</strong></p>
<p><em>Each Remedy ARS / SAP integration is a individual integration because each customer has own defined business processes and requirements.</em></p>
<p><strong>Sequential BAPI&#8217;s/RFC&#8217;s calls</strong> - With your individual adapter you can call several BAPI&#8217;s/RFC&#8217;s in one adapter. All combinations are possible.</p>
<p><strong>SAP Updates </strong>- Using the Get adapter as easy update solution trigger by SAP. E.g. Service Notification has changed in SAP and the changed data can be passed to Remedy ARS.</p>
<p><strong>Easy Data manipulations</strong> - SAP stores large text fields in individual table with restricted length; Remedy stores text fields in one field. The adapter can be changed to change format and map internal values.</p>
<p>More information&#8217;s? Please contact us.</p>
<div class="wpcf7" id="wpcf7-f1-p37-o1">
<form action="/blog/feed/#wpcf7-f1-p37-o1" method="post" class="wpcf7-form">
<div style="display: none;"><input type="hidden" name="_wpcf7" value="1" /><input type="hidden" name="_wpcf7_version" value="1.9.4" /><input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1-p37-o1" /></div>
<p>Your Name (required)<br />
    <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" class="wpcf7-validates-as-required" size="40" /></span> </p>
<p>Your Email (required)<br />
    <span class="wpcf7-form-control-wrap your-email"><input type="text" name="your-email" value="" class="wpcf7-validates-as-email wpcf7-validates-as-required" size="40" /></span> </p>
<p>Subject<br />
    <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="Guideline to integrate Remedy ARS and SAP" size="40" /></span> </p>
<p>Your Message<br />
    <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10"></textarea></span> </p>
<p><input type="hidden" name="_wpcf7_captcha_challenge_captcha-528" value="1775107512" /><img alt="captcha" src="http://www.ntuition.com.au/blog/wp-content/uploads/wpcf7_captcha/1775107512.png" class="wpcf7-captcha-captcha-528" width="84" height="28" /><br />
<span class="wpcf7-form-control-wrap captcha-528"><input type="text" name="captcha-528" value="" size="40" /></span></p>
<p><input type="submit" value="Send" /> <img class="ajax-loader" style="visibility: hidden;" alt="ajax loader" src="http://www.ntuition.com.au/blog/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></p>
<p><br></form>
<div class="wpcf7-response-output"></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ntuition.com.au/blog/2009/04/guideline-to-integrate-remedy-ars-and-sap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpwcms and SEO</title>
		<link>http://www.ntuition.com.au/blog/2009/03/phpwcms-and-seo/</link>
		<comments>http://www.ntuition.com.au/blog/2009/03/phpwcms-and-seo/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 10:59:36 +0000</pubDate>
		<dc:creator>Torsten Brosow</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[CMS]]></category>

		<category><![CDATA[Content Management System]]></category>

		<category><![CDATA[phpwcms]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ntuition.com.au/blog/?p=137</guid>
		<description><![CDATA[phpwcms is my favorite web base content management system.  You can follow the steps below to optimize your website for Search Engines (SEO).
Change the URL
You must alias this category for each structure of your website (admin ==&#62; site structure). Instead of the standard url &#8216;index.php?index=4,6,0,0,1,0&#8242; you can use the url &#8216;index.php?testcategory&#8217;.
Rather than using this complicated number [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: normal;"><a title="phpwcms" href="http://www.phpwcms.de/" target="_blank">phpwcms</a> is my favorite web base content management system.  You can follow the steps below to optimize your website for Search Engines (SEO).</span></p>
<h3>Change the URL</h3>
<p>You must alias this category for each structure of your website (admin ==&gt; site structure). Instead of the standard url <span style="color: #888888;">&#8216;index.php?index=4,6,0,0,1,0&#8242;</span> you can use the url <span style="color: #888888;">&#8216;index.php?testcategory&#8217;</span>.</p>
<p><span style="color: #888888;"><span style="color: #000000;">Rather than using this complicated number sequence, you can easily use the  url  in links.<span id="more-137"></span></span></span></p>
<p>For SEO, the <span style="color: #888888;">&#8216;index.php?&#8217;</span> part of this url should be changed to a unique url such as <span style="color: #888888;">testcategory.phtml</span>.</p>
<p>The apache module mod_rewrite is necessary to rewrite this url. You need to change the file &#8221;config/phpwcms/conf.inc.php&#8221; on your phpwcms configuration .</p>
<p>Please enable the parameter rewrite_url here (<span style="color: #888888;"><strong><em>$phpwcms['rewrite_url']=1;</em></strong></span>).</p>
<p>If your phpwcms is installed in a subdirectory, your last step will be the editing of the  _.htaccess file of your phpwcms installation and the renaming to .htaccess. This file must be located in your phpwcms installation path and not in the web root directory.</p>
<p>Here is an example of a modifed configuration file:</p>
<address># These settings are recommend</address>
<address># Maybe you might have problems</address>
<address># with other scripts that needs</address>
<address># register_globals ON</address>
<address></address>
<address>php_flag magic_quotes_gpc Off</address>
<address>php_flag register_globals Off</address>
<address></address>
<address></address>
<address>#&lt;IfModule mod_rewrite.c&gt;</address>
<address></address>
<address># Rewrite functionality for phpwcms</address>
<address># optimized by Jan212</address>
<address># 18-04-2004</address>
<p><em><span style="font-style: normal;">#</span> Check that you have set Options FollowSymLinks</em></p>
<address># and right Allow</address>
<address>RewriteEngine On</address>
<p><em><span style="font-style: normal;">#</span>RewriteCond %{REQUEST_FILENAME} !-f</em></p>
<address>#RewriteCond %{REQUEST_FILENAME} !-d</address>
<p><em><span style="font-style: normal;">#</span> maybe you need this</em></p>
<address>DirectoryIndex index.html index.php </address>
<p><em><span style="font-style: normal;">#</span> Default ReWrite settings for phpwcms</em></p>
<address># ===============================================</address>
<address># This will rewrite 0.0.0.0.0.0.phtml =&gt; index.php?id=0.0.0.0.0.0</address>
<address>RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.phtml$ index.php?id=$1,$2,$3,$4,$5,$6</address>
<p><em><span style="font-style: normal;">#</span> This will rewrite mypage.phtml =&gt; index.php?mypage</em></p>
<address>RewriteRule ^(.+)\.phtml$ index.php?$1</address>
<p><em><span style="font-style: normal;">#</span> If phpwcms is installed in a subdirectory,</em></p>
<address># sample: &#8220;mysubdir&#8221; then use this (remove #)</address>
<address># if above lines doesn&#8217;t work for you</address>
<address># ===============================================</address>
<address>#RewriteBase /mysubdir</address>
<address>#RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.phtml$ /mysubdir/index.php?id=$1,$2,$3,$4,$5,$6</address>
<address>#RewriteRule ^(.+)\.phtml$ /mysubdir/index.php?$1 </address>
<p><em><span style="font-style: normal;">#</span> If you want to set rewrite logging</em></p>
<address># ===============================================</address>
<address>#RewriteLog &#8220;/absolute/path/to/the/rewrite.log&#8221; </address>
<address># 0 = Logging disabled, 9 = highest level of logging, only for debugging </address>
<address>#RewriteLogLevel 3</address>
<p><em><span style="font-style: normal;">#</span>&lt;/IfModule&gt;</em></p>
<address></address>
<address>#Sometimes neccessary to add those</address>
<address>#</address>
<address>#AddType application/x-javascript .js</address>
<address>#AddType text/css .css</address>
<h3>SEO</h3>
<p>This part of the article doesn&#8217;t give any tips and tricks for your Search Engine Optimizations but focuses on changing your meta tag in your phpwcms.</p>
<h4>Description</h4>
<p>You need to update the site structure to change the meta name &#8220;description&#8221;. Select the admin menu and edit each category to which you want to add a description. Please do so for each category. Add your description to  the field category infotext.</p>
<p>Please have a look to the html header. That&#8217;s where your browser will show the result.</p>
<p>Example:</p>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;<span class="ArtikelText11_Black">Germany-Translation-Service also provides certified translations of German documents into English for English-speaking Authorities.</span>&#8220;&gt;</p>
<h4>Keywords</h4>
<p class="MsoNormal">Anyway, providing the right keywords is a challenge, and only a SEO specialist knows how it works. In order to add the right keywords, open the artile center and edit the article which you want to change. Edit the article in &#8220;article information&#8221; and add your keywords in the field &#8220;keywords&#8221; (who would have thought so <img src='http://www.ntuition.com.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ?)</p>
<p class="MsoNormal">Example:</p>
<p class="MsoNormal">&lt;meta name=&#8221;keywords&#8221; content=&#8221;<span class="ArtikelText11_Black"><span class="ArtikelText10">Certified translations</span></span>, Email, Germany Translation Service&#8221;&gt;</p>
<h4>Title (tag &lt;title&gt;)</h4>
<p class="MsoNormal">At this point, you can change the title of your website. The title should also reflect to the content of your site. Add the title to the field page title. This action overwrites the your layout default title settings.</p>
<p class="MsoNormal">Example:</p>
<p class="MsoNormal">Certified translations | Germany Translation Service</p>
<h4>Title (tag <span>meta name=&#8221;title&#8221; </span>)</h4>
<p>This will not happen automatically. However, Adrian Röttinger from <a title="Adrian Röttinger - LeadPeople" href="http://www.LeadPeople.de" target="_blank">LeadPeople</a> recommends to send out the title in a meta tag as well. This change requires a code change. An easy way of changing it is to add the snipset of code to the index.php in the section in which the header is printed out (around line 100).</p>
<p>Example:</p>
<pre>$content['page_start'] .= '&lt;!--

SEO Optimization meta name="title", created by Torsten Brosow,</pre>
<pre>http://www.ntuition.com.au/blog/'.LF.'//--&gt;'.LF;

$content['page_start'] .= '  &lt;meta name="title"</pre>
<pre>content=" '.html_specialchars($content["pagetitle"]).' "&gt;'.LF;

$content['page_start'] .= '&lt;!--

SEO Optimization, end of change'.LF.'//--&gt;'.LF;</pre>
<h4>Pictures</h4>
<h4>This is not a phpwcms related issue. However, handling pictures correctly will optimize your result.</h4>
<p>Pictures cannot speak themselves, but they can speak with their tags. Always use the alt and title tags to describe the content of each picture.</p>
<p>Example:</p>
<p>&lt;img src=&#8221;http://www.test.com/images/logo.gif&#8221; alt=&#8221;test Logo&#8221; title=&#8221;test Logo&#8221;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ntuition.com.au/blog/2009/03/phpwcms-and-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The own hosted blog</title>
		<link>http://www.ntuition.com.au/blog/2009/03/the-own-hosted-blog/</link>
		<comments>http://www.ntuition.com.au/blog/2009/03/the-own-hosted-blog/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 02:57:11 +0000</pubDate>
		<dc:creator>Torsten Brosow</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[IT]]></category>

		<category><![CDATA[Paul]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[Twitter]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ntuition.com.au/blog/?p=13</guid>
		<description><![CDATA[I decided to start a new blog. What do you expect from an IT related geek.
Yes, write the own code!
After thinking and pushing the right synapse&#8217;s on the right place - No way.
After some research I found this wordpress blog software and it&#8217;s very useful.
Now I can do what ever I like and I like [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to start a new blog. What do you expect from an IT related geek.</p>
<p>Yes, write the own code!</p>
<p>After thinking and pushing the right synapse&#8217;s on the right place - No way.</p>
<p>After some research I found this wordpress blog software and it&#8217;s very useful.</p>
<p>Now I can do what ever I like and I like it.</p>
<p>To set up all the widgets and display gadgets it took me only 1 hour. Awesome!</p>
<p>I will write here from time to time how it works and how long does it takes.</p>
<h6>Thank <a title="Twitter" href="http://twitter.com/abledragon" target="_blank">@abledragon</a>, <a title="Twitter" href="http://twitter.com/erbuc" target="_blank">@erbuc</a> and <a title="Twitter" href="http://twitter.com/madam3181" target="_blank">@madam3181</a> to keep me on track.</h6>
]]></content:encoded>
			<wfw:commentRss>http://www.ntuition.com.au/blog/2009/03/the-own-hosted-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ARSXLink - Remedy ARS XML SAP Integration</title>
		<link>http://www.ntuition.com.au/blog/2009/03/arsxlink-remedy-ars-xml-sap-integration/</link>
		<comments>http://www.ntuition.com.au/blog/2009/03/arsxlink-remedy-ars-xml-sap-integration/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 10:30:23 +0000</pubDate>
		<dc:creator>Torsten Brosow</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[IT]]></category>

		<category><![CDATA[BAPI]]></category>

		<category><![CDATA[Integration]]></category>

		<category><![CDATA[Interface]]></category>

		<category><![CDATA[N-Tuition Australia Pty Ltd]]></category>

		<category><![CDATA[Remedy ARS]]></category>

		<category><![CDATA[RFC]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[SOAP]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://centralcoastmurph.wordpress.com/?p=12</guid>
		<description><![CDATA[The interface from Remedy AR Systems to SAP R/3 ©
In most companies IT-Service Management processes, such as asset, incident, problem and change management have been established for a smooth flow of IT operations. Cooperation with core business processes such as human resources, production, sales and controlling as well as with service partners and a broad [...]]]></description>
			<content:encoded><![CDATA[<p>The interface from Remedy AR Systems to SAP R/3 ©</p>
<p>In most companies IT-Service Management processes, such as asset, incident, problem and change management have been established for a smooth flow of IT operations. Cooperation with core business processes such as human resources, production, sales and controlling as well as with service partners and a broad spectrum of IT systems outside of the company make it necessary to join various IT systems.</p>
<p>Since I joined <a href="http://www.ntuition.de/index.php?company_en">N-Tuition Business Solutions AG</a> in 2001 formerly known as IT Masters Germany I&#8217;m working on this theme. <a href="http://www.ntuition.de/index.php?company_en">N-Tuition </a> was the first company that build an reliable Remdy ARS / SAP integration in 2000.</p>
<p>In the very beginning of my career at N-Tuition I made a lot of research what is the best way to integrate different systems and how our products can be successful on the market. The focus laid on an absolute transparency  for the operator (He don&#8217;t realize that he is working in the SAP system) and smoothness and fast integration.  </p>
<p>The absolute strength of our software is the flexibility to adapt all the customer needs and it&#8217;s very stable.<br />
I have also a lot of experience to integrate Remedy ARS with any SAP module. During some projects I made more then 100 specific SAP integrations.</p>
<p><em><strong>We have 100% customer satisfaction!!!</strong></em></p>
<p>Product history of Integration software products</p>
<ul>
<li>ARS Link for SAP (since 2001, for Remedy ARS 4.x, based on Remedy EIE)</li>
<li><a href="http://www.ntuition.de/index.php?arslinkforsap_en" target="_blank">ARS Link for SAP V5</a> (for Remedy ARS &gt; 5.x, doesnt&#8217;t need any 3rd party products)</li>
<li><a href="http://www.ntuition.de/index.php?arsxmllink_en" target="_blank">ARSXML-Link</a></li>
<li><a href="http://www.ntuition.de/index.php?arsxlink_en" target="_blank">ARSXLink</a> (Consilidation of the products ARSXML-Link and ARS Link for SAP)</li>
</ul>
<p><span><div class="wpcf7" id="wpcf7-f1-p12-o1">
<form action="/blog/feed/#wpcf7-f1-p12-o1" method="post" class="wpcf7-form">
<div style="display: none;"><input type="hidden" name="_wpcf7" value="1" /><input type="hidden" name="_wpcf7_version" value="1.9.4" /><input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1-p12-o1" /></div>
<p>Your Name (required)<br />
    <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" class="wpcf7-validates-as-required" size="40" /></span> </p>
<p>Your Email (required)<br />
    <span class="wpcf7-form-control-wrap your-email"><input type="text" name="your-email" value="" class="wpcf7-validates-as-email wpcf7-validates-as-required" size="40" /></span> </p>
<p>Subject<br />
    <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="ARSXLink - Remedy ARS XML SAP Integration" size="40" /></span> </p>
<p>Your Message<br />
    <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10"></textarea></span> </p>
<p><input type="hidden" name="_wpcf7_captcha_challenge_captcha-528" value="845820422" /><img alt="captcha" src="http://www.ntuition.com.au/blog/wp-content/uploads/wpcf7_captcha/845820422.png" class="wpcf7-captcha-captcha-528" width="84" height="28" /><br />
<span class="wpcf7-form-control-wrap captcha-528"><input type="text" name="captcha-528" value="" size="40" /></span></p>
<p><input type="submit" value="Send" /> <img class="ajax-loader" style="visibility: hidden;" alt="ajax loader" src="http://www.ntuition.com.au/blog/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></p>
<p><br></form>
<div class="wpcf7-response-output"></div>
</div>
<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ntuition.com.au/blog/2009/03/arsxlink-remedy-ars-xml-sap-integration/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
