<?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>ABAP Tutorials &#187; programs</title>
	<atom:link href="http://www.abap-tutorials.com/tag/programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abap-tutorials.com</link>
	<description>ABAP Tutorials, Guides, Training, Manuals</description>
	<lastBuildDate>Thu, 17 Nov 2011 07:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>ABAP Programs for Beginners</title>
		<link>http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/</link>
		<comments>http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/#comments</comments>
		<pubDate>Fri, 07 May 2010 07:11:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[DDIC]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Function Modules]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[Selection-Screen]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ABAP codes]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[samples]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1597</guid>
		<description><![CDATA[The code book contain the beginners level programs for new ABAPers. The book covers almost every basic aspect that a programer in this domain should know.   Some of the programs that the book covers are: How to define types and data objects A Few Simple Examples Working with database tables and internal tables Designing a report Three [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The code book contain the beginners level programs for new ABAPers. The book covers almost every basic aspect that a programer in this domain should know.</p>
<p style="text-align: justify;"> </p>
<div style="width: 100%; float: left;">
<p style="text-align: justify;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/05/code_book.jpg"><img class="aligncenter size-full wp-image-1600" title="Code Book" src="http://www.abap-tutorials.com/wp-content/uploads/2010/05/code_book.jpg" alt="Code Book" width="122" height="144" /></a></p>
</div>
<p style="text-align: justify;"><span id="more-1597"></span></p>
<p style="text-align: justify;">Some of the programs that the book covers are:</p>
<ul style="text-align: justify;">
<li>How to define types and data objects</li>
<li>A Few Simple Examples</li>
<li>Working with database tables and internal tables</li>
<li>Designing a report</li>
<li>Three approaches to define data objects</li>
<li>Complex Non-Elementary Types and Data Objects</li>
<li>Type-Specific Output Options</li>
<li>External flow of control (events)</li>
<li>Using internal tables as snapshots of database tables</li>
<li>Working with get events</li>
<li>Dynamic sort command with several sort criteria</li>
<li>Working with Field Symbols</li>
<li>Transferring data to a file</li>
<li>Reading data from a file</li>
</ul>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Download Link: <a href="http://www.abap-tutorials.com/wp-content/uploads/2010/05/abapcodebook.pdf">ABAP Code Book</a></p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2009/07/15/my-inactive-programs/' rel='bookmark' title='ABAP Program to show My Inactive Programs'>ABAP Program to show My Inactive Programs</a></li>
<li><a href='http://www.abap-tutorials.com/2009/11/19/logical-database-in-sap-a-must-for-abap-hr-programmer/' rel='bookmark' title='Logical Database in SAP &#8211; a must for ABAP HR programmer'>Logical Database in SAP &#8211; a must for ABAP HR programmer</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/25/list-of-programs-without-t-codes/' rel='bookmark' title='ABAP Program to List Programs without T-Codes'>ABAP Program to List Programs without T-Codes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve Deleted Programs in SAP</title>
		<link>http://www.abap-tutorials.com/2009/08/07/retrieve-deleted-programs/</link>
		<comments>http://www.abap-tutorials.com/2009/08/07/retrieve-deleted-programs/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:18:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[DDIC]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://naveenvishal.wordpress.com/?p=597</guid>
		<description><![CDATA[SAP has a limited provision for retrieving deleted programs. Let us have a look into the steps for the retrieval.   OPTION 1: 1. Check in table VRSD if there is an entry with OBJTYPE = &#8216;REPS&#8217; and OBJNAME = name of the deleted program.   2. If yes, then create a new program in [...]]]></description>
			<content:encoded><![CDATA[<p>SAP has a limited provision for retrieving deleted programs. Let us have a look into the steps for the retrieval.</p>
<p> </p>
<p><span id="more-597"></span></p>
<p><span style="color:#339966;"><strong>OPTION 1:</strong></span></p>
<p>1. Check in table VRSD if there is an entry with OBJTYPE = &#8216;REPS&#8217; and OBJNAME = name of the deleted program.</p>
<p> </p>
<div id="attachment_598" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-598" title="Retrieve Deleted Programs" src="http://naveenvishal.files.wordpress.com/2009/08/retrieve_del_prgms.jpg" alt="Retrieve Deleted Programs" width="450" height="326" /><p class="wp-caption-text">Retrieve Deleted Programs</p></div>
<p>2. If yes, then create a new program in SE80 / SE38 with the exact same name as the deleted one.<br />
3. Click on Utilities &#8211; &gt; Version &#8211; &gt; Version Management.<br />
4. Click on the earlier version of your program and click display.<br />
Your earlier program will get displayed, just copy &#8211; paste to the existing program.<br />
 </p>
<p> </p>
<p> </p>
<p> </p>
<p><strong><span style="color:#339966;">OPTION 2:</span></strong></p>
<p>You can check with TRDIR table. If your program is there then basis guys can get that, if not then no chance to get it.</p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2009/07/25/list-of-programs-without-t-codes/' rel='bookmark' title='ABAP Program to List Programs without T-Codes'>ABAP Program to List Programs without T-Codes</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/16/assigncreate-authorization-group-for-a-table/' rel='bookmark' title='Assign/Create Authorization Group for a Table in SAP'>Assign/Create Authorization Group for a Table in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/11/find-my-words/' rel='bookmark' title='ABAP Program to search specific words(string) in SAP Programs'>ABAP Program to search specific words(string) in SAP Programs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2009/08/07/retrieve-deleted-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAPlink &#8211; Share your developments</title>
		<link>http://www.abap-tutorials.com/2009/07/20/saplink-share-your-developments/</link>
		<comments>http://www.abap-tutorials.com/2009/07/20/saplink-share-your-developments/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 10:53:29 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Upload Download]]></category>
		<category><![CDATA[.nugg]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[nugget]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[SAPlink]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://naveenvishal.wordpress.com/?p=304</guid>
		<description><![CDATA[SAPlink is an open source project that aims to make it easier to share ABAP developments between programmers. It provides the ability to easily distribute and package custom objects. As the tag line says, ABAPers can share their expertise through codes, by sharing there codes with the other programmers. Using this tool the code is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://saplink.org"><img src="http://weblogs.sdn.sap.com/weblogs/images/10131/saplink_logo_small.JPG" border="0" alt="http://SAPlink.org" width="93" height="46" /></a></p>
<div id="psum"><a id="project_summary_link" style="color:#000;text-decoration:none;" href="http://naveenvishal.wordpress.com/p/saplink/"><em>SAPlink is an open source project that aims to make it easier to share ABAP developments between programmers. It provides the ability to easily distribute and package custom objects.</em></a></div>
<div>As the tag line says, ABAPers can share their expertise through codes, by sharing there codes with the other programmers. Using this tool the code is exported in .nugg (Nugget) format, which can be easily zipped and shared. At the other end, it can be downloaded into SAPlink again.</div>
<div><span id="more-304"></span></div>
<div><strong>   Project Links</strong></div>
<div>
<li><a rel="nofollow" href="http://saplink.org/" target="_top">SAPlink.org</a> &#8211; project home page</li>
<li><a rel="nofollow" href="http://groups.google.com/group/saplink/" target="_top">SAPlink discussion group</a></li>
</div>
<h3><a name="SAPlink-DownloadLinks"></a>Download Links</h3>
<ul>
<li><a rel="nofollow" href="http://code.google.com/p/saplink/downloads/list" target="_top">Download Current Version</a></li>
<li><a rel="nofollow" href="http://code.google.com/p/saplink/wiki/pluginList" target="_top">Download Plugins</a></li>
</ul>
<div>
<h3><a name="SAPlink-CurrentProjectsusingSAPlink"></a>Current Projects using SAPlink</h3>
<ul>
<li><a rel="nofollow" href="http://code.google.com/hosting/search?q=label:SAPlink" target="_top">Google Code Projects</a></li>
</ul>
<h3><a name="SAPlink-SDNSAPlinkBlogs"></a>  SDN SAPlink Blogs</h3>
<ul>
<li><a rel="nofollow" href="http://feeds.feedburner.com/~r/ewherrmann/~3/24415682/2653" target="_top">The Enterprise and the Bazaar</a> by ewH</li>
<li><a rel="nofollow" href="http://feeds.feedburner.com/~r/ewherrmann/~3/24415679/4476" target="_top">The Power, Agility, and Speed of a Community</a> by ewH</li>
<li><a rel="nofollow" href="http://feeds.feedburner.com/~r/danmcweeneySDN/~3/24946101/4501" target="_top">SAPlink One Week, One New Version &#8211; UPDATE</a> by dan</li>
<li><a rel="nofollow" href="https://weblogs.sdn.sap.com/pub/wlg/4494" target="_top">SAPLink and my first real community project</a> by Thomas Jung</li>
<li><a rel="nofollow" href="https://weblogs.sdn.sap.com/pub/wlg/4474" target="_top">Open source and SDN community development take-off during SAPTechEd&#8217;06 &#8230;</a> by Leonardo De Araujo</li>
<li><a rel="nofollow" href="https://weblogs.sdn.sap.com/pub/wlg/4487" target="_top">Show me your .slnk and I will show you mine (1of2)</a> by quack</li>
<li><a rel="nofollow" href="https://weblogs.sdn.sap.com/pub/wlg/4561" target="_top">Show me your .slnk and I will show you mine (2of2)</a> by quack</li>
<li><a rel="nofollow" href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5774" target="_top">Welcome Zake</a> by dan</li>
<li><a rel="nofollow" href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6039" target="_top">SAPlink Hits 1K Download Mark</a>by Rich Heilman</li>
<li><a rel="nofollow" href="https://sdn.sap.com/irj/sdn/advancedsearch?QueryString=saplink&amp;SearchPluginName=sdn_weblog&amp;SelectedCustomProps=resourcetype(value=sdn_weblog)" target="_top">All SAPlink blogs</a></li>
</ul>
<p> </p></div>
<div> More infomation on SAPlink can be found at <a href="https://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink">https://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink</a></div>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2009/10/20/downloading-pf-statusgui-status-in-sap/' rel='bookmark' title='Downloading PF-Status(GUI Status) in SAP'>Downloading PF-Status(GUI Status) in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/20/download-your-sap-work-ii/' rel='bookmark' title='Download your SAP work II'>Download your SAP work II</a></li>
<li><a href='http://www.abap-tutorials.com/2010/03/26/visual-basic-calling-sap-using-bapi-calls/' rel='bookmark' title='Visual Basic Calling SAP &#8211; using BAPI Calls'>Visual Basic Calling SAP &#8211; using BAPI Calls</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2009/07/20/saplink-share-your-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP Program to Download your SAP work I</title>
		<link>http://www.abap-tutorials.com/2009/07/09/download-your-sap-work-i/</link>
		<comments>http://www.abap-tutorials.com/2009/07/09/download-your-sap-work-i/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 09:47:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[Upload Download]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[screens]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://naveenvishal.wordpress.com/?p=34</guid>
		<description><![CDATA[You might also be interested in these posts:Download your SAP work II ABAP HR program to download Employee data ABAP Program for Table Maintenance in SAP]]></description>
			<content:encoded><![CDATA[You might also be interested in these posts:Download your SAP work II ABAP HR program to download Employee data ABAP Program for Table Maintenance in SAP]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2009/07/09/download-your-sap-work-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

