* Whenever a program is started, all the global data objects of the program are created in the working memory first. Declarative ABAP statements are not components of ABAP processing blocks; instead, they are collected by the ABAP runtime system when the overall source code is generated.
이 문장을 보면 ABAP 선언문은 processing block의 구성요소가 아니기 때문에 아밥 runtime이 모은다고 되어있는데 그렇다면 다음 문장을 틀린 것인가요?
You can no longer create data objects at runtime(dynamically) since the ABAP runtime system combines all declarative statements in one processing block and executes these first.
하지만 프로세실 블록에 관한 내용만 빼면 다른 말, 그러니까 아밥 runtime system이 모든 선언문을 모아서 먼저 실행시킨다는 말은 맞는것 아닌가 궁금합니다.~
도와주세요..!!