본문 바로가기

NEW_SAP/RAP

(10)
[WIP]Deployement 최초 작성일: 25.08.11최종 작성일: 25.08.11 1절 full stack reployment recapcreate Data Dictionay - table RAP Framework create core data service using RAP, adding other funtionality cds leads to BO - Behavior.ODATA - interface, accessing to Data base, also create, read, update, delete data -> service bindingCRUD UI - fiori element we need to service connected to front end and back end using odata service. (..
[WIP]Deployment to SAP S4 HANA using VCS 최초 작성일 : 25.08.07최종 작성일 : 25.08.07 ICF note -> manually activated(by default, it's deactivated, so in order to activate the service, you have to activate the service as below )whole component by using sap ui5 model. SAP Fiori Design System1)framework & tech : sap fiori elements2)component library : sap ui5 modules, web components, building blocks 3) guide lines : sap fiori design guide..
[WIP]RAP 스터디 (1) 1. Introduction1.1 What is the ABAP Restful Application Programming Model?which existing ABAP tech are reflected in the abap RAP model and how they influence the programming model.what is RAP?the essential features of the RAPthe RAP architectural style that serves as the basis for the programming model1.1.1 the purpose of the programming modelthe programming model includes 1) data model 2) opera..
[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..