현재 서티준비를 하고 있는데요. 다음문제가 무척 헷갈리네요.
which statements are allowed if you are working with an internal table of the type SORTED? (M)
A. SORT
B. APPEND
C. MODIFY
D. COLLECT
E. READ
위의 문제에서 sorted 테이블에서 APPEND 구문이 사용가능한지 궁금합니다. 개인적으로는 가능하다고 보는데
다음의 내용이 좀 헷갈리게하네요..즉. APPEND 구문이 STANDARD TABLES에서만 사용된다는 내용이....
APPEND (append the contents of a structure to an internal table. This operation can only be used with standard tables.)
abap 교재에 따르면 sorted 테이블에서 APPEND가 아예 불가능한건 아니라고 합니다.
append 할 데이터가 현재 sorted 테이블에 맨 마지막에 들어갈 데이터라 테이블의 sort 순서가 유지되는 경우는 append가 된다고 하네요.
정말 헤깔리네요~