<?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>SAP Experts: VMware Virtualization &#124; Consulting &#124; Integration - DataXstream &#187; Integration</title>
	<atom:link href="http://www.dataxstream.com/tag/integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dataxstream.com</link>
	<description>SAP Certified Consultants</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:57:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SAP EDI EDPAR Table Walkthrough &#8211; How to Cross Reference External Customer Number to SAP Customer Number (Part 2)</title>
		<link>http://www.dataxstream.com/2012/02/sap-edi-edpar-table-walkthrough-how-to-cross-reference-external-customer-number-to-sap-customer-number/</link>
		<comments>http://www.dataxstream.com/2012/02/sap-edi-edpar-table-walkthrough-how-to-cross-reference-external-customer-number-to-sap-customer-number/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:36:45 +0000</pubDate>
		<dc:creator>dkoch</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SAP EDI Blog]]></category>
		<category><![CDATA[SAP Interface Blog]]></category>
		<category><![CDATA[SAP PI Blog]]></category>
		<category><![CDATA[SAP Technical]]></category>
		<category><![CDATA[ALE]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[EDPAR]]></category>
		<category><![CDATA[IDOC]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP External Cross Reference]]></category>
		<category><![CDATA[SAP Integration]]></category>
		<category><![CDATA[VOE4]]></category>
		<category><![CDATA[XI/PI]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=9941</guid>
		<description><![CDATA[Let&#8217;s say you are receiving EDI ANSI X12 850 Sales Orders from you customers that need to be uploaded into your SAP System using the ORDERS05 IDOC.  Most customers will have their own internal customer numbers that they send in their EDI transmissions to represent the Sold-To and Ship-To partners. How do you convert these [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you are receiving EDI ANSI X12 850 Sales Orders from you customers that need to be uploaded into your SAP System using the ORDERS05 IDOC.  Most customers will have their own internal customer numbers that they send in their EDI transmissions to represent the Sold-To and Ship-To partners.</p>
<p>How do you convert these external customer numbers into your internal SAP customer numbers?</p>
<p>Some may hard code these conversions into their EDI maps.  This approach can be very high maintenance as customers can add new ship-to locations or reorganize their internal numbers which would require changes to your maps.</p>
<p>Others may set up a cross reference table within their EDI translation table to perform the conversion.  This works well at times, but then you are at the mercy of your EDI group to update the table with any new additions or changes to existing entries.<span id="more-9941"></span></p>
<p>I find the best way to perform this conversion is within your SAP system.  Mainly because SAP has given you a standard utility to perform the conversion.  All you need to do is populate a few fields of the incoming IDOC and populate the EDPAR table using transaction VOE4 with the internal and external customer numbers.  The Function Module used to process the IDOC takes care of the rest.  SAP uses the Sender Partner Number of the IDOC Control record along with the PARVW and LIFNR elements from the E1EDKA1 segment to look up the correct entry in the EDPAR table.  In your EDI maps you would populate the PARVW element with the partner function code for the external customer number (AG = Sold-To, WE = Ship-To) and populate the LIFNR field with the external customer number received in the EDI file from that partner.  All other fields would remain blank in the E1EDKA1 segment.</p>
<p><em>Sender Information Partner Number from the Control Record:</em></p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/blog11.png" rel="shadowbox[sbpost-9941];player=img;"><img class="alignnone size-full wp-image-10006" src="http://www.dataxstream.com/wp-content/uploads/blog11.png" alt="" width="645" height="568" /></a></p>
<p><em>E1EDKA1 Segment for the Sold-To Partner (AG):</em></p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/blog2.png" rel="shadowbox[sbpost-9941];player=img;"><img class="alignnone size-full wp-image-9997" src="http://www.dataxstream.com/wp-content/uploads/blog2.png" alt="" width="626" height="535" /></a></p>
<p><em>E1EDKA1 Segment for the Ship-To Partner (WE):</em></p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/blog3.png" rel="shadowbox[sbpost-9941];player=img;"><img class="alignnone size-full wp-image-9998" src="http://www.dataxstream.com/wp-content/uploads/blog3.png" alt="" width="638" height="535" /></a></p>
<p>Use transaction VOE4 to populate the EDPAR table.  You enter the value from the Sender Partner Number in the IDOC control record in the Customer field, the function code for the partner in the Ext. Function field.  <strong>Note: The Ext. Function field will not be the same as the Partner Function (PARVW) element of the IDOC.  (AG in IDOC = SP on VOE4, WE = SH).</strong>  The External Partner is the number received in the EDI data from the customer which is also the number in the LIFNR element of the IDOC.  Int. no is the SAP customer number associated with the External number.</p>
<p><em>VOE4 transaction with required entries for the Sold-To and Ship-To for IDOC information above:</em></p>
<p><a href="http://www.dataxstream.com/wp-content/uploads/blog41.png" rel="shadowbox[sbpost-9941];player=img;"><img class="alignnone  wp-image-10011" src="http://www.dataxstream.com/wp-content/uploads/blog41.png" alt="" width="639" height="388" /></a></p>
<p>Using the EDPAR table for customer conversion allows this function to remain in control of those responsible for customer accounts.  Users can be trained to use the VOE4 transaction to update the EDPAR table so when new ship-to or sold-to numbers need to be added they can be done in a timely matter and not rely on other departments.  It also takes this responsibility away from the EDI group so they don&#8217;t have to maintain maps or tables for this function.</p>
<p>This function can be used for other incoming IDOCs as well.  You will need to check the Function Modules used to process incoming IDOCs to determine if EDPAR can be used for customer number conversion and on which IDOC segment you would send the external number.</p>
<p>Outbound IDOCs can use either the EDPAR table or the PUMA table to cross reference external customer numbers.  Again, it depends on the IDOC type.  I will cover this topic in a separate blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2012/02/sap-edi-edpar-table-walkthrough-how-to-cross-reference-external-customer-number-to-sap-customer-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP NCo 3.0 &#8211; Best Practice Guide for Upgrade from .NET Connector 2.0</title>
		<link>http://www.dataxstream.com/sap_webinars/sap-nco-3-0-best-practice-guide-for-upgrade-from-net-connector-2-0/</link>
		<comments>http://www.dataxstream.com/sap_webinars/sap-nco-3-0-best-practice-guide-for-upgrade-from-net-connector-2-0/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 17:05:34 +0000</pubDate>
		<dc:creator>Dataxstream</dc:creator>
				<category><![CDATA[.Net Connector]]></category>
		<category><![CDATA[Craig Stasila]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[NCo 3.0]]></category>
		<category><![CDATA[SAP .Net Connector]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?page_id=8675</guid>
		<description><![CDATA[Duration: 1 hour Speaker:  Craig Stasila, Principal, DataXstream This one hour webinar will supply you with knowledge of features specific to the new upgrade, as well as an overview of the advantages that come with investing in NCo 3.0. What Will Be Highlighted: Changes and new features brought upon by the NCo 3.0 update Demonstrations [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.dataxstream.com/wp-content/uploads/Tin-Can-Banner-No-Date3.jpg" rel="shadowbox[sbpost-8675];player=img;"><img class="alignnone size-full wp-image-8568" title="Tin Can Banner No Date" src="http://www.dataxstream.com/wp-content/uploads/Tin-Can-Banner-No-Date3.jpg" alt="" width="600" height="235" /></a></h3>
<h3>Duration: 1 hour</h3>
<h3>Speaker:  <a href="http://www.dataxstream.com/author/cstasila/">Craig Stasila</a>, Principal, DataXstream</h3>
<h3><span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">This one hour webinar will supply you with knowledge of features specific to the new upgrade, as well as an overview of the advantages that come with investing in NCo 3.0.</span></h3>
<h3>What Will Be Highlighted:</h3>
<ul>
<li>Changes and new features brought upon by the NCo 3.0 update</li>
<li>Demonstrations of best-practices for implementing new and existing NCo code</li>
<li>Live demonstration of inbound and outbound function calls between a .NET solution and SAP ECC</li>
</ul>
<div class="featureblock">
<h3><a title="foot_note_1" name="foot_note_1"></a>Available on Demand</h3>
<p><em>Please complete the required form to view the webinar</em></p>

		<div id="usermessage5a" class="cf_info "></div>
		<form enctype="multipart/form-data" action="/tag/integration/feed/#usermessage5a" method="post" class="cform nco-3-0-webinar " id="cforms5form">
		<ol class="cf-ol">
			<li id="li-5-1" class=""><label for="cf5_field_1"><span>First Name</span></label><input type="text" name="cf5_field_1" id="cf5_field_1" class="single fldrequired" value=""/><span class="reqtxt">(required)</span></li>
			<li id="li-5-2" class=""><label for="cf5_field_2"><span>Last Name</span></label><input type="text" name="cf5_field_2" id="cf5_field_2" class="single fldrequired" value=""/><span class="reqtxt">(required)</span></li>
			<li id="li-5-3" class=""><label for="cf5_field_3"><span>Company</span></label><input type="text" name="cf5_field_3" id="cf5_field_3" class="single fldrequired" value=""/><span class="reqtxt">(required)</span></li>
			<li id="li-5-4" class=""><label for="cf5_field_4"><span>Job Title</span></label><input type="text" name="cf5_field_4" id="cf5_field_4" class="single fldrequired" value=""/><span class="reqtxt">(required)</span></li>
			<li id="li-5-5" class=""><label for="cf5_field_5"><span>Email</span></label><input type="text" name="cf5_field_5" id="cf5_field_5" class="single fldemail fldrequired" value=""/><span class="emailreqtxt">(valid email required)</span></li>
			<li id="li-5-6" class=""><label for="cf5_field_6"><span>Phone</span></label><input type="text" name="cf5_field_6" id="cf5_field_6" class="single fldrequired" value=""/><span class="reqtxt">(required)</span></li>
			<li id="li-5-7" class=""><label for="cf5_field_7"><span>Additional Information</span></label><textarea cols="30" rows="8" name="cf5_field_7" id="cf5_field_7" class="area"></textarea></li>
		</ol>
		<fieldset class="cf_hidden">
			<legend>&nbsp;</legend>
			<input type="hidden" name="cf_working5" id="cf_working5" value="One%20moment%20please..."/>
			<input type="hidden" name="cf_failure5" id="cf_failure5" value="Please%20fill%20in%20all%20the%20required%20fields."/>
			<input type="hidden" name="cf_codeerr5" id="cf_codeerr5" value="Please%20double-check%20your%20verification%20code."/>
			<input type="hidden" name="cf_customerr5" id="cf_customerr5" value="yyy"/>
			<input type="hidden" name="cf_popup5" id="cf_popup5" value="nn"/>
		</fieldset>
		<p class="cf-sb"><input type="submit" name="sendbutton5" id="sendbutton5" class="sendbutton" value="Submit" onclick="return cforms_validate('5', false)"/></p></form><p class="linklove" id="ll5"></p>		<div id="usermessage5b" class="cf_info " ></div>

</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/sap_webinars/sap-nco-3-0-best-practice-guide-for-upgrade-from-net-connector-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataXstream to Exhibit at Insider IT 2011 Conference in March</title>
		<link>http://www.dataxstream.com/2011/02/insider-it-2011/</link>
		<comments>http://www.dataxstream.com/2011/02/insider-it-2011/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:51:00 +0000</pubDate>
		<dc:creator>Dataxstream</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Press Releases]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.Net Connector]]></category>
		<category><![CDATA[Insider IT]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Solution Manager]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Xstream Connector]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=6824</guid>
		<description><![CDATA[Visit DataXstream at the IT 2011 Conference What: IT 2011 Conference When: March 15 &#8211; 18, 2011 Where: MGM Grand Hotel &#38; Casino, Las Vegas, NV Do More, With Less Through our industry best practice tailored solutions and our rare combination of project leadership, thorough understanding of business processes and high level company goals, and [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><a href="http://www.it-2011.com/"><img class="size-medium wp-image-6828 aligncenter" title="SAP Insider IT 2011 Logo" src="http://www.dataxstream.com/wp-content/uploads/IT-300x118.jpg" alt="SAP Insider IT 2011 Logo" width="300" height="118" /></a></h2>
<h2 style="text-align: center;">Visit DataXstream at the IT 2011 Conference</h2>
<h3>What: IT 2011 Conference</h3>
<h3>When: March 15 &#8211; 18, 2011</h3>
<h3>Where: MGM Grand Hotel &amp; Casino, Las Vegas, NV<span id="more-6824"></span></h3>
<h2>Do More, With Less</h2>
<p>Through our industry best practice tailored solutions and our rare combination of project leadership, thorough  understanding of business processes and high level company goals, and  SAP technical expertise, we allow you to achieve higher business  performance,  maximize your return on investment, and truly do more, with less.</p>
<p>Come visit us at <strong>Booth 421 </strong>to learn more about these featured solutions:</p>
<ul>
<li><a href="http://www.dataxstream.com/products-services/sap-virtualization-solutions/">Server / Storage Virtualization</a></li>
<li><a href="http://www.dataxstream.com/2010/08/sap-solution-manager-service-desk-integration/">SAP Solution Manager / CA Service Desk Integration</a></li>
<li><a href="http://www.dataxstream.com/2011/01/introducing-sap-net-connector-nco-3-0/">SAP .Net Connector (NCo) 3.0 Upgrade</a></li>
<li><a href="http://www.dataxstream.com/sap-upgrade-project-plan/">SAP Upgrades</a></li>
<li><a href="http://www.dataxstream.com/sap-solutions-for-independent-software-vendors/">Custom Integration and Product Development</a></li>
</ul>
<h3>Sign Up Now</h3>
<p><a href="https://secure2.wispubs.com/VendorRegPages/registration.aspx?vendorId=DataxStream2011">Click Here</a> to register for the event as a friend of DataXstream and receive $100 off your conference badge.</p>
<h4>Leave Vegas A Winner!</h4>
<p>Forget the slots. Fill out the form below and when you come by our booth you will  receive a free DataXstream lanyard / flash drive filled with only  the information that matters to you and be entered in to win our <strong>Grand Prize Giveaway</strong> at the end of the conference!</p>

		<div id="usermessage2a" class="cf_info "></div><strong>No more submissions accepted at this time.</strong>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2011/02/insider-it-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Case Study &#8211; SAP EDI Integration</title>
		<link>http://www.dataxstream.com/success-stories/case-studies/sap-edi-integration/</link>
		<comments>http://www.dataxstream.com/success-stories/case-studies/sap-edi-integration/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 21:09:37 +0000</pubDate>
		<dc:creator>Ryan Ketchmark</dc:creator>
				<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/</guid>
		<description><![CDATA[Vera Bradley &#8211; SAP EDI Integration As part of Vera Bradley’s SAP implementation, the EDI program was critical to the sales of their designer products. Having no internal resources to tackle this task and being on a tight deadline, Vera Bradley needed a means to rapidly integrate SAP and Gentran Server for Windows. View More [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--> <!--EndFragment--></p>
<table border="0" cellspacing="20" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="90" valign="top"><a href="http://www.dataxstream.com/wp-content/uploads/2009/04/vera-bradley-success-story.pdf"><img class="alignnone size-medium wp-image-612" title="Success Story" src="http://www.dataxstream.com/wp-content/uploads/2009/03/picture-32-233x300.png" alt="" width="84" height="108" /></a></td>
<td>
<h3><strong>Vera Bradley &#8211; SAP EDI Integration<br />
</strong></h3>
<h2><strong> </strong></h2>
<p>As part of Vera Bradley’s SAP implementation, the EDI program was critical to the sales of their designer products. Having no internal resources to tackle this task and being on a tight deadline, Vera Bradley needed a means to rapidly integrate SAP and Gentran Server for Windows.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.dataxstream.com/success-stories/case-studies/"><strong>View More Case Studies</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/success-stories/case-studies/sap-edi-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study &#8211; SAP PI Integration</title>
		<link>http://www.dataxstream.com/success-stories/case-studies/sap-pi-integration/</link>
		<comments>http://www.dataxstream.com/success-stories/case-studies/sap-pi-integration/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 21:00:56 +0000</pubDate>
		<dc:creator>Ryan Ketchmark</dc:creator>
				<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/</guid>
		<description><![CDATA[Applied Materials &#8211; SAP PI Integration Applied Materials needed to connect various systems to SAP MDM using SAP PI 7.0. These interfaces were mission critical, and needed special consideration in design and implementation. Another team had already began work but had run into problems with interfacing to custom applications communicating with MDM. View More Case [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--> <!--EndFragment--></p>
<table border="0" cellspacing="20" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="90" valign="top"><a href="http://www.dataxstream.com/wp-content/uploads/2009/04/applied-materials-success-story.pdf"><img class="alignnone size-medium wp-image-612" title="Success Story" src="http://www.dataxstream.com/wp-content/uploads/2009/03/picture-32-233x300.png" alt="" width="84" height="108" /></a></td>
<td>
<h3><strong>Applied Materials &#8211; SAP PI Integration </strong></h3>
<h2><strong> </strong></h2>
<p>Applied Materials needed to connect various systems to SAP MDM using SAP PI 7.0. These interfaces were mission critical, and needed special consideration in design and implementation. Another team had already began work but had run into problems with interfacing to custom applications communicating with MDM.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.dataxstream.com/success-stories/case-studies/"><strong>View More Case Studies</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/success-stories/case-studies/sap-pi-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study &#8211; Xstream Connector Integration</title>
		<link>http://www.dataxstream.com/success-stories/case-studies/xstream-connector-integration/</link>
		<comments>http://www.dataxstream.com/success-stories/case-studies/xstream-connector-integration/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 20:32:36 +0000</pubDate>
		<dc:creator>Ryan Ketchmark</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/</guid>
		<description><![CDATA[Greenlee Textron &#8211; Xstream Connector Integration Textron needed to enhance their ability to manage accounts receivable collections, disputes and deductions beyond that delivered by standard SAP functionality. Owing to its extensive functionality set and ease of use, Textron chose the Cforia software package for this purpose. Now they needed a means to rapidly integrate SAP [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--> <!--EndFragment--></p>
<table border="0" cellspacing="20" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="90" valign="top"><a href="http://www.dataxstream.com/wp-content/uploads/2009/03/textron-success-story.pdf"><img class="alignnone size-medium wp-image-612" title="Success Story" src="http://www.dataxstream.com/wp-content/uploads/2009/03/picture-32-233x300.png" alt="" width="84" height="108" /></a></td>
<td>
<h3><strong>Greenlee Textron &#8211; Xstream Connector Integration<br />
</strong></h3>
<h2><strong> </strong></h2>
<p>Textron needed to enhance their ability to manage accounts receivable collections, disputes and deductions beyond that delivered by standard SAP functionality. Owing to its extensive functionality set and ease of use, Textron chose the Cforia software package for this purpose. Now they needed a means to rapidly integrate SAP and Cforia.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.dataxstream.com/success-stories/case-studies/"><strong>View More Case Studies</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/success-stories/case-studies/xstream-connector-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study &#8211; SAP WMS Integration</title>
		<link>http://www.dataxstream.com/success-stories/case-studies/sap-wms-integration/</link>
		<comments>http://www.dataxstream.com/success-stories/case-studies/sap-wms-integration/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 19:52:32 +0000</pubDate>
		<dc:creator>Ryan Ketchmark</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/</guid>
		<description><![CDATA[Intradeco Apparel &#8211; SAP WMS Integration For Intradeco Apparel, the integration of their third-party Catalyst Warehouse Management software was paramount to the go-live of their SAP system. Intradeco had tried twice before to go live with SAP, each time ending in failure as the integration to their legacy system was not done well enough to [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--> <!--EndFragment--></p>
<table border="0" cellspacing="20" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="90" valign="top"><a href="http://www.dataxstream.com/wp-content/uploads/2009/03/intradeco-success-story.pdf"><img class="alignnone size-medium wp-image-612" title="Success Story" src="http://www.dataxstream.com/wp-content/uploads/2009/03/picture-32-233x300.png" alt="" width="84" height="108" /></a></td>
<td>
<h3><strong>Intradeco Apparel &#8211; SAP WMS Integration</strong></h3>
<h2><strong> </strong></h2>
<p>For Intradeco Apparel, the integration of their third-party Catalyst Warehouse Management software was paramount to the go-live of their SAP system.  Intradeco had tried twice before to go live with SAP, each time ending in failure as the integration to their legacy system was not done well enough to limit business risk.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.dataxstream.com/success-stories/case-studies/"><strong>View More Case Studies</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/success-stories/case-studies/sap-wms-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study &#8211; Integration with SAP .Net Connector</title>
		<link>http://www.dataxstream.com/success-stories/case-studies/sap-net-connector/</link>
		<comments>http://www.dataxstream.com/success-stories/case-studies/sap-net-connector/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 20:21:09 +0000</pubDate>
		<dc:creator>Dataxstream</dc:creator>
				<category><![CDATA[.Net Connector]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[NCo]]></category>
		<category><![CDATA[SAP .Net Connector]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/</guid>
		<description><![CDATA[Pure Fishing, Inc. &#8211; Integration with SAP .Net Connector Pure Fishing needed a new and standardized solution to allow seamless interaction between their SAP systems and third-party warehouse management software that was more reliable and flexible then custom integration approach used in the past. View More Case Studies]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--> <!--EndFragment--></p>
<table border="0" cellspacing="20" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="90" valign="top"><a href="http://www.dataxstream.com/download/22"><img class="size-medium wp-image-6654 alignleft" title="Pure Fishing Thumbnail" src="http://www.dataxstream.com/wp-content/uploads/Pure-Fishing-Thumbnail4-232x300.png" alt="" width="83" height="108" /></a></td>
<td>
<h3><strong>Pure Fishing, Inc. &#8211; Integration with SAP .Net Connector</strong></h3>
<h2><strong> </strong></h2>
<p>Pure Fishing needed a new and standardized solution to allow seamless interaction between their SAP systems and third-party warehouse management software that was more reliable and flexible then custom integration approach used in the past.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.dataxstream.com/success-stories/case-studies/"><strong>View More Case Studies</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/success-stories/case-studies/sap-net-connector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Technical Consulting Services</title>
		<link>http://www.dataxstream.com/sap-technical-consulting-services/</link>
		<comments>http://www.dataxstream.com/sap-technical-consulting-services/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 14:59:59 +0000</pubDate>
		<dc:creator>Will Deacon</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[.Net Connector]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[NetWeaver]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Solution Manager]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?page_id=4237</guid>
		<description><![CDATA[Other companies may have consultants that match ours in talent, but no one matches our skill. Talent is natural. Skill is only developed through tremendous work ethic and endless hours dedicated to honing one’s craft. Our craft is SAP: from the program level down to the specific functional, technical, and administrative details. Our depth of [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Other companies may have consultants that match ours in talent, but no one matches our skill. Talent is natural. Skill is only developed through tremendous work ethic and endless hours dedicated to honing one’s craft. Our craft is SAP: from the program level down to the specific functional, technical, and administrative details. Our depth of understanding and experience in SAP allows us to clearly see the big picture, and our detailed SAP expertise is used to build solutions that match your vision.</p>
<h3><strong>Because Experience Matters</strong></h3>
<p>DataXstream offers senior level consultants covering many types of SAP consulting services. Our deep domain expertise, particularly in technical activities, enable customers to tackle complex, challenging projects where time is of the essence. Averaging over 10 years SAP experience per consultant, we can fill most roles from analyst to project lead, to solution manager. When hiring DataXstream, you gain the commitment to success that is reflected in our 100% project success rating.</p>
<p><em><strong>DataXstream’s range of services include:</strong></em></p>
<h3><strong>Infrastructure Assessment and Systems Architecture</strong></h3>
<p>Whether you are looking to implement SAP for the first time, perform an upgrade, merge several legacy systems together, or virtualize your landscape (SAP or otherwise), it is critical that you take the proper steps in preparation for your work.  DataXstream can work with you to design a system landscape that is able to meet your business goals and adapt to business growth in the short, medium, and long- term.  We will review your existing hardware, software, systems architecture solutions (SAP and non-SAP) and make recommendations regarding the design of your system and the applications you need.  We will determine the sizing requirements for your new landscape (including the amount of hardware, storage, servers, etc. that is needed), identify gaps in hardware and software between your present system and the one proposed, and obtain all required licenses.  At this stage, we will also make recommendations as to whether to engage in a virtualization process or not.  If you decide it is in your company’s business interests, we will use our technical expertise to<a href="http://www.dataxstream.com/sap-virtualization-solutions/"> <span style="text-decoration: underline;">virtualize</span></a> your landscape.</p>
<h3> <strong>Project Management</strong></h3>
<p>Once you have architected the optimized and efficient IT infrastructure needed to support your SAP system, DataXstream can assist you in the <span style="text-decoration: underline;"><a href="http://www.dataxstream.com/sap-technical-consulting-services/project-management/">management of your SAP projects</a></span>.  We work collaboratively with customers to develop and deliver strategies and engagement plans for projects in all phases of the SAP lifecycle; including implementations, development, integration, upgrades, data management, and support. We provide realistic project forecasts, deliverable timelines, estimated costs, and resource needs.  Whether it is during the stage of pre-implementation, execution, or post-implementation of your project, DataXstream remains highly involved in the process and can work with you on strategy, tactics, and execution.</p>
<h3><strong>SAP Technical Development and Functional Configuration </strong></h3>
<p>Once you have your infrastructure and the specifics of your envisioned SAP solution in place, DataXstream’s SAP experts can do the nitty-gritty work to make your plan into a reality. Our team of senior developers dive into the programming world of ABAP, BAPI, RFC, XI, PI, IDOCS, ALE, .Net, Java Connectors, as well as a number of middleware integration platforms, working to meet all the functional and technical specifications of your SAP system.  Our consultants have the necessary mix of  project leadership, thorough understanding of  business processes and goals, and SAP technical expertise to deliver solutions that are both technically-sound and business-process optimized. This work involves configuring all critical components of the SAP system, developing custom applications to enhance the capabilities of standard SAP solutions to meet your unique needs, and testing each of the SAP components to ensure your system performs as desired.  We <span style="text-decoration: underline;">i<a href="http://www.dataxstream.com/sap-integration-consulting-services-solutions/">ntegrate</a></span> all critical process,  data sources, and third party software with SAP; <a href="http://www.dataxstream.com/enterprise-information-management-eim/"><span style="text-decoration: underline;">cleanse and migrate data</span> </a>as necessary into your SAP system; leverage <span style="text-decoration: underline;"><a href="http://www.dataxstream.com/sap-technical-consulting-services/sap-solution-manager-solman-services/">SolMan’s</a></span> rich tool set to better manage and support your system throughout the application lifecyle; and provide the <a href="http://www.dataxstream.com/sap-technical-consulting-services/basis-and-netweaver-consulting-services/"><span style="text-decoration: underline;">Basis administration</span> </a>to KTLO and support your SAP system’s day-to-day activities.</p>
<h3><strong>Support</strong></h3>
<p>As you are engaging in your SAP project, DataXstream can assist with every phase of an SAP lifecycle.  Our consultants have been through countless SAP lifecycles and have experienced the details of every stage. We know when certain support activities need to be done and can plan pro-actively to resolve them to eliminate unnecessary issues. DataXstream also understands the need for process discipline, along with clear communication during an SAP lifecycle, and can assist you with putting such critical processes in place. When it comes to your <a href="http://www.dataxstream.com/sap-technical-consulting-services/enterprise-support/"><span style="text-decoration: underline;">support</span> </a>needs, DataXstream can assist in planning and vision, full post-production support, and adaptation of the support model as you respond to internal and external changes.</p>
<h3><strong>Upgrades</strong></h3>
<p>At some point in time, it may become necessary to <a href="http://www.dataxstream.com/sap-technical-consulting-services/upgrades/"><span style="text-decoration: underline;">upgrade</span> </a>your SAP landscape.  When that day comes, DataXstream can assist you.   DataXstream has been helping companies with SAP upgrades since 1998.  Consequently, we understand upgrades and the need to execute upgrades quickly and effectively to minimize disruption and ensure business continuity.   Our upgrade process involves understanding your technical and business environment in order to establish an approach that meets your business goals; assessing your existing infrastructure and doing a gaps analysis between what exists now and what is needed for the upgrade; and executing on the upgrade plan.  If it is in your company’s best interest, DataXstream can also virtualize your landscape before executing the SAP upgrade.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/sap-technical-consulting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Mid-Month Go-Live: Got the T-shirt</title>
		<link>http://www.dataxstream.com/2010/11/sap-mid-month-go-live/</link>
		<comments>http://www.dataxstream.com/2010/11/sap-mid-month-go-live/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 15:30:02 +0000</pubDate>
		<dc:creator>Tim Cooper</dc:creator>
				<category><![CDATA[SAP Functional]]></category>
		<category><![CDATA[SAP Project Management]]></category>
		<category><![CDATA[SAP Strategy]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DataXstream]]></category>
		<category><![CDATA[Financials]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP ECC]]></category>
		<category><![CDATA[SAP ECC 6.0]]></category>
		<category><![CDATA[SAP FICO]]></category>
		<category><![CDATA[SAP Integration]]></category>
		<category><![CDATA[SAP testing]]></category>
		<category><![CDATA[sap tips]]></category>
		<category><![CDATA[Solution Manager]]></category>
		<category><![CDATA[Tim Cooper]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://www.dataxstream.com/?p=5870</guid>
		<description><![CDATA[Conventional wisdom says you don’t go-live with SAP financials in the middle of the month (strictly speaking I should say the middle of the accounting period, but I’ll say month as a generic term for the posting period).  I recently went through a mid-month SAP financials and logistics go-live and so far it has been [...]]]></description>
			<content:encoded><![CDATA[<p>Conventional wisdom says you don’t go-live with SAP financials in the middle of the month (strictly speaking I should say the middle of the accounting period, but I’ll say month as a generic term for the posting period).  I recently went through a mid-month SAP financials and logistics go-live and so far it has been a success.</p>
<p>Initially the project team had the expected <strong><em>you-can’t-do-that</em></strong> reaction when the idea of a mid-month go-live was suggested.  We took three main steps to determine whether or not we were crazy or had a viable go-live option:</p>
<ol>
<li>We asked SAP.  As one of the main participants on the project we got them to do an internal review with some platinum consultants with the objective of telling us why we could not go-live mid-month.</li>
<li>We asked our project team, both client and consulting resources.  Again, the goal was to tell us why we couldn’t do it.</li>
<li>We Googled like maniacs to find something to support and justify the conventional wisdom.  We failed to find anything substantial that would deter us.</li>
</ol>
<p>Armed with the conviction that there was no reason we couldn’t go-live mid-month we set about defining the details of how we would pull it off.</p>
<h2><span id="more-5870"></span>Conventional Wisdom: Why You Don’t Go-live Mid-Month</h2>
<p>My big disclaimer is that each SAP project has unique characteristics and what worked for us may not work for you, nonetheless I encourage you to keep an open mind and push until you find your insurmountable barrier, if it exists.  I would even contend that one of the biggest barriers may be your most experienced project team members and their gut reaction.  I admit my first reaction to the suggestion was &#8220;<strong>NO,</strong>&#8221; but as we drilled into the specifics of our project my inchoate objections crumbled.  The conventional wisdom is typically grounded in truth and experience, but conventional wisdom only applies to conventional situations.  To use a <a href="http://www.dataxstream.com/2010/07/sap-project-management-consulting-cliches/">consulting</a> <a href="http://www.dataxstream.com/2021/12/sap-project-management-consulting-cliches-part-2/">cliché</a>: challenge your assumptions.</p>
<p>In our research we found a consensus that there are three main areas that make a mid-month cut-over a bad idea.</p>
<p><strong>Assets</strong>: I’m no expert on assets but the general word was that depreciation gets “messed up” if you cut over mid-month.  Owing to my limited experience in this area I’ll take that on faith, but this was not considered an issue as assets was out of scope for our project and asset postings will be done by journal entries.</p>
<p><strong>Payroll</strong>: Again, I’m not an expert on payroll, but this was another situation where payroll was out of scope as the process is outsourced to a third party provider and journal entries are posted instead.  It was not considered a show stopping concern.</p>
<p><strong>Year-to-Year Period comparisons</strong>: by cutting over mid-month some folks on the interwebs expressed concern that the month-over-month comparison for the go-live year would be no use until the third year.  Let’s say you go-live in the middle of June 2010 with partial balances in SAP (the remainder being in the legacy system), when June 2011 comes around you can’t compare the two Junes because one month is partial and one is complete.  You have to wait until June 2012 for a meaningful comparison.  This was not an issue for us because we converted three prior fiscal years of account balances with the go-live month balances being the balances as of the go-live date along with the transactional activity for the rest of the month.</p>
<h2>Factors Leading to an SAP Mid-Month Go-Live</h2>
<p>The ugly truth is that we went live mid-month out of necessity, not by choice.  Our original plan was to go-live on the first of the month, but we weren’t ready and a focused re-planning exercise identified that we could go live three weeks later.  Changing the go-live date to the first of the next month was not acceptable for a variety of reasons, including political considerations – it’s never a purely technical decision, so no surprise there.</p>
<h2>Adapting the SAP Go-Live Strategy for Mid-Month Cut-Over</h2>
<p>Once we knew we were going live mid-month we had to work out how to handle key areas of functionality: particular areas of interest were open A/P items, inventory balances, customer deposits, and the GR/IR account.  On top of this historical account balances needed to be loaded and we needed to ensure that FI conversions reconciled with logistics conversions.</p>
<h3>Finance and Logistics Reconciliation</h3>
<p>We came up with an approach that allowed us to readily identify differences between account balances converted by FI compared to the conversion by MM.  Consider the example of inventory conversion.</p>
<p>Standard SAP postings for the initial inventory balance with movement type 561 post to a pair of accounts similar to these:</p>
<ul>
<li>DR Inventory (135010)</li>
<li>CR Conversion account (399175)</li>
</ul>
<p>Instead of making this posting we changed the account determination for MM conversion to post as follows:</p>
<ul>
<li>DR Inventory (135010)</li>
<li>CR Inventory conversion (135011)</li>
</ul>
<p>Now when we converted historical balances into FI the inventory posting was:</p>
<ul>
<li>DR Inventory conversion (135011)</li>
<li>CR Conversion account (399999)</li>
</ul>
<p>The benefit of this approach was that any balance on the 135011 account meant there was a difference between what was converted via MM and via FI.  This became the basis of the work list that had to be reconciled.  The actual operational G/L account for inventory (135010) could be used immediately after the go-live without worrying about it becoming part of the ongoing reconciliation process.</p>
<p>Also, standard SAP does not allow direct posting to the inventory account (135010) and this approach allowed us to leave it as delivered.</p>
<p>We used a similar process, i.e. a conversion account instead of operational account, to support the cut over for accounts payable, customer deposits and the GR/IR account.</p>
<h3>GR/IR Conversion</h3>
<p>In our environment we are fortunate to have a situation where invoices are not received before the goods.  Consequently at the time of conversion there were purchase orders where goods have been received and not invoiced.  The typical GR/IR process is as follows:</p>
<p><strong>Goods Receipt: </strong></p>
<ul>
<li>DR Inventory (135010)</li>
<li>CR GR/IR (211200)</li>
</ul>
<p><strong>Invoice Receipt:</strong></p>
<ul>
<li>DR GR/IR (211200)</li>
<li>CR Accounts Payable</li>
</ul>
<p>At the time of conversion the good receipt has already happened and we did not want to reconstruct the PO processing so that we could use MIRO processing when the invoice is received.  Instead we converted historical balances for the GR/IR account by posting to a new account, 211201 as follows:</p>
<ul>
<li>DR Conversion account (399999)</li>
<li>CR GR/IR conversion (211201)</li>
</ul>
<p>Now when the invoices are received they will be posted with an FB60 transaction as follows:</p>
<ul>
<li>DR GR/IR conversion (211201)</li>
<li>CR Accounts Payable</li>
</ul>
<p>We know we are giving up some integrated capability for a period of time until these purchase orders and invoices wash through the system, but it means that once the GR/IR conversion account gets to zero we are done.  The typical life cycle for PO is 6-8 weeks so this is a temporary situation.  The true GR/IR account, 211200, will be used as intended and the benefits of MIGO and MIRO processing will be realized.</p>
<h3>Month End Processing in the Old System</h3>
<p>Going live mid-month also meant that the prior period was closed in the old legacy system and the month end balances were converted over in the same way as any other period.  It was a straightforward extension of our process to pull the mid-month account balances from the legacy system during go-live weekend and load them into SAP, too.</p>
<h3>Financial Statement Impacts</h3>
<p>The approach that we took meant we introduced several accounts to the chart of accounts for conversion only.  Consequently we had to update our financial statement versions to include these accounts and assign them to the correct positions in the report structure.  Clearly this is not a difficult task, but one that is needed.</p>
<h2>SAP Mid-Month Go-Live Conclusions</h2>
<p>I am skipping over some of the detailed considerations of how we made a mid-month go-live work for our project.  The details of how to make it work, the nuts and bolts of reconciliation, how we tested it (iteratively!), how we worked the differences identified between FI and MM/SD conversions, etc. aren’t here.  It wasn’t always easy and we had to do it in a short amount of time, but my key message is that we found a way to do it: the conventional wisdom wasn’t and isn’t necessarily wrong, just we found another path.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dataxstream.com/2010/11/sap-mid-month-go-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

