<?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>Techstall &#187; ABAP</title>
	<atom:link href="http://techstall.com/tag/abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://techstall.com</link>
	<description>blogs,chat,technology,articles,web 2.0</description>
	<lastBuildDate>Fri, 30 Oct 2009 06:53:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ABAP type and like</title>
		<link>http://techstall.com/abap-type-and-like/</link>
		<comments>http://techstall.com/abap-type-and-like/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:48:41 +0000</pubDate>
		<dc:creator>mark.hill</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://techstall.com/?p=205</guid>
		<description><![CDATA[What is the difference between Type and Like?

TYPE, you assign datatype directly to the data object while declaring.
LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced indirectly.
Type is a keyword used to refer to a data type whereas Like is a keyword used to copy the existing properties [...]]]></description>
		<wfw:commentRss>http://techstall.com/abap-type-and-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta data, Master data and Transaction data ?</title>
		<link>http://techstall.com/meta-data-master-data-and-transaction-data/</link>
		<comments>http://techstall.com/meta-data-master-data-and-transaction-data/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:35:08 +0000</pubDate>
		<dc:creator>mark.hill</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://techstall.com/?p=199</guid>
		<description><![CDATA[Define Meta data, Master data and Transaction data ?

Meta Data: Data that describes the structure of data or MetaObjects is called Metadata. In other words data about data is known as Meta Data. Master Data: Master data is data that remains unchanged over a long period of time. It contains information that is always needed [...]]]></description>
		<wfw:commentRss>http://techstall.com/meta-data-master-data-and-transaction-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal tables check table, value table, and transparent table?</title>
		<link>http://techstall.com/internal-tables-check-table-value-table-and-transparent-table/</link>
		<comments>http://techstall.com/internal-tables-check-table-value-table-and-transparent-table/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:33:32 +0000</pubDate>
		<dc:creator>mark.hill</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://techstall.com/?p=197</guid>
		<description><![CDATA[What are internal tables check table, value table, and transparent table? 

Internal table: It is a standard data type object, which exists only during the runtime of the program. Check table: Check table will be at field level checking. Value table: Value table will be at domain level checking ex: scarr table is check table [...]]]></description>
		<wfw:commentRss>http://techstall.com/internal-tables-check-table-value-table-and-transparent-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>step by step process to create a table in data dictionary?</title>
		<link>http://techstall.com/step-by-step-process-to-create-a-table-in-data-dictionary/</link>
		<comments>http://techstall.com/step-by-step-process-to-create-a-table-in-data-dictionary/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:36:27 +0000</pubDate>
		<dc:creator>mark.hill</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://techstall.com/?p=182</guid>
		<description><![CDATA[What is the step by step process to create a table in data dictionary? 

 1: creating domains(data type, field length, range).
 2: creating data elements(properties and type for a table field).
3: creating tables(SE11).
&#160;Mail this post


Technorati Tags: ABAP, SAP


]]></description>
		<wfw:commentRss>http://techstall.com/step-by-step-process-to-create-a-table-in-data-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does an extract statement do in the ABAP program?</title>
		<link>http://techstall.com/what-does-an-extract-statement-do-in-the-abap-program/</link>
		<comments>http://techstall.com/what-does-an-extract-statement-do-in-the-abap-program/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:34:20 +0000</pubDate>
		<dc:creator>mark.hill</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://techstall.com/?p=180</guid>
		<description><![CDATA[What does an extract statement do in the ABAP program? 
Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements: EXTRACT. When the first EXTRACT statement occurs in a program, the system creates the extract dataset and adds the first [...]]]></description>
		<wfw:commentRss>http://techstall.com/what-does-an-extract-statement-do-in-the-abap-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
