{"id":7205,"date":"2025-07-31T21:42:00","date_gmt":"2025-07-31T16:12:00","guid":{"rendered":"https:\/\/www.sapewmhelp.com\/?question=how-to-create-a-cds-view"},"modified":"2025-07-31T21:43:11","modified_gmt":"2025-07-31T16:13:11","slug":"how-to-create-a-cds-view","status":"publish","type":"question","link":"https:\/\/www.sapewmhelp.com\/?question=how-to-create-a-cds-view","title":{"rendered":"How to Create a CDS View ?"},"content":{"rendered":"<p>Steps to create CDS view:<\/p>\n<ul>\n<li>Open Eclipse IDE (with ADT installed).<\/li>\n<li>Right-click your ABAP project \u2192 <code>New<\/code> \u2192 <code>Other<\/code> \u2192 Search for &#8220;DCL\/CDS&#8221; \u2192 Select &#8220;Data Definition&#8221;.<\/li>\n<li>Enter:\n<ul>\n<li>Name (e.g., zempView )<\/li>\n<li>Description<\/li>\n<\/ul>\n<\/li>\n<li>Select a transport request<\/li>\n<li>Click Finish.\n<div class=\"hcb_wrap\">\n<pre class=\"prism line-numbers lang-js\" data-lang=\"JavaScript\"><code>@AbapCatalog.viewEnhancementCategory: [#NONE]\r\n@AccessControl.authorizationCheck: #NOT_REQUIRED\r\n@EndUserText.label: 'view entity for employee'\r\n@Metadata.ignorePropagatedAnnotations: true\r\n@ObjectModel.usageType:{\r\nserviceQuality: #X,\r\nsizeCategory: #S,\r\ndataClass: #MIXED\r\n}\r\ndefine view entity zempView as select from zdpm_employee\r\n{\r\nkey empid as Empid,\r\nempname as Empname,\r\ndepid as Depid,\r\nsalary as Salary\r\n}<\/code><\/pre>\n<\/div>\n<\/li>\n<\/ul>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","question-category":[173],"question_tags":[178,199,209,200,177],"class_list":["post-7205","question","type-question","status-publish","hentry","question-category-cdsviews","question_tags-abap","question_tags-cds","question_tags-cds-view","question_tags-rap","question_tags-sap"],"_links":{"self":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/question\/7205","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/question"}],"about":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/types\/question"}],"author":[{"embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7205"}],"wp:attachment":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7205"}],"wp:term":[{"taxonomy":"question-category","embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fquestion-category&post=7205"},{"taxonomy":"question_tags","embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fquestion_tags&post=7205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}