일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- n+1
- optional
- java.lang.AssertionError
- spring
- abap value in field Data Class error
- 필터의 정의
- Validation
- MVC
- 세션vs쿠키
- 401오류
- filter vs interceptor
- 구글 보안 api 활용
- 필터vs인터셉터
- 김영한
- spring MVC
- @Controller
- springSecurityFilterChain 오류
- 쿠키의 정의
- BindingResult
- .orelseThrow
- 세션의 정의
- 쿠키란
- application-properties
- 세션이란
- 인터셉터의 정의
- 유연한 컨트롤러1 - v5
- jpa
- Testcode
- controller
- SpringMVC
- Today
- Total
목록[SAP]ABAP (52)
ABAP DUMP ERROR 24시
*&---------------------------------------------------------------------* *& Include MZKSS161_TOP - Module Pool SAPMZKSS161 *&---------------------------------------------------------------------* PROGRAM sapmzkss161 MESSAGE-ID zmckss. CLASS lcl_event_handler DEFINITION DEFERRED. *[C5SS] Payment Strucutre TABLES : zskss161 ,ztkss161, zskss162. "ztkss161 제거예정. *ALV SETTING DATA : gcl_container TYP..

결론 Q. Check Table이란? A. Check Table = FK로 지정된 Field의 부모 TABLE =일반적으로 해당 Field를 PK로 가지고 있는 부모 TABLE.(Relation 필수) Q. Value Table 이란? A. 도메인에서 입력가능한 값을 테이블로 지정할때 사용하는 TABLE.(Relation 불필요) Q. Check Table 사용이유. A. FK로 가져올때 부모 TABLE이 가지고 있는 제약 조건을 걸기 위해서 가져온다. # 흔히 DB의 fk 처럼 사용하려면 key fields/candidates 를 check 하고 카디널리티를 설정한다.

- Terminal Code user: zse0711_real $ npm install -g yo npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has b..
1> PopUp sap.ui.define([ "sap/ui/core/mvc/Controller", "sap/ui/core/Fragment" ], /** * @param {typeof sap.ui.core.mvc.Controller} Controller */ function (Controller, Fragment) { "use strict"; return Controller.extend("Train.zse0706.controller.View1", { onInit: function () { }, onMain: function () { let oInpMain = this.getView().byId("inpMain"); let oInpFrag = this.getView().byId( Fragment.create..