ㅎㅎㅎ 초보 아밥퍼 및 MM모듈을 담당하고 있습니다.
혹시 ADRVP 테이블이 몬지 아시는분 계신가요??
비지니스 워크플레이스(메일송수신)에서 이테이블을 검색하는데.. 꽤나 시간이 많이 걸려서 부하가 일어나고 있습니다.
테이블수만해도
437,193,719 이정도되는데..
하루에 루틴이 5000번 정도 도니까.. 부하가 엄청일어나네요..
스탠다드 구문에서는
DESCRIBE TABLE sel_tab_p LINES entries_sel_tab_p.
IF entries_sel_tab_p NE 0.
SELECT * FROM adrvp
INTO TABLE i_adrvp
FOR ALL ENTRIES IN sel_tab_p
WHERE persnumber = sel_tab_p-persnumber
* adrvp-addrnumber ist bei Typ2-Adressen leer (z.B. GP -> BUT000)
AND owner = c_yes.
이런식으로 사용이 되고 있네요
튜닝을 해야할듯 한데.. 혹시 정보 갖고계신분 있으실까요??
Symptom
The report RSBCS_REORG (reorganization of the BCS data) has a very long runtime. The system uses most of this time to read data on the table ADRVP.
Other terms
Reorganization, BCS, ADRVP
Reason and Prerequisites
If you sent a large number of messages to relatively few addresses, unfavorable database accesses occur when you select the address usages (table ADRVP).
Solution
Create a database index on the table ADRVP and activate it. The proposed values are:
Name: I01
Short Description: index using application key
Index fields: APPL_KEY
http://www.sap2048.com/rsbcs_reorg-long-runtime-386.htm