Application Development and Automation 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: 
Read only

view on cluster table

Former Member
0 Likes
840

hi all,

I am trying to create a view for the tables bkpg and bseg.but am unable to as the error is "bseg is cluster table".

can't we create view for cluster table. if can, how

Follow the forum rules by assigning points to helpful answers so that it

will be helpful to others in future to identify the soultions.

Note: You have not assigned even in one single thread.

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
794

No, you cannot create views for cluster tables.

Read only

Former Member
0 Likes
794

thanks alot

Read only

GauthamV
Active Contributor
0 Likes
794

Follow the forum rules by assigning points to helpful answers so that it

will be helpful to others in future to identify the soultions.

Note: You have not assigned even in one single thread.

Read only

Former Member
0 Likes
794

We can not create views for cluster tables...

Read only

JoffyJohn
Active Contributor
0 Likes
794

You cannot create 'Database view ' for cluster table. As database view create a view in the database also.

The search technique for cluster table is different. so it cannot be used.

You can create other views like projection view, maintainence view etc. as they don't create views in database also.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
794

You cannot create a view because BSEG is in a cluster table

For this reason SAP has provided some "secondary index" tables, look for :

BSAD Accounting: Secondary Index for Customers (Cleared Items)

BSAK Accounting: Secondary Index for Vendors (Cleared Items)

BSAS Accounting: Secondary Index for G/L Accounts (Cleared Items)

BSID Accounting: Secondary Index for Customers

BSIK Accounting: Secondary Index for Vendors

BSIM Secondary Index, Documents for Material

BSIS Accounting: Secondary Index for G/L Accounts

Regards