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: 

Cluster table RFBLG

Former Member
0 Kudos
2,043

I have come accross cluster table RFBLG. How it is used. I can see that it is a cluster of multiple tables i.e. BSEG. and how does it improve the performance of the ABAP report.

Thanks in advance.

Faiq

1 ACCEPTED SOLUTION

Former Member
0 Kudos
886

hi

good

The famous BSEG table is a cluster table.

It is as was correctly stated part of the Accounting Document Segment. It is part of the Pool cluster RFBLG and lives in the package: FBAS (Financial accounting 'Basis').

You can't read a cluster table exactly the way you read a database (old speak, transparent table).

You can use a program to read called RFPPWF05

Note 435694: Display BSEG item by calling FB09D (modified FB09)

Other possiblity: Other possibility: CALL DIALOG 'RF_ZEILEN_ANZEIGE', but since this is a dialog I don't think this would work.

In any event go to FBAS Package (development class) to see your business objects, class library and functions.

thanks

mrutyun

2 REPLIES 2

Former Member
0 Kudos
887

hi

good

The famous BSEG table is a cluster table.

It is as was correctly stated part of the Accounting Document Segment. It is part of the Pool cluster RFBLG and lives in the package: FBAS (Financial accounting 'Basis').

You can't read a cluster table exactly the way you read a database (old speak, transparent table).

You can use a program to read called RFPPWF05

Note 435694: Display BSEG item by calling FB09D (modified FB09)

Other possiblity: Other possibility: CALL DIALOG 'RF_ZEILEN_ANZEIGE', but since this is a dialog I don't think this would work.

In any event go to FBAS Package (development class) to see your business objects, class library and functions.

thanks

mrutyun

0 Kudos
886

hi ,

you must use keyfields bukrs , belnr, gjahr

(so 1st select table bkpf) to select bseg.

or use secondary index tables:

bsas, bsis, bsik, bsak, bsid, bsad

Andreas