<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>sapachon y abapachon</title>
	<atom:link href="http://sapachon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sapachon.wordpress.com</link>
	<description>Mis peleas y batallas con SAP</description>
	<lastBuildDate>Fri, 15 Aug 2008 11:48:30 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sapachon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>sapachon y abapachon</title>
		<link>http://sapachon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sapachon.wordpress.com/osd.xml" title="sapachon y abapachon" />
	<atom:link rel='hub' href='http://sapachon.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Abrir y Cerrar POPUP en WD4A</title>
		<link>http://sapachon.wordpress.com/2008/08/15/abrir-y-cerrar-popus-en-wd4a/</link>
		<comments>http://sapachon.wordpress.com/2008/08/15/abrir-y-cerrar-popus-en-wd4a/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 11:46:34 +0000</pubDate>
		<dc:creator>sapachon</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[WebDynpro ABAP]]></category>

		<guid isPermaLink="false">http://sapachon.wordpress.com/?p=11</guid>
		<description><![CDATA[ABRIR POPUP DATA lo_window_manager TYPE REF TO if_wd_window_manager. DATA lo_api_component    TYPE REF TO if_wd_component. DATA lo_window                TYPE REF TO if_wd_window. lo_api_component  = wd_comp_controller-&#62;wd_get_api( ). lo_window_manager = lo_api_component-&#62;get_window_manager( ). lo_window = lo_window_manager-&#62;create_window_for_cmp_usage( interface_view_name = &#8216;W_DEFAULT&#8217; component_usage_name  = &#8216;TEST&#8217; title       = &#8216;Título de mi Popup&#8217; *                                                              close_in_any_case      = abap_true message_display_mode   = if_wd_window=&#62;co_msg_display_mode_selected ). lo_window-&#62;open( ). CERRAR POPUP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=11&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>ABRIR POPUP</strong></p>
<p>DATA lo_window_manager TYPE REF TO if_wd_window_manager.<br />
DATA lo_api_component    TYPE REF TO if_wd_component.<br />
DATA lo_window                TYPE REF TO if_wd_window.</p>
<p>lo_api_component  = wd_comp_controller-&gt;wd_get_api( ).<br />
lo_window_manager = lo_api_component-&gt;get_window_manager( ).<br />
lo_window = lo_window_manager-&gt;create_window_for_cmp_usage(<br />
interface_view_name = &#8216;W_DEFAULT&#8217;<br />
component_usage_name  = &#8216;TEST&#8217;<br />
title       = &#8216;Título de mi Popup&#8217;<br />
*                                                              close_in_any_case      = abap_true<br />
message_display_mode   = if_wd_window=&gt;co_msg_display_mode_selected<br />
).</p>
<p>lo_window-&gt;open( ).</p>
<p><strong>CERRAR POPUP</strong></p>
<p>DATA:<br />
lo_api   TYPE REF TO if_wd_view_controller.</p>
<p>lo_api = wd_this-&gt;wd_get_api( ).</p>
<p>DATA: lo_window_controller TYPE REF TO if_wd_window_controller,</p>
<p>lo_window TYPE REF TO if_wd_window.</p>
<p>lo_window_controller = lo_api-&gt;get_embedding_window_ctlr( ).<br />
lo_window = lo_window_controller-&gt;get_window( ).<br />
lo_window-&gt;close( ).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sapachon.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sapachon.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sapachon.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sapachon.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sapachon.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sapachon.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sapachon.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sapachon.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sapachon.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sapachon.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=11&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sapachon.wordpress.com/2008/08/15/abrir-y-cerrar-popus-en-wd4a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49f156bf979f9229077ed1a2b1085ec5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sapachon</media:title>
		</media:content>
	</item>
		<item>
		<title>Convertir de timestamp a date y de date a timestamp</title>
		<link>http://sapachon.wordpress.com/2008/08/11/convertir-de-timestamp-a-date-y-de-date-a-timestamp/</link>
		<comments>http://sapachon.wordpress.com/2008/08/11/convertir-de-timestamp-a-date-y-de-date-a-timestamp/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:15:11 +0000</pubDate>
		<dc:creator>sapachon</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Conversiones]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://sapachon.wordpress.com/?p=8</guid>
		<description><![CDATA[Date to Timestamp *&#38;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;* *&#38; Form convert_date_to_timestamp *&#38;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;* form convert_date_to_timestamp using par_date par_time par_time_zone changing par_timestamp. clear par_timestamp. CONVERT DATE par_date TIME par_time INTO TIME STAMP par_timestamp TIME ZONE par_time_zone. endform. &#8221; convert_date_to_timestamp Timestamp to Date *&#38;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;* *&#38; Form convert_timestamp_to_date *&#38;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;* form convert_timestamp_to_date using par_timestamp par_time_zone changing par_date par_time. data: lc_timestamp type timestamp. clear: par_date, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=8&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Date to Timestamp</strong></p>
<p>*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*<br />
*&amp;      Form  convert_date_to_timestamp<br />
*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*<br />
form convert_date_to_timestamp using par_date<br />
par_time<br />
par_time_zone<br />
changing par_timestamp.<br />
clear par_timestamp.<br />
CONVERT DATE par_date TIME par_time INTO<br />
TIME STAMP par_timestamp TIME ZONE par_time_zone.<br />
endform.<br />
&#8221; convert_date_to_timestamp</p>
<p><strong>Timestamp to Date</strong></p>
<p>*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*<br />
*&amp;      Form  convert_timestamp_to_date<br />
*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*</p>
<p>form convert_timestamp_to_date using par_timestamp<br />
par_time_zone<br />
changing par_date<br />
par_time.<br />
data: lc_timestamp type timestamp.<br />
clear: par_date, par_time, lc_timestamp.<br />
lc_timestamp = par_timestamp.<br />
CONVERT TIME STAMP lc_timestamp TIME ZONE par_time_zone INTO<br />
DATE par_date TIME par_time.<br />
endform.<br />
&#8221; convert_timestamp_to_date</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sapachon.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sapachon.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sapachon.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sapachon.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sapachon.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sapachon.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sapachon.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sapachon.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sapachon.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sapachon.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=8&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sapachon.wordpress.com/2008/08/11/convertir-de-timestamp-a-date-y-de-date-a-timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49f156bf979f9229077ed1a2b1085ec5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sapachon</media:title>
		</media:content>
	</item>
		<item>
		<title>Integrating ALV in the Web Dynpro for ABAP(WDA ) application</title>
		<link>http://sapachon.wordpress.com/2008/08/11/integrating-alv-in-the-web-dynpro-for-abapwda-application/</link>
		<comments>http://sapachon.wordpress.com/2008/08/11/integrating-alv-in-the-web-dynpro-for-abapwda-application/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:08:13 +0000</pubDate>
		<dc:creator>sapachon</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SDN]]></category>
		<category><![CDATA[WebDynpro ABAP]]></category>

		<guid isPermaLink="false">http://sapachon.wordpress.com/?p=4</guid>
		<description><![CDATA[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5522<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=4&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5522">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5522</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sapachon.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sapachon.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sapachon.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sapachon.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sapachon.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sapachon.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sapachon.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sapachon.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sapachon.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sapachon.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=4&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sapachon.wordpress.com/2008/08/11/integrating-alv-in-the-web-dynpro-for-abapwda-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49f156bf979f9229077ed1a2b1085ec5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sapachon</media:title>
		</media:content>
	</item>
		<item>
		<title>Programa para rellenar tablas de ejemplo SAP</title>
		<link>http://sapachon.wordpress.com/2008/02/13/programa-para-rellenar-tablas-de-ejemplo-sap/</link>
		<comments>http://sapachon.wordpress.com/2008/02/13/programa-para-rellenar-tablas-de-ejemplo-sap/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 21:29:32 +0000</pubDate>
		<dc:creator>sapachon</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[MiniSAP]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://sapachon.wordpress.com/?p=5</guid>
		<description><![CDATA[Para rellenar las tablas de ejemplo que proporciona SAP y con las que están basados buena parte de sus ejemplos, bastará con ejecutar el siguiente programa SAPBC_DATA_GENERATOR. Estas tablas gestionan un modelo de datos basado en Vuelos, tablas SPFLI, SFLIGHT, SBOOK&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=5&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para rellenar las tablas de ejemplo que proporciona SAP y con las que están basados buena parte de sus ejemplos, bastará con ejecutar el siguiente programa <b>SAPBC_DATA_GENERATOR.</b></p>
<p>Estas tablas gestionan un modelo de datos basado en Vuelos, tablas <b>SPFLI</b>, <b>SFLIGHT</b>, <b>SBOOK</b>&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sapachon.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sapachon.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sapachon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sapachon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sapachon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sapachon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sapachon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sapachon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sapachon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sapachon.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=5&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sapachon.wordpress.com/2008/02/13/programa-para-rellenar-tablas-de-ejemplo-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49f156bf979f9229077ed1a2b1085ec5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sapachon</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips básicos para trabajar con WebDynpro ABAP</title>
		<link>http://sapachon.wordpress.com/2008/02/05/tips-basicos-para-trabajar-con-webdynpro-abap/</link>
		<comments>http://sapachon.wordpress.com/2008/02/05/tips-basicos-para-trabajar-con-webdynpro-abap/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 22:14:11 +0000</pubDate>
		<dc:creator>sapachon</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SDN]]></category>
		<category><![CDATA[WebDynpro ABAP]]></category>

		<guid isPermaLink="false">http://sapachon.wordpress.com/?p=3</guid>
		<description><![CDATA[En el siguiente enlace, Practical tips for developing with ABAP WebDynpro, encontraremos un interesante artículo donde se detallan una serie de tips útiles a la hora de trabajar con WebDynpro ABAP.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=3&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>En el siguiente enlace, <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8402" title="Tips WebDynpro ABAP">Practical tips for developing with ABAP WebDynpro</a>, encontraremos un interesante artículo donde se detallan una serie de tips útiles a la hora de trabajar con <b>WebDynpro ABAP</b>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sapachon.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sapachon.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sapachon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sapachon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sapachon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sapachon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sapachon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sapachon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sapachon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sapachon.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sapachon.wordpress.com&amp;blog=2762324&amp;post=3&amp;subd=sapachon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sapachon.wordpress.com/2008/02/05/tips-basicos-para-trabajar-con-webdynpro-abap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49f156bf979f9229077ed1a2b1085ec5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sapachon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
