본문 바로가기

NEW_SAP/RAP

(7)
[WIP]Data Definition @AccessControl.authorizationCheck: #NOT_REQUIRED@EndUserText.label: 'Product'@Metadata.ignorePropagatedAnnotations: truedefine root view entity ZI_Product as select from ZPRODUCTcomposition of target_data_source_name as _association_name{ key product as Product, product_type as ProductType, authorization_group as AuthorizationGroup, creation_date_time as CreationDateTime, _associa..
RAP란? https://www.linkedin.com/pulse/sap-rap-marek-bor-isodf/?trackingId=Z55bJLJdREeSooRIxKfj8Q%3D%3D
BTP Cockpit - Destination 최초 작성일: 2025-03-17최종 작성일: 2025-03-17  🔹 Destination 서비스의 역할프록시(Proxy) 역할 수행예를 들어, A.COM이 B.COM을 호출해야 하는 경우, A.COM이 B.COM을 직접 호출하는 것이 아니라, SAP BTP의 Destination 서비스를 통해 B.COM에 접근합니다.즉, B.COM을 Destination으로 등록하면 BTP가 마치 **중간자 역할(Proxy 역할)**을 하여 A.COM이 B.COM과 직접 연결되는 것처럼 동작합니다.이렇게 하면 A.COM에서는 B.COM의 URL을 몰라도 되고, 대신 BTP에 등록된 이름만 사용하면 됩니다.크로스 사이트(Cross-Site) 문제 해결보통 웹 브라우저 환경에서는 CORS(Cross-Origin Res..
[WIP]What is the ABAP RESTful Application Programming Model? 1.1 what is the ABAP RESTful Application Programming Model?what a programming model.the essential features of the ABAP RESTful application  programming modelthe RESTFUL architectural style that serves as the basis for the programming model.the role of OData in the context of the programming model. 1.1.1 the purpose of the programmingmodela new way to develop enterprise applications on the ABAP p..
[WIP]Chapter 1 Modeling Your First CDS View 최초 작성일 : 2024-11-12최종 작성일 : 목표: CDS 뷰 이해하기 1.1 -> looking at the design of the data model of your application.1.2 ->based on the model of the database tables, we then run through the individual, practically executale stepsfor creating and changing CDS views.you'll also learn how to use CDS views as basic building blocks for defining other CDS views as well as learn how to use CDS views ad data s..
[Core Data Service for ABAP] Index 1. Modeling Your First CDS View1.1 Define the Data Model of the Application1.2 Implement the Data Model of the Application1.2.1 Create Database Tables1.2.2 Create a CDS View1.2.3 Edit a CDS View1.2.4 Create a Hierarchy of CDS Views1.3 Summary 2. Fundamentals of CDS Data Modeling2.1 Overview of CDS Models2.2 Overview of CDS View Syntax2.3 Key Fields2.4 Cast Operations2.5 Typed Literals2.6 Case St..
theoretical ABAP RESTful Application Programming Model tutorial. https://developers.sap.com/tutorials/abap-environment-restful-programming-model.html