<?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; Enhancement</title>
	<atom:link href="http://www.sapgeek.net/category/abap/enhancement/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>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>ABAP BAPI &#8211; BAPI_ACC_DOCUMENT_POST</title>
		<link>http://www.sapgeek.net/2011/10/abap-bapi-bapi_acc_document_post/</link>
		<comments>http://www.sapgeek.net/2011/10/abap-bapi-bapi_acc_document_post/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:14:20 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Accounting Document]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[FI]]></category>
		<category><![CDATA[Park]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/10/abap-bapi-bapi_acc_document_post/</guid>
		<description><![CDATA[<p>The business might decide to implement SAP ERP FI module as the company finance system. In this case many finance documents will be posted via external systems. SAP provides many BAPIs to fulfill such requirement.</p>

<p>Below scenario is to create a vendor invoice in SAP via BAPI – BAPI_ACC_DOCUMENT_POST. The business wants to create vendor invoices from incoming file from vendor which contains all the transactions in one week. Below code snip can be used to create a vendor invoice.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/10/abap-bapi-bapi_acc_document_post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAP Custom Configuration Table</title>
		<link>http://www.sapgeek.net/2011/09/sap-custom-configuration-table/</link>
		<comments>http://www.sapgeek.net/2011/09/sap-custom-configuration-table/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 08:06:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[ABAP Dictionary]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/09/sap-custom-configuration-table/</guid>
		<description><![CDATA[<p>In some cases, the business wants to store some constants in a custom table not hardcode in the program directly. This will be allow users to change the constants directly in QA or Prod system without changing the program. This posts try to give a tutorial on how to create such a custom table.</p>

<p><strong>Step 1. Create a custom table with delivery class ‘C’.</strong></p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/09/sap-custom-configuration-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COGI Deletion Log</title>
		<link>http://www.sapgeek.net/2011/06/cogi-deletion-log/</link>
		<comments>http://www.sapgeek.net/2011/06/cogi-deletion-log/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:59:46 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[PP]]></category>
		<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[COGI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/06/cogi-deletion-log/</guid>
		<description><![CDATA[COGI Deletion Log,active cogi deletion,active deletion log of cogi,AFFWPRO active,AFFWPRO COGI Deletion,如何记录在COGI中删除的记录]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/06/cogi-deletion-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BADI in SAP SD</title>
		<link>http://www.sapgeek.net/2010/04/badi-in-sap-sd/</link>
		<comments>http://www.sapgeek.net/2010/04/badi-in-sap-sd/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 14:53:33 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[BADI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=782</guid>
		<description><![CDATA[I found some great posts about BADIs in SD module and summarized them in this post. Hope this can help you.

HU_BADI                                                    Business Add-Ins for Handling Units
LE_SHP_BADI                                          Business Add-Ins in Shipping
LE_TRA_BADI                                         Business Add-Ins in Transportation]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/04/badi-in-sap-sd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pop up messages when user logons SAP system</title>
		<link>http://www.sapgeek.net/2010/02/pop-up-messages-when-user-logons-sap-system/</link>
		<comments>http://www.sapgeek.net/2010/02/pop-up-messages-when-user-logons-sap-system/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:07:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[ABAP API]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=498</guid>
		<description><![CDATA[Sometimes we need to configure the sap server to pop up a message to the users when they logon to the system. Generally, there are two methods to meet this requirement.

   1. Go to transaction SM02 – System Messages. You can maintain the system message here. If user refreshes or open the window, the system message will be displayed.
   2. But business wants only part of user will receive such messages when user logon, above method doesn’t work very well. Some enhancement needs to be done. Use customer exit ‘SUSR0001’. Below are the detail steps.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/02/pop-up-messages-when-user-logons-sap-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAPLink</title>
		<link>http://www.sapgeek.net/2010/02/saplink/</link>
		<comments>http://www.sapgeek.net/2010/02/saplink/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 06:17:26 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[SAPLink]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=487</guid>
		<description><![CDATA[SAPLink is a great tool for ABAPer to share the ABAP development objects between programmers. It is quite easy to import and export custom objects.

This open source project is hosted in Google code and this is the project link: http://code.google.com/p/saplink/.

The core SAPLink only support report and class objects. For other objects like scripts, smartforms and function group, you can down load corresponding plug-ins from another project: SAPLink-plugins.

Here is the document about how to install SAPLink and the user manual. https://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink+User+Documentation]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/02/saplink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find BADI</title>
		<link>http://www.sapgeek.net/2009/12/how-to-find-badi/</link>
		<comments>http://www.sapgeek.net/2009/12/how-to-find-badi/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 13:16:03 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[BADI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=401</guid>
		<description><![CDATA[There are several ways to find BADIs in the program.

1. Set a beark-point in method ‘CL_EXITHANDLER=>GET_INSTANCE’. Because old BAID technology will always call this method to get the BADI instance.

2. Search string ‘CL_EXITHANDLER=>GET_INSTANCE’ in the program. This drawback of this method is that the program may call another program in the runtime. In this case, you will be able to find the BADI in another program.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2009/12/how-to-find-badi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP SRM BADI &#8211; Updated</title>
		<link>http://www.sapgeek.net/2009/09/sap-srm-badi-updated/</link>
		<comments>http://www.sapgeek.net/2009/09/sap-srm-badi-updated/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 12:42:33 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[SAP SRM]]></category>
		<category><![CDATA[BADI]]></category>
		<category><![CDATA[SRM]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=187</guid>
		<description><![CDATA[This post will list as many BADI in SAP SRM as I can. It will be updated once I encounter new one;-).

BBP_DET_TAXCODE_BADI Exit for Determination of Tax Code

You can extend the current determination (that occurs via the domestic/international indicator and category ID), deviating from the settings in table BBP_DET_TAX_CODE Determine Tax Code for Country/Product Category.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2009/09/sap-srm-badi-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Enhancement Technologies</title>
		<link>http://www.sapgeek.net/2009/09/sap-enhancement-technologies/</link>
		<comments>http://www.sapgeek.net/2009/09/sap-enhancement-technologies/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:37:14 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[BADI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=83</guid>
		<description><![CDATA[This article aims to give a brief introduction about the SAP Enhancement technologies. The standard deliveried sap programs do not always meet the requirement, so enhancment is an very importment part in the ABAP development. SAP provide several technologies to support developer to enhance the standard logic.

1. User exit.

Actually user exit is not part of enhancement technology, as it need us to enter access key to modify it. But sap delivery these user exit form routines in seperate include files and will not overwrite them in the upgrade version. So we can feel free to modify them.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2009/09/sap-enhancement-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

