객체지향 (클래스 사용)프로그램에서 인터널 테이블 해더가 없는걸 사용하는 이유가 무엇인가요?
단순히 속도가 느려서 인가요??
답변 부탁 드리요~ ^^
댓글 1
맑은하늘
2010.08.26 01:30
독립성 때문에 그런듯 합니다.. header line 과 internal name 이름이 같아서 개별 오브젝트 구분이 되지 않아서 그런 것 같네요.
A header line is a work area whose data type is the row type of the internal table and whose name is the name of the internal table. You should not use this possibility, because then two data objects with the same name exist in the ABAP program
독립성 때문에 그런듯 합니다.. header line 과 internal name 이름이 같아서 개별 오브젝트 구분이 되지 않아서 그런 것 같네요.
A header line is a work area whose data type is the row type of the internal table and whose name is the name of the internal table. You should not use this possibility, because then two data objects with the same name exist in the ABAP program