- eclipse plugin
- ionic
- cloud foundry
- springboot
- JavaScript
- blue-green
- TypeScript
- ionic3
- raspbian
- BTP Deployment
- Capire
- Windows Service
- BTP 배포
- raspberry pi
- angularJS
- sap
- HANA Cloud
- Business Application Studio
- HANA DB
- ChatGPT
- 구글맵 예제
- 윈도우 서비스
- ionic native
- Devian
- sapui5
- BTP
- cf push
- tomcat
- SAP BTP
- CAP Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- Today
- Total
목록sap (2)
Ryan's Log

이 글은 SAP BTP의 BAS를 사용하여 CAP Java Application으로 CDS를 통해 OData를 구현하고 이를 MTA로 배포 합니다. 이게 대체 머선 말이고... SAP BTP : Business Technology Platform --> SAP Cloud Platform BAS : Business Application Studio. --> IDE CAP : Cloud Application Programming Model --> https://cap.cloud.sap/docs/ CDS : Core Data Service MTA : Multi-target Application --> https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4..
UI5 Exam #1 - Simple List (Editable) 편집이 가능한 간단 리스트 (Simple List Editable) UI5는 Debug 모드로 동작할 예정이므로 -dbg.js 파일로 작성한다. SimpleList-dbg.js sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control'], function($, BaseObject){ 'use strict'; var SimpleList = BaseObject.extend('ext.SimpleList', { metadata: { defaultAggregation: "rows", aggregations: { rows : {type : "sap.ui.core.Control", multiple : tru..