<?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 &#187; ABAP</title>
	<atom:link href="http://www.richardsantos.net/category/technical/sap/abap-sap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsantos.net</link>
	<description>SAP ABAP/BASIS Tips</description>
	<pubDate>Mon, 26 Jul 2010 07:38:49 +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: 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: 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: 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>
		<item>
		<title>SAP: How to use Lock Objects in ABAP</title>
		<link>http://www.richardsantos.net/2009/03/23/sap-how-to-use-lock-objects-in-abap/</link>
		<comments>http://www.richardsantos.net/2009/03/23/sap-how-to-use-lock-objects-in-abap/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 07:32:49 +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=128</guid>
		<description><![CDATA[Let say we have a customized table ZCUST_INFO that holds a specific customer information with MANDT(client number) and KUNNR(customer number) as the key field.
So let&#8217;s create a Lock Object for our customized table:
1. Go to transaction SE11
2. Click on Lock Object radio button and type-in EZCUST_INFO on name field and click on create button.
3. On [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/03/23/sap-how-to-use-lock-objects-in-abap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: Changing ALV Row Color</title>
		<link>http://www.richardsantos.net/2009/03/19/sap-changing-alv-row-color/</link>
		<comments>http://www.richardsantos.net/2009/03/19/sap-changing-alv-row-color/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 05:51:50 +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[sap blogger]]></category>

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

		<guid isPermaLink="false">http://www.richardsantos.net/?p=97</guid>
		<description><![CDATA[Changing the color of an ALV row is very simple. First you have to add a field on your internal table that will holds the color attribute (Refer to the sample code below).
TYPES: BEGIN OF t_rowcolor,
column1 TYPE string,
column2 TYPE string,
column3 TYPE string,
rowcolor(4) TYPE c,
END OF t_rowcolor.
DATA:  it_rowcolor TYPE STANDARD TABLE OF t_rowcolor,
wa_rowcolor TYPE t_rowcolor.
Next step [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/03/19/sap-changing-alv-row-color/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP: How to Create and Use the Authorization Objects in ABAP</title>
		<link>http://www.richardsantos.net/2009/03/16/sap-how-to-create-and-use-the-authorization-objects-in-abap/</link>
		<comments>http://www.richardsantos.net/2009/03/16/sap-how-to-create-and-use-the-authorization-objects-in-abap/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 15:35:08 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[ABAP]]></category>

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

		<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>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=88</guid>
		<description><![CDATA[Authorization Objects are used to manipulate the current user’s privileges for specific data selection and activities from within a program. 
We could always create our own authorization objects and implement it in our own abap programs. As an example, we will create our own authorization field similar to TCD used in S_TCODE Authorization object (see [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2009/03/16/sap-how-to-create-and-use-the-authorization-objects-in-abap/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
