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

Transparent Table for BSEC

anss_shahid
Participant
0 Likes
2,039

Hi Experts,

I am a Functional Financial Consultant and I am in process on developing a report using SQVI (Queries).

Within my report, I have joined the following tables:

  • BKPF
  • BSID
  • BSIS

There is some data entered in table BSEC which is a cluster table and cannot be used in join.

I need your advice if you know what is the transparent table behind BSEC.

Looking forward to hear from you!

Regards,

Anss Shahid Essani

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
1,680

Cluster tables do not have transparent tables behind them. You cannot access cluster tables via a query.

4 REPLIES 4
Read only

matt
Active Contributor
0 Likes
1,681

Cluster tables do not have transparent tables behind them. You cannot access cluster tables via a query.

Read only

0 Likes
1,680

BSEC table is used One-Time Account Data Document Segment. Basically I need to fetch BSEC-NAME1, BSEC-STCD3 and few other fields they are updated during the transaction.

Can you guide on how to approach towards it keeping in mind above tables I have used as well.

Read only

Former Member
0 Likes
1,680

You can use the FM READ_BSEC.

Read only

0 Likes
1,680

It seems that we will be unable to prepare such report using SQVI as BSEC is a cluster table. However, we can get it prepared with the help of ABAPer.


Thank you all for your valuable suggestions.