[SAP] 테이블 접근 오류 (BSEG)
< 오류 화면 >
*** BSEG 테이블 접근 시 오류 발생
>> fagll03 TCODE 사용하여 조회(임시 조치)
< 원인 >
💡 Cause:
Queries on partitioned tables running in HEX and using partition pruning can abort erroneously.
(HEX에서 실행되고 파티션 가지치기를 사용하는 파티션 테이블의 쿼리가 잘못 중단될 수 있습니다.)
ENESS에서 사용하는 HANA DB 버전 버그 → BSEG 테이블 파티셔닝 진행하면서 발생.
Fixed in HANA 2 Revisions >= 037.07, 048.00 or higher
Hex(HANA DB Engine) 비활성화 후, 정상 조치 됨.
< 옵션 비활성화 쿼리 >
alter system
alter configuration ('indexserver.ini', 'SYSTEM' )
SET ('sql', 'hex_enable_runtime_pruning') = 'false'
with reconfigure;
HEX Engine( HANA Execution Engine ) 관련한 HANA DB Version에 따른 문제로 전표번호 입력할 때 특정 테이블 FBL3N에서 발생하며 버전에 따른 버그.
Cause :
Queries on partitioned tables running in HEX and using partition pruning can abort erroneously.
Fixed in HANA 2 Revisions >= 037.07, 048.00 or higher.
HEX Performance issue
http://linkedin.com/pulse/ongoing-hex-performance-issues-sps07-jens-gleichmann-rukce
Ongoing HEX performance issues with SPS07
"In SAP HANA, the SQL query processor parses SQL statements and generates SQL query execution plans. As the query processor and the query optimizer continue to be developed (in, for example, the new HANA Execution Engine - HEX) the resultant execution plan
www.linkedin.com