<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ABAP log</title>
	<atom:link href="http://abaplog.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://abaplog.wordpress.com</link>
	<description>All things technical in SAP R/3, SAP APO and ABAP.</description>
	<lastBuildDate>Thu, 04 Jun 2009 01:57:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple ABAP macro to calculate the last day of month. by abaplog</title>
		<link>http://abaplog.wordpress.com/2007/01/24/simple-abap-macro-to-calculate-the-last-day-of-month/#comment-1021</link>
		<dc:creator>abaplog</dc:creator>
		<pubDate>Thu, 04 Jun 2009 01:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/2007/01/24/simple-abap-macro-to-calculate-the-last-day-of-month/#comment-1021</guid>
		<description>MikKi, the very first line in the macro is to move the current day to the 1st of the month. So it will move from 0131 to 0101, then to 0201, then back to 0131. Try it yourself!</description>
		<content:encoded><![CDATA[<p>MikKi, the very first line in the macro is to move the current day to the 1st of the month. So it will move from 0131 to 0101, then to 0201, then back to 0131. Try it yourself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ABAP macro to calculate the last day of month. by MikKi</title>
		<link>http://abaplog.wordpress.com/2007/01/24/simple-abap-macro-to-calculate-the-last-day-of-month/#comment-1020</link>
		<dc:creator>MikKi</dc:creator>
		<pubDate>Mon, 25 May 2009 12:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/2007/01/24/simple-abap-macro-to-calculate-the-last-day-of-month/#comment-1020</guid>
		<description>Hi!

This tip won&#039;t always work correctly.
Let&#039;s assume sy-datum = &#039;20090131&#039;. In this case incrementing the date with 31 days would result in &#039;20090303&#039; which will eventually result in &#039;20090228&#039; as the last day of January. This is obviously incorrect.

MikKi</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>This tip won&#8217;t always work correctly.<br />
Let&#8217;s assume sy-datum = &#8216;20090131&#8242;. In this case incrementing the date with 31 days would result in &#8216;20090303&#8242; which will eventually result in &#8216;20090228&#8242; as the last day of January. This is obviously incorrect.</p>
<p>MikKi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading a comma delimited file in ABAP (aka CSV file). by abaplog</title>
		<link>http://abaplog.wordpress.com/2007/08/15/reading-a-comma-delimited-file-in-abap-aka-csv-file/#comment-997</link>
		<dc:creator>abaplog</dc:creator>
		<pubDate>Wed, 07 Jan 2009 19:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/2007/08/15/reading-a-comma-delimited-file-in-abap-aka-csv-file/#comment-997</guid>
		<description>Field symbols are used because we do not know how many fields are in the target structure.</description>
		<content:encoded><![CDATA[<p>Field symbols are used because we do not know how many fields are in the target structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading a comma delimited file in ABAP (aka CSV file). by dale haverkamp</title>
		<link>http://abaplog.wordpress.com/2007/08/15/reading-a-comma-delimited-file-in-abap-aka-csv-file/#comment-996</link>
		<dc:creator>dale haverkamp</dc:creator>
		<pubDate>Mon, 22 Dec 2008 19:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/2007/08/15/reading-a-comma-delimited-file-in-abap-aka-csv-file/#comment-996</guid>
		<description>Hello,

Why is field symbols mentioned.

What is the logic required for where ??????????  for this code. Please see my question marks.
        assign component m_column of structure po_ssheet to ?????????? .
        if sy-subrc = 0.
          ??????? = m_cell.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Why is field symbols mentioned.</p>
<p>What is the logic required for where ??????????  for this code. Please see my question marks.<br />
        assign component m_column of structure po_ssheet to ?????????? .<br />
        if sy-subrc = 0.<br />
          ??????? = m_cell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP NetWeaver in the comfort of your home by entmike</title>
		<link>http://abaplog.wordpress.com/2008/11/03/sap-netweaver-at-home/#comment-989</link>
		<dc:creator>entmike</dc:creator>
		<pubDate>Thu, 20 Nov 2008 02:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/?p=67#comment-989</guid>
		<description>abaplog,

I&#039;ve posted a very lazy how-to at my blog ( http://entmike.com/?p=19 ).  It has a link referring to the ABAP Netweaver 7.01 trial.  Drop me a comment/question if you need any help or have questions, will be glad to answer them.  Also the version I am using is ABAP only, and reading back over your post makes it sound like you are more interested in the Java stack, which may not be very much help.  Either way, let me know if I can help in any way.</description>
		<content:encoded><![CDATA[<p>abaplog,</p>
<p>I&#8217;ve posted a very lazy how-to at my blog ( <a href="http://entmike.com/?p=19" rel="nofollow">http://entmike.com/?p=19</a> ).  It has a link referring to the ABAP Netweaver 7.01 trial.  Drop me a comment/question if you need any help or have questions, will be glad to answer them.  Also the version I am using is ABAP only, and reading back over your post makes it sound like you are more interested in the Java stack, which may not be very much help.  Either way, let me know if I can help in any way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP NetWeaver in the comfort of your home by abaplog</title>
		<link>http://abaplog.wordpress.com/2008/11/03/sap-netweaver-at-home/#comment-988</link>
		<dc:creator>abaplog</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/?p=67#comment-988</guid>
		<description>Hi Mike,

That would be great! The reasons I did not want to try it are:

- Officially you either need Win2003 or real SUSE Linux. Those are available as trials, of course. Using non-approved version like OpenSUSE or, worse Ubuntu, would be more difficult. I was on Linux for pretty long time and know what effort is involved to get it running as you need.

- I&#039;d need to repartition my hard drive. I&#039;m not sure if external drive (and booting from it) would work well.

- Instructions that I found on SDN were very fuzzy about Java runtime that you need. First, you need a special one from IBM. Then, there was some confusion I think that JRE was for 64-bit only and then there were some other tricks mentioned regarding JRE. It seemed to me that you are never sure if it&#039;s going to work in the end.

- And finally, the main point of VM-based trial is simplicity. You get it in a couple of hours, not days. Guaranteed.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>That would be great! The reasons I did not want to try it are:</p>
<p>- Officially you either need Win2003 or real SUSE Linux. Those are available as trials, of course. Using non-approved version like OpenSUSE or, worse Ubuntu, would be more difficult. I was on Linux for pretty long time and know what effort is involved to get it running as you need.</p>
<p>- I&#8217;d need to repartition my hard drive. I&#8217;m not sure if external drive (and booting from it) would work well.</p>
<p>- Instructions that I found on SDN were very fuzzy about Java runtime that you need. First, you need a special one from IBM. Then, there was some confusion I think that JRE was for 64-bit only and then there were some other tricks mentioned regarding JRE. It seemed to me that you are never sure if it&#8217;s going to work in the end.</p>
<p>- And finally, the main point of VM-based trial is simplicity. You get it in a couple of hours, not days. Guaranteed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP NetWeaver in the comfort of your home by entmike</title>
		<link>http://abaplog.wordpress.com/2008/11/03/sap-netweaver-at-home/#comment-987</link>
		<dc:creator>entmike</dc:creator>
		<pubDate>Mon, 17 Nov 2008 15:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/?p=67#comment-987</guid>
		<description>For what it&#039;s worth, there is also a non-VMWare version.  It comes with the basic components and I&#039;ve had no problems tweaking settings, adding work processes, and even getting TMS working!  :)  I&#039;m in the process of documenting step-by-step on my website on how to tweak the system from start to finish since I decided to start from scratch again, but figured it would be helpful for those without a SAP Basis background so they can get a fully functional system going.</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, there is also a non-VMWare version.  It comes with the basic components and I&#8217;ve had no problems tweaking settings, adding work processes, and even getting TMS working!  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;m in the process of documenting step-by-step on my website on how to tweak the system from start to finish since I decided to start from scratch again, but figured it would be helpful for those without a SAP Basis background so they can get a fully functional system going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP NetWeaver in the comfort of your home by abaplog</title>
		<link>http://abaplog.wordpress.com/2008/11/03/sap-netweaver-at-home/#comment-986</link>
		<dc:creator>abaplog</dc:creator>
		<pubDate>Sat, 08 Nov 2008 01:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/?p=67#comment-986</guid>
		<description>The trial is initially for 90 days. They say that some components work only during first 30 days, but offer no details on this. I assume that you can renew the trial license, or get a new one through another SDN account (created with another e-mail).</description>
		<content:encoded><![CDATA[<p>The trial is initially for 90 days. They say that some components work only during first 30 days, but offer no details on this. I assume that you can renew the trial license, or get a new one through another SDN account (created with another e-mail).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP NetWeaver in the comfort of your home by Nate</title>
		<link>http://abaplog.wordpress.com/2008/11/03/sap-netweaver-at-home/#comment-985</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Mon, 03 Nov 2008 20:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/?p=67#comment-985</guid>
		<description>Just a quick question and apologies if I missed this, but how long does the trial version last?  30, 60, etc?</description>
		<content:encoded><![CDATA[<p>Just a quick question and apologies if I missed this, but how long does the trial version last?  30, 60, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secure SAP? by PC</title>
		<link>http://abaplog.wordpress.com/2007/05/07/secure-sap/#comment-975</link>
		<dc:creator>PC</dc:creator>
		<pubDate>Mon, 11 Aug 2008 07:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://abaplog.wordpress.com/2007/05/07/secure-sap/#comment-975</guid>
		<description>From experience there is a relatively simple act of sabotage that can be done without any ABAP knowledge at all.  If this is done at the correct time (e.g. end of month runs/end of year runs) it can be more than annoying.  Most auditors look at making sure the DDIC default password has been changed, but forget that it is so easy to lock up the account and deny service to the many background jobs that rely on this account running.  It is simple, just put in the wrong password to DDIC enough times at the end of the day and see what happens to the overnight processes that use it :)</description>
		<content:encoded><![CDATA[<p>From experience there is a relatively simple act of sabotage that can be done without any ABAP knowledge at all.  If this is done at the correct time (e.g. end of month runs/end of year runs) it can be more than annoying.  Most auditors look at making sure the DDIC default password has been changed, but forget that it is so easy to lock up the account and deny service to the many background jobs that rely on this account running.  It is simple, just put in the wrong password to DDIC enough times at the end of the day and see what happens to the overnight processes that use it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
