<?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>ABAP, NetWeaver, ERP Tutorial &#187; SD</title>
	<atom:link href="http://www.sapgeek.net/category/sap-erp/sd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapgeek.net</link>
	<description>Provides a deep and broad view about SAP</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:39:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SD &#8211; How to use Product Attributes in Material Master</title>
		<link>http://www.sapgeek.net/2012/02/sd-how-to-use-product-attributes-in-material-master/</link>
		<comments>http://www.sapgeek.net/2012/02/sd-how-to-use-product-attributes-in-material-master/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 09:36:06 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Customer Master]]></category>
		<category><![CDATA[Material Master]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2012/02/sd-how-to-use-product-attributes-in-material-master/</guid>
		<description><![CDATA[<p>In material master sales org 2 view, there are 10 attributes can be used to describe special attributes of materials. We can use these attributes to control some materials cannot be sold to particular customers. Below are the detail steps.</p>

<p><strong>Step 1. Enhance the text of these attributes.</strong></p>

<p>Go to tcode <strong>CMOD</strong> and choose menu Goto –&#62; Text enhancements –&#62; Keywords –&#62; Change. Enter data element <strong>PRAT1</strong> and change text as per below screenshot. Perform the same activity for data element <strong>KUAT1.</strong></p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2012/02/sd-how-to-use-product-attributes-in-material-master/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP SD Pricing &#8211; Condition Value Formula</title>
		<link>http://www.sapgeek.net/2011/11/sap-sd-pricing-condition-value-formula/</link>
		<comments>http://www.sapgeek.net/2011/11/sap-sd-pricing-condition-value-formula/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:39:20 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Pricing]]></category>
		<category><![CDATA[VOFM]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/11/sap-sd-pricing-condition-value-formula/</guid>
		<description><![CDATA[<p>I found a very interesting question on SAP SD Pricing from SDN. I quoted it below.</p>

<p>&#34;<strong>Requirement:</strong> Packing fee to be charged to customers on sales orders. The way the condition type is configured is % based. The problem is when the value of the order goes up as the calculation is % basis there is no limitation for the packing fee to be charged for the order i.e. 30 $ (Max. Limit). I need to come up with a work around where in if the calculated value based on % is higher than 30 Dollars then the value should be restricted to 30 $ not more than that. If the value is below 30 then no changes are expected. 

  <br />If there are two line items system should distribute the 30$ across two line items under Packing fee condition type.&#34;</p>

<p>I extended this requirement by define below rules to determine the packing fee.</p>

<table cellspacing="0" cellpadding="0" width="585" border="1"><tbody>
    <tr>
      <td valign="top" width="220"><strong>Value Portion of Total Sales Order($)&#160;&#160; </strong></td>

      <td valign="top" width="125"><strong>Percentage</strong></td>

      <td valign="top" width="238"><strong>Max Packing Fee($)</strong></td>
    </tr>

    <tr>
      <td valign="top" width="220">0 - 100</td>

      <td valign="top" width="125">2%</td>

      <td valign="top" width="238">2</td>
    </tr>

    <tr>
      <td valign="top" width="220">100-1000</td>

      <td valign="top" width="125">1.5%</td>

      <td valign="top" width="238">13.5</td>
    </tr>

    <tr>
      <td valign="top" width="220">&#62;1000</td>

      <td valign="top" width="125">1%</td>

      <td valign="top" width="238">14.5</td>
    </tr>
  </tbody></table>

<p>For example, the customer place a sales order valued $2000. Use above matrix, the packing fee is 100 * 2% + 900 * 1.5 % + 1000 * 1% = $25.5. </p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/11/sap-sd-pricing-condition-value-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP PP&amp;&amp;SD- Material Status</title>
		<link>http://www.sapgeek.net/2011/10/sap-ppsd-material-status/</link>
		<comments>http://www.sapgeek.net/2011/10/sap-ppsd-material-status/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 07:50:44 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[PP]]></category>
		<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[material status]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/10/sap-ppsd-material-status/</guid>
		<description><![CDATA[how to block material for sale in SAP,block material for purchase ,bom in SAP]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/10/sap-ppsd-material-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP IDOC Tutorial-Trigger outbound IDoc with SD output control (MC Framework)</title>
		<link>http://www.sapgeek.net/2011/07/sap-idoc-tutorial-trigger-outbound-idoc-with-output-control-mc-framework/</link>
		<comments>http://www.sapgeek.net/2011/07/sap-idoc-tutorial-trigger-outbound-idoc-with-output-control-mc-framework/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 05:38:40 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SAP Tutorials]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Sap IDoc Tutorials]]></category>
		<category><![CDATA[IDoc]]></category>
		<category><![CDATA[Message Control]]></category>
		<category><![CDATA[Sales Order IDOC]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/07/sap-idoc-tutorial-trigger-outbound-idoc-with-output-control-mc-framework/</guid>
		<description><![CDATA[This is a tutorial about how to trigger the sales order idoc with output control technique.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/07/sap-idoc-tutorial-trigger-outbound-idoc-with-output-control-mc-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP SD-Consignment Process</title>
		<link>http://www.sapgeek.net/2011/07/sap-sd-consignment-process/</link>
		<comments>http://www.sapgeek.net/2011/07/sap-sd-consignment-process/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 06:44:56 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[consignment]]></category>
		<category><![CDATA[sales order]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/07/sap-sd-consignment-process/</guid>
		<description><![CDATA[Sales order consignment process,sd consignment,SAP SD寄售, SAP销售订单寄售业务,寄售,寄售流程,sap sd consignment configuration]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/07/sap-sd-consignment-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SD &#8211; Condition Type Upper and Lower Limits</title>
		<link>http://www.sapgeek.net/2011/05/sd-pricing-tips-series-1-condition-type-upper-and-low-limits/</link>
		<comments>http://www.sapgeek.net/2011/05/sd-pricing-tips-series-1-condition-type-upper-and-low-limits/#comments</comments>
		<pubDate>Fri, 27 May 2011 07:53:38 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Pricing]]></category>
		<category><![CDATA[SAP SD]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/05/sd-pricing-tips-series-1-condition-type-upper-and-low-limits/</guid>
		<description><![CDATA[condition type limits,condition record limits,condition type upper and lower limits, sap pricing limits,sales order pricing limits]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/05/sd-pricing-tips-series-1-condition-type-upper-and-low-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SD-Item Category</title>
		<link>http://www.sapgeek.net/2011/05/sd-item-category/</link>
		<comments>http://www.sapgeek.net/2011/05/sd-item-category/#comments</comments>
		<pubDate>Fri, 27 May 2011 04:30:55 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Item Category]]></category>
		<category><![CDATA[SAP SD]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/05/sd-item-category/</guid>
		<description><![CDATA[How to determine item category,sap item category,sales order item category,itemcategory determination,sap item category usage,item category SPRO path]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/05/sd-item-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SD&amp;PP Integration &#8211; Link between sales order and production order.</title>
		<link>http://www.sapgeek.net/2011/05/sdpp-integration-link-between-sales-order-and-production-order/</link>
		<comments>http://www.sapgeek.net/2011/05/sdpp-integration-link-between-sales-order-and-production-order/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:12:00 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[A production order already exists for item]]></category>
		<category><![CDATA[Deletion Sales Order production Order]]></category>
		<category><![CDATA[TOR]]></category>
		<category><![CDATA[V1603]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/05/sdpp-integration-link-between-sales-order-and-production-order/</guid>
		<description><![CDATA[PP is one core module of sap erp software.There is a lot of factors that influence requirements element of PP module.Sales order is one type of data source of requirements element.Plan order can be generated by sales order requirements,and then generate production order.

The relationship between sales order and production order is

sales order(VA01)-&#62;requirement(MD04,MD02)-&#62;Plan Order-&#62;Production Order(CO02)

In MTO scenario,we can define if one sales order to one production order and control whether the operation on sales order influence production order.For example, one production order is the result of  so requirements,when we delete the sales order,we want there is a alerting message that tells us because there is one production order exits for the so,the deletion of so is not allowed.

How to achieve the effect?]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/05/sdpp-integration-link-between-sales-order-and-production-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How SAP SD determines Tax Code</title>
		<link>http://www.sapgeek.net/2010/04/sd-determines-tax-code/</link>
		<comments>http://www.sapgeek.net/2010/04/sd-determines-tax-code/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 07:23:29 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Tax]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2010/04/how-sap-sd-determines-tax-code/</guid>
		<description><![CDATA[In sales order processing procedure, the output tax amount is calculated automatically according to the configuration. Below screenshot shows the tax rate is 4% and total tax amount is 28.00 USD based on sales price 700.00 USD.

<img style="display: inline; border: 0px;" title="clip_image002" src="http://www.sapgeek.net/wp-content/uploads/2010/04/clip_image0021.jpg" border="0" alt="clip_image002" width="594" height="208" />

This article tries to analyze how the tax is calculated from a step-by-step example.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/04/sd-determines-tax-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SD Return Order Process</title>
		<link>http://www.sapgeek.net/2010/02/sd-return-order-process-2/</link>
		<comments>http://www.sapgeek.net/2010/02/sd-return-order-process-2/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:54:10 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Return]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2010/02/sd-return-order-process-2/</guid>
		<description><![CDATA[Return process is a common process in SD. Customer may be not satified with the deliveried goods or the deliverable is not what customer exactly want. In these case, customer want to initiate the return process. SAP has provided standard steps for return process. Create Return Order Sales department creates return order using transaction VA01. [...]]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/02/sd-return-order-process-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

