Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BSID Table

Former Member
0 Kudos
17,206

What is special in the working of BSID, BSAD tables.

Is there a different way to access them..Please explain in detail

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
2,762

Hi

BSID and BSAD are the table with the open and cleared items of customer account. Here you can find the data of BSEG and BKPF together.

So the main tables of FI document are BKPF and BSEG, if BSEG-KOART (account type) is D, it means it's customer item, so you can find that item in BSID or BSAD, where:

BSID/BSAD = BKPF + BSEG.

In this way it can find the customer items faster than reading directly BKPF and BSEG, because there KUNNR (customer) is not key fields.

So BSID/BSAD are like secondary index tables, to improve the performance when it needs to pick customer data.

They are transparent tables so you should use the main key fields: company and customer code.

Max

3 REPLIES 3

Former Member
0 Kudos
2,763

Hi

BSID and BSAD are the table with the open and cleared items of customer account. Here you can find the data of BSEG and BKPF together.

So the main tables of FI document are BKPF and BSEG, if BSEG-KOART (account type) is D, it means it's customer item, so you can find that item in BSID or BSAD, where:

BSID/BSAD = BKPF + BSEG.

In this way it can find the customer items faster than reading directly BKPF and BSEG, because there KUNNR (customer) is not key fields.

So BSID/BSAD are like secondary index tables, to improve the performance when it needs to pick customer data.

They are transparent tables so you should use the main key fields: company and customer code.

Max

Former Member
0 Kudos
2,762

Hi,

BSID (Customers)and BSAD (Cleared Items) which are secondary index tables.They are transparent tables so you should use the key fields like company and customer code.

Regards,

Kumar

Former Member
0 Kudos
2,762

It says <b>Secondary Index</b> for customers..so is there anything added to it..like may be in accessing etc.