cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect cluster table in SAP smart data access

Rajeev_kumar1
Explorer
0 Kudos

Hi,

Can any one please let me know how to connect cluster table(BSEG) through sap smart data access. when we are connecting SDA it is showing RFBLG table and that contain all cluster table and at that point of time it is difficult to find which data belong to which table.

as in ABAP when we write any report and calling any cluster table then it first hit to Data Dictionary and by that they use to read cluster and pool table, so is there any API like that present to read these cluster table through SDA.

Thanks Much,

Rajeev Kumar 

Accepted Solutions (0)

Answers (2)

Answers (2)

Rajeev_kumar1
Explorer
0 Kudos

Thanks Vivek,

Then i don't think this functionality is much helpful.

Thanks Much,

Rajeev Kumar

vivekbhoj
Active Contributor
0 Kudos

Hi Rajeev,

Cluster tables cannot be accessed via SDA as they are logical tables.

Several logical tables are stored in one physical table in database.

As per Pooled and Cluster Tables - Application Development on AS ABAP - SAP Library, it is clearly written that Cluster tables cannot be processed with Native SQL directly in the database.


For example, BSEG, BSED are cluster tables and are stored as one physical table called RFBLG.

Using SDA, you can only access RFBLG and not BSEG.

Regards,

Vivek