[SAP ABAP] TABLES

🌼JOYGARDEN·2025년 1월 19일
0

SAP ABAP

목록 보기
11/19

TABLES 구문 ❓

: TABLES 구문을 사용하여 ABAP Dictionary Table, View, Structure를 선언하게 되면 ABAP Dictionary 타입과 같은 Data object를 생성하게 된다. 이것을 Table Work Area라고 부르며 프로그램 내에서 구조체처럼 사용할 수 있다.

TABLES: <dbtab>.

TABLES: scarr.

SELECT * FROM scarr.
	WRITE: / scarr-carrid, scarr-carrname.
profile
블로그 내용은 Easy ABAP과 SAP에서 교육용으로 제공하는 자료를 참고하였습니다.

0개의 댓글