<?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; API</title>
	<atom:link href="http://www.sapgeek.net/category/abap/api/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 FI &#8211; Deductible and Non-deductible Tax</title>
		<link>http://www.sapgeek.net/2012/02/sap-fi-deductible-and-non-deductible-tax/</link>
		<comments>http://www.sapgeek.net/2012/02/sap-fi-deductible-and-non-deductible-tax/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 07:39:29 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[FICO]]></category>
		<category><![CDATA[SAP ERP]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[Tax]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2012/02/sap-fi-deductible-and-non-deductible-tax/</guid>
		<description><![CDATA[<p>Non-deductible taxes are taxes that are not allowable when calculating a taxable income. They are taxes that have been paid in the process of generating income or purchasing items, but they are not subtracted from the final taxable income. For example, </p>

<blockquote>
  <p><strong>VAT 14% non-deductible 50%</strong></p>

  <p>100 EUR invoice (account 5080)&#160; <br />7 EUR VAT goes to the VAT account&#160; <br />7 EUR VAT goes back to the Expense account (5080) 

    <br />Total invoice 107.00 

    <br />Total VAT 7.00</p>
</blockquote>

<p><strong>How to configuration this scenario in SAP?</strong></p>

<p>In Tax code A2, Enter 7% in condition type <strong>MWAS</strong> and 7% in condition type <strong>MWVZ</strong>. </p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2012/02/sap-fi-deductible-and-non-deductible-tax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BAPI &#8211; BAPI_MATERIAL_SAVEDATA</title>
		<link>http://www.sapgeek.net/2011/11/sap-bapi-bapi_material_savedata/</link>
		<comments>http://www.sapgeek.net/2011/11/sap-bapi-bapi_material_savedata/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 08:35:43 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[Material Master]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/11/sap-bapi-bapi_material_savedata/</guid>
		<description><![CDATA[<p>SAP BAPI – <strong>BAPI_MATERIAL_SAVEDATA</strong> is the standard API to create/update the material master data. When creating material master data, you must transfer the material number, the material type, and the industry sector to the method. You must also enter a material description and its language. When changing material master data, you need enter only the material number. For detailed information on how to use this API, please refer to the function module documentation.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/11/sap-bapi-bapi_material_savedata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BAPI &#8211; BAPI_SALESORDER_CREATEFROMDAT2</title>
		<link>http://www.sapgeek.net/2011/08/sap-bapi-bapi_salesorder_createfromdat2/</link>
		<comments>http://www.sapgeek.net/2011/08/sap-bapi-bapi_salesorder_createfromdat2/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 06:50:55 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ABAP API]]></category>
		<category><![CDATA[BAPI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/08/sap-bapi-bapi_salesorder_createfromdat2/</guid>
		<description><![CDATA[<p>BAPI - BAPI_SALESORDER_CREATEFROMDAT2 is designed to create sales order from external system. It belongs to object type BUS2032.</p>

<p><strong>Note</strong></p>

<p>If you fill the target_qty field in the item table but the sales order created with the quantity ‘0’. – You need to fill the schedule line table and maintain the req_quantity field as well. Below code snip can be used to create sales order.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/08/sap-bapi-bapi_salesorder_createfromdat2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP &#8211; Upload File To FTP Server</title>
		<link>http://www.sapgeek.net/2011/05/abap-upload-file-to-ftp-server/</link>
		<comments>http://www.sapgeek.net/2011/05/abap-upload-file-to-ftp-server/#comments</comments>
		<pubDate>Wed, 25 May 2011 11:45:00 +0000</pubDate>
		<dc:creator>jackingyu</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ABAP FTP]]></category>
		<category><![CDATA[ABAP Upload File]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/05/abap-upload-file-to-ftp-server/</guid>
		<description><![CDATA[abap upload file to ftp server,ftp connect sap,abap from ftp,abap ftp]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/05/abap-upload-file-to-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find document for BAPI or Function Modules</title>
		<link>http://www.sapgeek.net/2011/02/how-to-find-document-for-bapi-or-function-modules/</link>
		<comments>http://www.sapgeek.net/2011/02/how-to-find-document-for-bapi-or-function-modules/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 09:17:48 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ABAP API]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2011/02/how-to-find-document-for-bapi-or-function-modules/</guid>
		<description><![CDATA[<p>One of my blog reader asked me to send him some documentations on BAPI and function modules. No central API documentation repository seems the pain for all the Abapers. Below is my personal understanding on this question. If you have any other viewpoints, please kindly share them with everyone.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2011/02/how-to-find-document-for-bapi-or-function-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BAPI in SAP Project System</title>
		<link>http://www.sapgeek.net/2010/12/bapi-in-sap-project-system/</link>
		<comments>http://www.sapgeek.net/2010/12/bapi-in-sap-project-system/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 06:17:27 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[PS]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/2010/12/bapi-in-sap-project-system/</guid>
		<description><![CDATA[</tr>

    <tr>
      <td valign="top" width="192">ProjectDefinition</td>

      <td valign="top" width="408">
        <p>The business object <strong>Project definition</strong> is the framework laid down for all objects created within a project.</p>
      </td>
    </tr>

    <tr>
      <td valign="top" width="192">ProjectDefinitionPI</td>

      <td valign="top" width="408">Extended Project Definition in Plug-In</td>
    </tr>

    <tr>
      <td valign="top" width="192">WBSPI</td>

      <td valign="top" width="408">Extended WBS in Plug-In</td>
    </tr>

    <tr>
      <td valign="top" width="192">Network</td>

      <td valign="top" width="408">
        <p>The business object <strong>Network</strong> is an instruction on how to carry out activities in a specific way, in a specific order and in a specific time period.</p>
      </td>
    </tr>

    <tr>
      <td valign="top" width="192">NetworkPI</td>

      <td valign="top" width="408">Extended Network in Plug-In</td>
    </tr>
  </tbody></table>

<p>For example, BAPI <strong>BAPI_BUS2054_CREATE_MULTI </strong>can be used to create a WBS element. Below is the explanation of this function module.</p>]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/12/bapi-in-sap-project-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALSM_EXCEL_TO_INTERNAL_TABLE</title>
		<link>http://www.sapgeek.net/2010/04/alsm_excel_to_internal_table/</link>
		<comments>http://www.sapgeek.net/2010/04/alsm_excel_to_internal_table/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:03:34 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ABAP API]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=821</guid>
		<description><![CDATA[Many customers need a function that allows them to transfer values from an Excel table to the SAP system. Up to now there has been no formally released interface for this.

For the Asset Accounting legacy data transfer, a module was written to transfer the Excel data using the clipboard of the Windows system by OLE (Object Linking and Embedding. This module is called ALSM_EXCEL_TO_INTERNAL_TABLE. The module was only designed for the requirements of the Asset Accounting legacy data transfer. This leads to some restrictions, including the following:]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/04/alsm_excel_to_internal_table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BAPI_GOODSMVT_CREATE for goods movements</title>
		<link>http://www.sapgeek.net/2010/04/bapi_goodsmvt_create-for-goods-movements/</link>
		<comments>http://www.sapgeek.net/2010/04/bapi_goodsmvt_create-for-goods-movements/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 15:31:41 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BAPI]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=777</guid>
		<description><![CDATA[SAP Note 520813 - FAQ: BAPIs for goods movements contains frequently asked questions/answers regarding 'BAPIs for goods movements'. I just picked out some questions for your reference. For detail information, please visit SAP service marketplace.

Question:
Which function modules must be called after the BAPI is called to complete the posting once the material document has been created successfully? What should I do if there is an error?]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/04/bapi_goodsmvt_create-for-goods-movements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CS_BOM_EXPL_MAT_V2</title>
		<link>http://www.sapgeek.net/2010/04/cs_bom_expl_mat_v2/</link>
		<comments>http://www.sapgeek.net/2010/04/cs_bom_expl_mat_v2/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 09:18:55 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BOM]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=751</guid>
		<description><![CDATA[Function module CS_BOM_EXPL_MAT_V2 is used for BOM explosion for a given material. It belongs to function group CSS4 - BOM explosions. This function module can explose multi-level BOM with a given validation date.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/04/cs_bom_expl_mat_v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM_ORDER_MAINTAIN</title>
		<link>http://www.sapgeek.net/2010/04/crm_order_maintain/</link>
		<comments>http://www.sapgeek.net/2010/04/crm_order_maintain/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 15:50:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CRM]]></category>

		<guid isPermaLink="false">http://www.sapgeek.net/?p=747</guid>
		<description><![CDATA[Function module CRM_ORDER_MAINTAIN is one of the most important function modules in SAP CRM and SAP Solution Manager business transactions processing. Other useful function modules are CRM_ORDER_READ and CRM_ORDER_SAVE.]]></description>
		<wfw:commentRss>http://www.sapgeek.net/2010/04/crm_order_maintain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

