<?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/"
	>

<channel>
	<title>Richard Santos</title>
	<atom:link href="http://www.richardsantos.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsantos.net</link>
	<description>SAP ABAP/BASIS Tips</description>
	<pubDate>Mon, 16 Nov 2009 09:02:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SAP: BDC Upload Program Template</title>
		<link>http://www.richardsantos.net/2009/11/16/sap-bdc-upload-program-template/</link>
		<comments>http://www.richardsantos.net/2009/11/16/sap-bdc-upload-program-template/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:02:30 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[BDC]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=322</guid>
		<description><![CDATA[I recently created my own BDC upload template that enables user to choose the processing mode, the update mode and options for Default Size, Continue After Commit, and Not a Batch Input Session easily.
Another good thing with this program is a functionality to generate an excel file template. The image below shows the actual screenshot.

I [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/11/16/sap-bdc-upload-program-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: How to activate SAP webgui</title>
		<link>http://www.richardsantos.net/2009/10/22/sap-how-to-activate-sap-webgui/</link>
		<comments>http://www.richardsantos.net/2009/10/22/sap-how-to-activate-sap-webgui/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 01:51:08 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<category><![CDATA[webgui]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=303</guid>
		<description><![CDATA[Below are the steps on how to activate webgui on SAP ECC 6.0:
1. Go to your Instance Profile parameter using tcode RZ10 and set the icm/server_port_0 parameter to PROT=HTTP,PORT=8000
2. Now go to transaction SICF and activate the following:
/sap/public/bc/its/mimes
/sap/bc/gui/sap/its/webgui
3. Run transaction SIAC_PUBLISH_ALL_INTERNAL to publish internet services.
4. Now browse to http://&#60;servername&#62;:&#60;icmport&#62;/sap/bc/gui/sap/its/webgui/
As simple as that, you can now [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/10/22/sap-how-to-activate-sap-webgui/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Export ALV to Excel File</title>
		<link>http://www.richardsantos.net/2009/08/28/sap-export-alv-to-excel-file/</link>
		<comments>http://www.richardsantos.net/2009/08/28/sap-export-alv-to-excel-file/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:54:59 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[ALV]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[EXCEL]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=288</guid>
		<description><![CDATA[&#32;
This tutorial will teach you how to export an ALV report to Microsoft Excel  file. This is intended for abap programmers who already have a knowledge in ALV reporting as I will not show here how to create an ALV.
Assuming you already have an ABAP program with ALV report, what you need to do is [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/08/28/sap-export-alv-to-excel-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: table JEST (Individual Object Status)</title>
		<link>http://www.richardsantos.net/2009/06/22/sap-table-jest-individual-object-status/</link>
		<comments>http://www.richardsantos.net/2009/06/22/sap-table-jest-individual-object-status/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:25:34 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[jest]]></category>

		<category><![CDATA[object status]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=285</guid>
		<description><![CDATA[JEST table contains object status that is either system status or a user status. Field STAT corresponds to the Object Status. Field INACT identifies whether the status is currently active or inactive and field CHGNR is the change number that identifies the change documents for an object and is incremented serially.
TJ02 table contains the list [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/06/22/sap-table-jest-individual-object-status/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Customized Tcode for View Maintenance Screen</title>
		<link>http://www.richardsantos.net/2009/05/29/sap-customized-tcode-for-view-maintenance-screen/</link>
		<comments>http://www.richardsantos.net/2009/05/29/sap-customized-tcode-for-view-maintenance-screen/#comments</comments>
		<pubDate>Fri, 29 May 2009 05:34:15 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<category><![CDATA[tcode]]></category>

		<category><![CDATA[view maintenance]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=282</guid>
		<description><![CDATA[Instead of going to transaction code SM30 to maintain your table, why not create your own t-code for that specific table maintenance screen. To do this, here&#8217;s the step by step procedure I stumbled upon on some SAP technical forums:
1. Go to t-code SE93.
2. Type in your customized t-code on the transaction code field.
3. Click [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/05/29/sap-customized-tcode-for-view-maintenance-screen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Dynamic Sapgui Progress Indicator</title>
		<link>http://www.richardsantos.net/2009/04/28/sap-dynamic-sapgui-progress-indicator/</link>
		<comments>http://www.richardsantos.net/2009/04/28/sap-dynamic-sapgui-progress-indicator/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 08:07:15 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[progress indicator]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=272</guid>
		<description><![CDATA[It is very easy to apply a progress indicator on your abap programs. This will enable the 
user to determine how much long will he wait until the program finish its processing.
This is done by simply calling the function module SAPGUI_PROGRESS_INDICATOR.
PERCENTAGE is where you indicate the percentage of processing time and the TEXT is 
where [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/04/28/sap-dynamic-sapgui-progress-indicator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Setting Up Logon Rules</title>
		<link>http://www.richardsantos.net/2009/04/22/sap-setting-up-logon-rules/</link>
		<comments>http://www.richardsantos.net/2009/04/22/sap-setting-up-logon-rules/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 05:57:46 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[logon rules]]></category>

		<category><![CDATA[profile parameter]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=270</guid>
		<description><![CDATA[Go to transaction code RSPFPAR_LOGIN. It will give you a complete list of parameters for Logon Rules. Just refer to the Comment field for the parameter definition. 
These parameters can be maintain through Profile Maintenance (RZ10). When SAP startup process reads a profile parameter, it checks first on the Instance Profile. If the parameter cannot [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/04/22/sap-setting-up-logon-rules/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Clickable Icon Button in ALV fields</title>
		<link>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/</link>
		<comments>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 01:35:09 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[ALV]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[button]]></category>

		<category><![CDATA[icon]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=204</guid>
		<description><![CDATA[&#32;
Adding a button inside an ALV fields is a very simple task to do which needs only a few line of codes. what I always do is I create a field on ALV and populate that field with an Icon of my choice and declare it as a Hotspot so it will react on a [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: List of Icons</title>
		<link>http://www.richardsantos.net/2009/03/24/sap-list-of-icons/</link>
		<comments>http://www.richardsantos.net/2009/03/24/sap-list-of-icons/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 12:53:33 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[icon]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=194</guid>
		<description><![CDATA[I could show you here the complete list of icons with its corresponding code but I rather show you a couple line of codes that will provide you the list of icons. So please refer to the code #1.
Create a blank program on transaction SE38 and add the code above. Just activate it and execute. [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/03/24/sap-list-of-icons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Basic of Lock Objects</title>
		<link>http://www.richardsantos.net/2009/03/23/sap-basic-of-lock-objects/</link>
		<comments>http://www.richardsantos.net/2009/03/23/sap-basic-of-lock-objects/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 07:42:05 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

		<category><![CDATA[BASIS]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[Dequeue]]></category>

		<category><![CDATA[Enqueue]]></category>

		<category><![CDATA[Lock Objects]]></category>

		<category><![CDATA[sap blogger]]></category>

		<category><![CDATA[sdn blogger]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=122</guid>
		<description><![CDATA[Data inconsistency occurs when two or more users are editing/changing the same record on the same table at exactly the same time. To avoid this, we use Lock Objects.
Lock Objects enables the user to request a lock on a specific record before accessing it. In this way, changing/editing of records is only possible one at [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/03/23/sap-basic-of-lock-objects/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
