<?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>extended cds view &#8211; SAP EWM Help</title>
	<atom:link href="https://www.sapewmhelp.com/question-tag/extended-cds-view/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>Thu, 07 Aug 2025 08:26:21 +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>Extend an existing CDS view</title>
		<link>https://www.sapewmhelp.com/question/extend-an-existing-cds-view/</link>
					<comments>https://www.sapewmhelp.com/question/extend-an-existing-cds-view/#respond</comments>
		
		<dc:creator><![CDATA[DPM125]]></dc:creator>
		<pubDate>Thu, 07 Aug 2025 08:26:21 +0000</pubDate>
				<guid isPermaLink="false">https://www.sapewmhelp.com/?question=extend-an-existing-cds-view</guid>

					<description><![CDATA[Identify the Type of CDS View You Want to Extend There are different layers in RAP: Interface View (I_) Consumption/Projection View (C_ or ZC_) Data Definition View (Z_) Usually, you extend interface or projection views. Use the EXTEND VIEW Statement You can extend a CDS view using the EXTEND VIEW ABAP statement. extend view ZI_YOUR_ORIGINAL_VIEW [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Identify the Type of CDS View You Want to Extend</strong></p>
<p>There are different layers in RAP:</p>
<ul>
<li>Interface View (I_)</li>
<li>Consumption/Projection View (C_ or ZC_)</li>
<li>Data Definition View (Z_)</li>
</ul>
<p>Usually, you extend interface or projection views.</p>
<p><strong>Use the <code>EXTEND VIEW</code> Statement</strong></p>
<p>You can extend a CDS view using the <code>EXTEND VIEW</code> ABAP statement.</p>
<p>extend view ZI_YOUR_ORIGINAL_VIEW with ZI_YOUR_VIEW_EXTENSION {<br />
key YOUR_FIELD_1,<br />
YOUR_FIELD_2<br />
}</p>
</p>
<p><code>ZI_YOUR_ORIGINAL_VIEW</code> is the CDS view you&#8217;re extending.<br /><code>YOUR_FIELD_1</code>, <code>YOUR_FIELD_2</code> must be available in the underlying base table/view or added via association.</p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sapewmhelp.com/question/extend-an-existing-cds-view/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
