The FI-GL table BSEG, which is one of our biggest PR1 tables, is an
example of a clustered table. At the database-level, there is no table
called BSEG, but instead RFBLG is being used for the BSEG data. Most of
the fields known in BSEG are not known in the database table RFBLG, but
are compressed in a VARDATA field of RFBLG. So tests in the WHERE
clause of SELECTs agains BSEG are not used by the database (e.g. lifnr
= vendor account number, hkont = G/L account, kostl = cost center). As
a consequence, these tests are done after the facts similar to using
the CHECK statement, and as already said in tip 1, CHECK statements are
worse than tests in the WHERE-clause.
我的SAP之旅【mysaplcub.cn】7 X7 A2 U: E" |
Check this link also.SAP讨论 SAP标准教材 SAP资料 SAP下载 IDES ECC5) g, b/ h9 |$ G! s
https://forums.sdn.sap.com/threa ... ageID=373481#373481
1) select with header information from bkpf
2) use secondary index tables
http://forums.sdn.sap.com/jive3/ ... ageID=105504#105504mysapclub,SAP爱好者,SAP,标准教材,IDES,ECC61 `0 W8 T B; w" J
1.BSAK Accounting: Secondary Index for Vendors
2.BSAS Accounting: Secondary Index for G/L AccountsSAP讨论 SAP标准教材 SAP资料 SAP下载 IDES ECC5& V7 G) M2 X' [
3.BSIK Accounting: Secondary Index for Vendors
4.BSID Accounting: Secondary Index for Customers
5.BSIM Secondary Index, Documents for Material我们的SAP论坛 SAP讨论 SAP标准教材 SAP资料 SAP下载 IDES SAP招聘 SAP求职 ABAP源码库( `/ ^% }5 k' l: M* m& j' |
6.BSAD Accounting: Secondary index for customersbbs.mysapclub.cn1 n2 \- S7 E q3 e }: x2 a
7.BSIS Accounting: Secondary Index for G/L Accountsbbs.mysapclub.cn+ @$ H$ [ y% ^
3) use logical data base e.g.: BRF
我的SAP之旅【mysaplcub.cn】7 X7 A2 U: E" |
Check this link also.SAP讨论 SAP标准教材 SAP资料 SAP下载 IDES ECC5) g, b/ h9 |$ G! s
https://forums.sdn.sap.com/threa ... ageID=373481#373481
1) select with header information from bkpf
2) use secondary index tables
http://forums.sdn.sap.com/jive3/ ... ageID=105504#105504mysapclub,SAP爱好者,SAP,标准教材,IDES,ECC61 `0 W8 T B; w" J
1.BSAK Accounting: Secondary Index for Vendors
2.BSAS Accounting: Secondary Index for G/L AccountsSAP讨论 SAP标准教材 SAP资料 SAP下载 IDES ECC5& V7 G) M2 X' [
3.BSIK Accounting: Secondary Index for Vendors
4.BSID Accounting: Secondary Index for Customers
5.BSIM Secondary Index, Documents for Material我们的SAP论坛 SAP讨论 SAP标准教材 SAP资料 SAP下载 IDES SAP招聘 SAP求职 ABAP源码库( `/ ^% }5 k' l: M* m& j' |
6.BSAD Accounting: Secondary index for customersbbs.mysapclub.cn1 n2 \- S7 E q3 e }: x2 a
7.BSIS Accounting: Secondary Index for G/L Accountsbbs.mysapclub.cn+ @$ H$ [ y% ^
3) use logical data base e.g.: BRF