<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Richard Santos</title>
	<link>http://www.richardsantos.net</link>
	<description>SAP ABAP/BASIS Tips</description>
	<lastBuildDate>Mon, 16 Nov 2009 09:02:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SAP: BDC Upload Program Template</title>
		<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>
		<link>http://www.richardsantos.net/2009/11/16/sap-bdc-upload-program-template/</link>
			</item>
	<item>
		<title>SAP: How to activate SAP webgui</title>
		<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>
		<link>http://www.richardsantos.net/2009/10/22/sap-how-to-activate-sap-webgui/</link>
			</item>
	<item>
		<title>SAP: Export ALV to Excel File</title>
		<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>
		<link>http://www.richardsantos.net/2009/08/28/sap-export-alv-to-excel-file/</link>
			</item>
	<item>
		<title>SAP: table JEST (Individual Object Status)</title>
		<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>
		<link>http://www.richardsantos.net/2009/06/22/sap-table-jest-individual-object-status/</link>
			</item>
	<item>
		<title>SAP: Customized Tcode for View Maintenance Screen</title>
		<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>
		<link>http://www.richardsantos.net/2009/05/29/sap-customized-tcode-for-view-maintenance-screen/</link>
			</item>
	<item>
		<title>SAP: Dynamic Sapgui Progress Indicator</title>
		<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>
		<link>http://www.richardsantos.net/2009/04/28/sap-dynamic-sapgui-progress-indicator/</link>
			</item>
	<item>
		<title>SAP: Setting Up Logon Rules</title>
		<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>
		<link>http://www.richardsantos.net/2009/04/22/sap-setting-up-logon-rules/</link>
			</item>
	<item>
		<title>SAP: Clickable Icon Button in ALV fields</title>
		<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>
		<link>http://www.richardsantos.net/2009/03/26/sap-clickable-icon-button-in-alv-fields/</link>
			</item>
	<item>
		<title>SAP: List of Icons</title>
		<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>
		<link>http://www.richardsantos.net/2009/03/24/sap-list-of-icons/</link>
			</item>
	<item>
		<title>SAP: Basic of Lock Objects</title>
		<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>
		<link>http://www.richardsantos.net/2009/03/23/sap-basic-of-lock-objects/</link>
			</item>
</channel>
</rss>
