<?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>Johan van Zijl &#187; ABAP Code</title>
	<atom:link href="http://johanvanzijl.com/articles/category/abap-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://johanvanzijl.com</link>
	<description>Mostly SAP related...</description>
	<lastBuildDate>Thu, 14 Apr 2011 07:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Vendors in the Sales Document</title>
		<link>http://johanvanzijl.com/articles/vendors-in-the-sales-document/</link>
		<comments>http://johanvanzijl.com/articles/vendors-in-the-sales-document/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 06:30:11 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[Middleware]]></category>
		<category><![CDATA[SAP CRM]]></category>
		<category><![CDATA[Sales Documents]]></category>

		<guid isPermaLink="false">http://johanvanzijl.com/?p=224</guid>
		<description><![CDATA[I recently had a requirement were a vendor had to be replicated as partner function from a CRM Sales Order to an SD Sales Order. At first I thought there wasn&#8217;t going to be any problem as it seems this is fully supported by customizing. The mapping between partner functions in ERP and CRM can [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/vendors-in-the-sales-document/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passing Custom Fields to Lean Order API</title>
		<link>http://johanvanzijl.com/articles/passing-custom-fields-to-lean-order-api/</link>
		<comments>http://johanvanzijl.com/articles/passing-custom-fields-to-lean-order-api/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 19:52:23 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[IC WebClient]]></category>
		<category><![CDATA[Lean Order API]]></category>
		<category><![CDATA[SLS_LORD]]></category>

		<guid isPermaLink="false">http://johanvanzijl.com/?p=184</guid>
		<description><![CDATA[I recently started working on the ERP Sales Order functionality in the CRM 5.0 WebClient. This is essentially a WebClient view which uses the ERP 6.0 Lean Order API(LORD) to perform all sales order functionality directly in the backend. The benefit is no messy replication of CRM Sales Orders, Config, Pricing and Enhancements. The problem [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/passing-custom-fields-to-lean-order-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Code dump</title>
		<link>http://johanvanzijl.com/articles/a-code-dump/</link>
		<comments>http://johanvanzijl.com/articles/a-code-dump/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:26:36 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[CRM Service]]></category>
		<category><![CDATA[BW]]></category>
		<category><![CDATA[Category Modeller]]></category>
		<category><![CDATA[SAP CRM]]></category>

		<guid isPermaLink="false">http://johanvanzijl.com/?p=173</guid>
		<description><![CDATA[&#8211;Update&#8211; The code shown here is not 100% correct and reliable. I will probably fix at some point&#8230; I haven&#8217;t posted in a long time, mostly because I have been doing everything except working on a SAP system. So, the first bit of code I have written in a while goes here. Scenario: Its difficult [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/a-code-dump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining BP Sales Area Data</title>
		<link>http://johanvanzijl.com/articles/determining-bp-sales-area-data/</link>
		<comments>http://johanvanzijl.com/articles/determining-bp-sales-area-data/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 18:51:44 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[Business Partner]]></category>
		<category><![CDATA[SAP CRM]]></category>
		<category><![CDATA[Abap]]></category>
		<category><![CDATA[BP]]></category>
		<category><![CDATA[Sales Area]]></category>
		<category><![CDATA[Sales Organization]]></category>

		<guid isPermaLink="false">http://johanvanzijl.com/?p=72</guid>
		<description><![CDATA[Here is some code that will help you to determine the Sales Areas assigned to a CRM Business Partner and also the sales area details maintained for the BP. The variables you will need are provided below: data: lv_partner_guid type bu_partner_guid, lt_sales_areas type crmt_bus_sales_area_t, ls_data type crmt_bus_set0030, lv_owner type crmt_bu_set_owner, lt_return type bus_bapi-return_table, lv_error type [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/determining-bp-sales-area-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer and BP Numbers</title>
		<link>http://johanvanzijl.com/articles/customer-and-bp-numbers/</link>
		<comments>http://johanvanzijl.com/articles/customer-and-bp-numbers/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 08:50:06 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[Business Partner]]></category>
		<category><![CDATA[SAP CRM]]></category>
		<category><![CDATA[BP]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[Mapping]]></category>

		<guid isPermaLink="false">http://johanvanzijl.com/?p=56</guid>
		<description><![CDATA[I often see systems where the consultant that implemented the solution, assumed that the Customer Number in the R/3 system would be exactly the same as the BP Number in CRM. In most cases this is true(and the system should be configured to map Customer numbers to BP numbers). However, this isn&#8217;t always true, especially [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/customer-and-bp-numbers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Triggering a Broadcast</title>
		<link>http://johanvanzijl.com/articles/triggering-a-broadcast/</link>
		<comments>http://johanvanzijl.com/articles/triggering-a-broadcast/#comments</comments>
		<pubDate>Thu, 29 May 2008 09:05:11 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[IC WebClient]]></category>
		<category><![CDATA[Broadcast]]></category>

		<guid isPermaLink="false">http://johanvanzijl.wordpress.com/?p=24</guid>
		<description><![CDATA[The SAP CRM system allows a manager to send broadcasts to agents via the broadcast manager. This is useful to notify agents immediately of any important information. The BSP Application CRM_BM can be used to send broadcast messages. Below is a screenshot. When you click send, the user will immediately receive a scrolling message at [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/triggering-a-broadcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands Off&#8230;</title>
		<link>http://johanvanzijl.com/articles/hands-off/</link>
		<comments>http://johanvanzijl.com/articles/hands-off/#comments</comments>
		<pubDate>Thu, 15 May 2008 21:16:13 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>

		<guid isPermaLink="false">http://johanvanzijl.wordpress.com/?p=26</guid>
		<description><![CDATA[I wonder how many times someone stuck their finger into SAPMSSYD before the developer included this warning&#8230; */////////////////////////////////////////////////////////////////////// * C A U T I O N: */////////////////////////////////////////////////////////////////////// * If you want to add a specific handler within a main step handler, * make sure to follow the following * G O L D E N [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/hands-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IC WebClient Business Transaction Search</title>
		<link>http://johanvanzijl.com/articles/ic-webclient-business-transaction-search/</link>
		<comments>http://johanvanzijl.com/articles/ic-webclient-business-transaction-search/#comments</comments>
		<pubDate>Tue, 13 May 2008 08:12:15 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[IC WebClient]]></category>
		<category><![CDATA[Business Transaction Search]]></category>
		<category><![CDATA[Inbox]]></category>
		<category><![CDATA[SAP CRM]]></category>
		<category><![CDATA[Web Client]]></category>

		<guid isPermaLink="false">http://johanvanzijl.wordpress.com/?p=22</guid>
		<description><![CDATA[&#8211;Update: Please note there are issues with this Enhancement after applying CRM 7.0 SP 5 &#38; 6. I will try to get hold of the fix, but it may better to investigate other options&#8211; Overview This post describes the enhancement of the IC WebClient using the Business Transaction Search in CRM 5.0. The Business Transaction [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/ic-webclient-business-transaction-search/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My Table Mover(Part 2)</title>
		<link>http://johanvanzijl.com/articles/my-table-moverpart-2/</link>
		<comments>http://johanvanzijl.com/articles/my-table-moverpart-2/#comments</comments>
		<pubDate>Tue, 13 May 2008 07:41:00 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://johanvanzijl.wordpress.com/?p=15</guid>
		<description><![CDATA[Ok, so I finally found some time to write Part 2(took me a couple of months). Part 1 of this blog only dealt with what the Table Mover program does and the broad mechanics used. In this blog I want to discuss the table download mechanism in order to explain some of the dynamic ABAP [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/my-table-moverpart-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine the current WebClient Profile</title>
		<link>http://johanvanzijl.com/articles/determine-the-current-webclient-profile/</link>
		<comments>http://johanvanzijl.com/articles/determine-the-current-webclient-profile/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:00:58 +0000</pubDate>
		<dc:creator>johanvz</dc:creator>
				<category><![CDATA[ABAP Code]]></category>
		<category><![CDATA[IC WebClient]]></category>
		<category><![CDATA[SAP CRM]]></category>

		<guid isPermaLink="false">http://johanvanzijl.wordpress.com/?p=17</guid>
		<description><![CDATA[Sometimes you need to determine the WebClient Profile of the logged in user.  The code below you allows you to accomplish this. In CRM 4.0: data: lv_profile type crmc_ic_profile . lv_profile = cl_crm_ic_services=&#62;get_customizing_profiles( ). In CRM 5.0 and beyond: data: lr_prof type ref to if_ic_profile, lv_prof type string. lr_prof = cl_ic_profile_service=&#62;get_instance( ). lv_prof = lr_prof-&#62;get_profile( [...]]]></description>
		<wfw:commentRss>http://johanvanzijl.com/articles/determine-the-current-webclient-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

