<?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/"
	>

<channel>
	<title>Max Titov IV @ TechSplice &#187; program</title>
	<atom:link href="http://www.blog.techsplice.com/archives/tag/program/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<lastBuildDate>Tue, 20 Dec 2011 18:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SAP: logging table changes</title>
		<link>http://www.blog.techsplice.com/archives/347</link>
		<comments>http://www.blog.techsplice.com/archives/347#comments</comments>
		<pubDate>Wed, 17 Nov 2010 15:40:19 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[loging]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=347</guid>
		<description><![CDATA[When a table is configured there is an option to log the changes that are done to the information. You can then check who mad the changes and when the change took place by running report RSVTPROT.]]></description>
			<content:encoded><![CDATA[<p>When a table is configured there is an option to log the changes that are done to the information.</p>
<p><a href="http://www.blog.techsplice.com/wp-content/uploads/2010/11/screen_shot_00000459.jpg"><img class="size-full wp-image-348 alignnone" title="screen_shot_00000459" src="http://www.blog.techsplice.com/wp-content/uploads/2010/11/screen_shot_00000459.jpg" alt="" width="453" height="200" /></a></p>
<p>You can then check who mad the changes and when the change took place by running report RSVTPROT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/347/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: Check the Passwords of Standard Users in All Clients</title>
		<link>http://www.blog.techsplice.com/archives/302</link>
		<comments>http://www.blog.techsplice.com/archives/302#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:22:57 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/archives/302</guid>
		<description><![CDATA[A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.]]></description>
			<content:encoded><![CDATA[<p>A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/302/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP: transporting program variants</title>
		<link>http://www.blog.techsplice.com/archives/283</link>
		<comments>http://www.blog.techsplice.com/archives/283#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:59:56 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[transports]]></category>
		<category><![CDATA[variant]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=283</guid>
		<description><![CDATA[If you have a variant that you want to transport across the system try running program &#8216;RSTRANSP&#8217;.]]></description>
			<content:encoded><![CDATA[<p>If you have a variant that you want to transport across the system try running program &#8216;RSTRANSP&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/283/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World [ABAP]</title>
		<link>http://www.blog.techsplice.com/archives/8</link>
		<comments>http://www.blog.techsplice.com/archives/8#comments</comments>
		<pubDate>Wed, 22 Aug 2007 00:58:44 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=8</guid>
		<description><![CDATA[One of the first and most well known attempts to tackle any programming language is to write a &#8216;Hello World&#8217; application. Lets begin by creating a new program Z_HELLO_WORLD. Note: use transaction SE38 to gain access to ABAP editor.  Every program written in ABAP has to begin with a specific line: REPORT &#60;PROGRAM NAME&#62;. REPORT [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first and most well known attempts to tackle any programming language is to write a &#8216;Hello World&#8217; application.   Lets begin by creating a new program Z_HELLO_WORLD.</p>
<p><em>Note: use transaction <strong>SE38</strong> to gain access to ABAP editor.  </em></p>
<p>Every program written in ABAP has to begin with a specific line:</p>
<p><strong>REPORT &lt;PROGRAM NAME&gt;.</strong></p>
<blockquote><p> REPORT Z_HELLO_WORLD.</p></blockquote>
<p>Notice that ABAP has its own particular syntax.  Every statement must be concluded with a period, just like in Java you would use a semicolon.</p>
<p>To finish off our program we will use a write command.</p>
<p><strong>WRITE &lt;format&gt; &lt;field&gt; &lt;options&gt;</strong></p>
<p><strong>&lt;format&gt;    </strong>output format specifications. The &#8216;/&#8217; symbol signifies the new line symbol.<br />
<strong>&lt;field&gt;    </strong>can be data variables, text literals, or numbered text.<br />
<strong>&lt;options&gt;    </strong>specify a number of formatting options.</p>
<blockquote><p>WRITE / &#8216;Hello World&#8217;.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.682 seconds -->

