<?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; procedure</title>
	<atom:link href="http://www.blog.techsplice.com/archives/tag/procedure/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>Get a list of all transactino in SAP.</title>
		<link>http://www.blog.techsplice.com/archives/18</link>
		<comments>http://www.blog.techsplice.com/archives/18#comments</comments>
		<pubDate>Fri, 23 Nov 2007 13:57:02 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[SAP/ABAP]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[transaction]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=18</guid>
		<description><![CDATA[Transactions, transactions, transactions. One of many things that make programming in SAP so much more complicated. Quite often I find my self in a situation when I need to do a particular task and have no idea which transaction to use. Trivially one could ask a fellow co worker who&#8217;ve worked with sap for over [...]]]></description>
			<content:encoded><![CDATA[<p>Transactions, transactions, transactions. One of many things that make programming in SAP so much more complicated. Quite often I find my self in a situation when I need to do a particular task and have no idea which transaction to use. Trivially one could ask a fellow co worker who&#8217;ve worked with sap for over ten years, but what do you do when you are all alone in the office and there&#8217;s no one to ask?</p>
<p>Don&#8217;t frown you can find the right transaction by referencing the SAP itself, and here&#8217;s how:</p>
<ol>
<li>Use transaction SE11 [Abap Dictionary - or in other words a list to tables in SAP].  If you don&#8217;t have permissions to use SE11 try SE16 which is a watered down version of Abap Dictionary.</li>
<li>Look up one of the following tables:
<ol>
<li>TSTC &#8211; transaction codes.</li>
<li>TSTCT &#8211; transaction codes with descriptions.</li>
</ol>
</li>
<li>Set the maximum number of records to 99,999 and the width to 500.  There&#8217;s quite a few transactions to go through [50K+].</li>
<li>Finally you can export the data to a separate file[xml/txt/xls formats] using the Edit &gt;&gt; Download function.</li>
</ol>
<p>After all of that is that you can use your favourite editing tool to find a particular transaction, look at the descriptions and try not to get overwhelmed.</p>
<p>PS: Make sure you pick the language that applies to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

