<?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>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 31 Mar 2011 00:28:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ABAP Debugging a Popup Window</title>
		<description>To enter a debugging mode we simply type "/h" in the command field. But do you ever wonder how to enter a debugging mode on a popup window? I mean there is no command field to type in the "/h".

I stumble upon this really great SDN article about ABAP debugging ...</description>
		<link>http://www.richardsantos.net/2011/02/08/abap-debugging-a-popup-window/</link>
			</item>
	<item>
		<title>SAP: Quick Way To Search For Enhancement Points</title>
		<description>Enhancement Points allow you to modify standard SAP code, but in a structured way that will allow you to upgrade and deploy enhancement packs without the conflicts of traditional modifications. Enhancement points are basically can be found at certain defined points within the ABAP code. This allow you to add ...</description>
		<link>http://www.richardsantos.net/2011/02/06/sap-quick-way-to-search-for-enhancement-points/</link>
			</item>
	<item>
		<title>Where to download MiniSAP</title>
		<description>MiniSAP is a trial version or sneak preview of SAP software. It is a downscaled version of SAP system without the SAP applications (FI, CO, MM, SD, HR etc.). This is very helpful to those who are just starting to learn ABAP.

MiniSAP are available via the SAP Developer Network (SDN)
- ...</description>
		<link>http://www.richardsantos.net/2011/02/02/where-to-download-minisap/</link>
			</item>
	<item>
		<title>SAPlink</title>
		<description>Ever wonder if it is possible to copy or download your ABAP programs, functions, classes, tables, smartforms, etc. and share it to other programmers or use it when you needed it on other SAP systems? Well EnterpriseGeeks created a project called SAPlink which enables us to share abap codes, objects ...</description>
		<link>http://www.richardsantos.net/2011/02/02/saplink/</link>
			</item>
	<item>
		<title>Step-by-Step Saprouter Certificate Renewal</title>
		<description>1. You need to remove the old generated files(certreq, cred_v2, local.pse, srcert) from previous certificate request. To do this you can either rename these files or create a new folder and move these files into it.

2. Login to http://service.sap.com/saprouter-sncadd and click the "Apply now" button. From the list of SAProuters ...</description>
		<link>http://www.richardsantos.net/2010/07/26/step-by-step-saprouter-certificate-renewal/</link>
			</item>
	<item>
		<title>SAP: BDC Upload Program Template</title>
		<description>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 ...</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>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 ...</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>&#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 ...</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>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 ...</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>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'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 ...</description>
		<link>http://www.richardsantos.net/2009/05/29/sap-customized-tcode-for-view-maintenance-screen/</link>
			</item>
</channel>
</rss>

