1. abap dictionary table, view
2. structure을 이용한 type선언 (se11에서 생성한 zstruct)
결과 => 1 (개행) Structure Abap dictionary (개행) test
3. move & move-corresponding 사용/ offset 이용한 할당
결과 ABCDEFGH
CDE
CDEF
4. 구조체의 산술연산
move-corresponding 구문을 통해 구조체 간의 필드값을 할당할 수 있는 것과 같이 구조체간 연산이 가능함!
'SAP' 카테고리의 다른 글
easy abap 08. R/3 Architecture, OPEN SQL (0) | 2025.05.07 |
---|---|
easy abap 07. constants, statics, tables (0) | 2025.05.07 |
easy abap 05.구조체 structure타입 선언 (0) | 2025.05.07 |
easy abap 04. string 함수 (0) | 2025.05.07 |
easy abap 03. string vs c (0) | 2025.05.07 |