<?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>database tables &#8211; SAP EWM Help</title>
	<atom:link href="https://www.sapewmhelp.com/question-tag/database-tables/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sapewmhelp.com</link>
	<description>SAP EWM questions answered by experts — ABAP, S/4HANA, warehouse management</description>
	<lastBuildDate>Sat, 02 Aug 2025 12:05:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>What Are Table Delivery Classes in SAP?</title>
		<link>https://www.sapewmhelp.com/question/what-are-table-delivery-classes-in-sap/</link>
					<comments>https://www.sapewmhelp.com/question/what-are-table-delivery-classes-in-sap/#respond</comments>
		
		<dc:creator><![CDATA[DPM125]]></dc:creator>
		<pubDate>Sat, 02 Aug 2025 12:05:05 +0000</pubDate>
				<guid isPermaLink="false">https://www.sapewmhelp.com/?question=what-are-table-delivery-classes-in-sap</guid>

					<description><![CDATA[Table Delivery Classes define how a table is delivered by SAP, and how data in that table is handled during client copies, upgrades, and transports. Every table in SAP must have a delivery class, and it&#8217;s set in SE11 under the Attributes tab. Why Is Delivery Class Important? It determines: Whether data in the table [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Table Delivery Classes define how a table is delivered by SAP, and how data in that table is handled during client copies, upgrades, and transports. Every table in SAP must have a delivery class, and it&#8217;s set in SE11 under the Attributes tab.</p>
<h3 data-start="316" data-end="355">Why Is Delivery Class Important?</h3>
<p>It determines:</p>
<ul>
<li>Whether data in the table is customizing, master data, or transactional</li>
<li>If and how the data is transported between systems</li>
<li>Whether the data is client-dependent or client-independent</li>
<li>How the table behaves during client copy or SAP upgrades.</li>
</ul>
<div class="_tableContainer_16hzy_1">
<div class="_tableWrapper_16hzy_14 group flex w-fit flex-col-reverse">
<table data-start="690" data-end="1697">
<thead>
<tr>
<th data-start="690" data-end="707" data-col-size="md">Delivery Class</th>
<th data-start="707" data-end="722" data-col-size="lg">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>A</strong> – Application Table (Master &amp; Transaction Data)</td>
<td>Client-dependent; used for storing application data like customers, sales, etc. Data is typically not transported.</td>
</tr>
<tr>
<td><strong>C</strong> – Customizing Table (Client-dependent)</td>
<td>Holds configuration data; client-dependent; transportable via customizing request.</td>
</tr>
<tr>
<td><strong>E</strong> – Customizing Table (Client-independent)</td>
<td>Like C, but client-independent. Must be handled carefully as changes affect all clients.</td>
</tr>
<tr>
<td><strong>L</strong> – SAP Table for storing temporary data</td>
<td>Temporary/volatile data; no transport or client copy. Example: log or buffer tables.</td>
</tr>
<tr>
<td><strong>G</strong> – Customizing Table (with text table)</td>
<td>Used with a corresponding text table; data is often language-dependent.</td>
</tr>
<tr>
<td><strong>S</strong> – System Table</td>
<td>Stores system data; client-independent; changes are rare and usually done by SAP only.</td>
</tr>
<tr>
<td><strong>W</strong> – Repository Table</td>
<td>Stores data about repository objects (e.g., table definitions); technical SAP use only.</td>
</tr>
</tbody>
</table>
<div></div>
<div class="sticky end-(--thread-content-margin) h-0 self-end select-none">
<div class="absolute end-0 flex items-end">
<h3 data-start="1704" data-end="1720">Examples:</h3>
<ul>
<li><code>KNA1</code> (Customer Master) → Delivery Class <strong>A</strong></li>
<li><code>T001</code> (Company Codes) → Delivery Class <strong>C</strong></li>
<li><code>TADIR</code> (Repository Info) → Delivery Class <strong>W</strong></li>
<li><code>T000</code> (Client Table) → Delivery Class <strong>S
<p></strong></li>
</ul>
<p><img decoding="async" class="content-img" src="https://www.sapewmhelp.com/wp-content/uploads/2025/08/delivery-class.png" /></p>
</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sapewmhelp.com/question/what-are-table-delivery-classes-in-sap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cluster vs. Pooled vs. Transparent</title>
		<link>https://www.sapewmhelp.com/question/cluster-vs-pooled-vs-transparent/</link>
					<comments>https://www.sapewmhelp.com/question/cluster-vs-pooled-vs-transparent/#respond</comments>
		
		<dc:creator><![CDATA[DPM125]]></dc:creator>
		<pubDate>Sat, 02 Aug 2025 11:36:44 +0000</pubDate>
				<guid isPermaLink="false">https://www.sapewmhelp.com/?question=cluster-vs-pooled-vs-transparent</guid>

					<description><![CDATA[Feature Transparent Table Pooled Table Cluster Table Physical Mapping 1:1 Many:1 Many:1 Data Compression No No Yes (compressed) Used For All-purpose Customizing data Related business data Supported in HANA? ✅ Yes ❌ No ❌ No &#160; Note: Pooled and Cluster tables are no longer supported in SAP HANA and S/4HANA. SAP recommends using transparent tables [&#8230;]]]></description>
										<content:encoded><![CDATA[<table data-start="1354" data-end="1890">
<thead>
<tr>
<th data-start="1354" data-end="1377" data-col-size="sm">Feature</th>
<th data-start="1377" data-end="1397" data-col-size="sm">Transparent Table</th>
<th data-start="1397" data-end="1417" data-col-size="sm">Pooled Table</th>
<th data-start="1417" data-end="1442" data-col-size="sm">Cluster Table</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Physical Mapping</strong></td>
<td>1:1</td>
<td>Many:1</td>
<td>Many:1</td>
</tr>
<tr>
<td><strong>Data Compression</strong></td>
<td>No</td>
<td>No</td>
<td>Yes (compressed)</td>
</tr>
<tr>
<td><strong>Used For</strong></td>
<td>All-purpose</td>
<td>Customizing data</td>
<td>Related business data</td>
</tr>
<tr>
<td><strong>Supported in HANA?</strong></td>
<td>✅ Yes</td>
<td>❌ No</td>
<td>❌ No</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3 data-start="1878" data-end="1890">Note:</h3>
<ul>
<li>Pooled and Cluster tables are no longer supported in SAP HANA and S/4HANA.</li>
<li>SAP recommends using transparent tables for performance and compatibility with modern databases.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sapewmhelp.com/question/cluster-vs-pooled-vs-transparent/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are pooled tables in SAP?</title>
		<link>https://www.sapewmhelp.com/question/what-are-pooled-tables-in-sap/</link>
					<comments>https://www.sapewmhelp.com/question/what-are-pooled-tables-in-sap/#respond</comments>
		
		<dc:creator><![CDATA[DPM125]]></dc:creator>
		<pubDate>Sat, 02 Aug 2025 11:29:15 +0000</pubDate>
				<guid isPermaLink="false">https://www.sapewmhelp.com/?question=what-are-pooled-tables-in-sap</guid>

					<description><![CDATA[In SAP, pooled tables are a type of database table used to store data from multiple internal tables (called logical tables) within a single physical table in the database. Pooled tables help in reducing the number of database objects and are primarily used for storing control data (like customizing settings or system-specific settings) rather than [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In SAP, pooled tables are a type of database table used to store data from multiple internal tables (called logical tables) within a single physical table in the database. Pooled tables help in reducing the number of database objects and are primarily used for storing control data (like customizing settings or system-specific settings) rather than transactional data.</p>
<p><strong>Example:</strong><br />
Suppose there are logical tables ZTABLE1, ZTABLE2, and ZTABLE3 — all are pooled tables.These are all stored together inside a single physical table, say POOLTAB.</p>
<p>When you access ZTABLE1 from within SAP, the system filters and retrieves only those records in POOLTAB that belong to ZTABLE1.</p>
<p><img decoding="async" class="content-img" src="https://www.sapewmhelp.com/wp-content/uploads/2025/08/ChatGPT-Image-Aug-2-2025-04_58_50-PM.png" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sapewmhelp.com/question/what-are-pooled-tables-in-sap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
