T
The Daily Insight

Is Bseg a cluster table

Author

Samuel Coleman

Published Apr 15, 2026

BSEG is a standard SAP Cluster table which is used to store Accounting Document Segment data and is available within R/3 SAP systems depending on the version and release level. … You can view further information about SAP BSEG Cluster table and the data within it using relevant transactions such as SE11, SE80 or SE16.

What is the Bseg table in SAP?

BSEG (Accounting Document Segment) is a standard table in SAP R\3 ERP systems. … BSEG stores the line items for accounting documents. Accounting documents make up the financials of your organisation. Header lines are stored in table BKPF. The link between BSEG and BKPF is made on fields MANDT, BUKRS, GJAHR, BELNR.

What tables make up Bseg?

  • BSID – Accounting: Secondary Index for Customers (Open Items)
  • BSAD – Accounting: Secondary Index for Customers (Cleared Items)
  • BSIK – Accounting: Secondary Index for Vendors (Open Items)
  • BSAK – Accounting: Secondary Index for Vendors (Cleared Items)

What is a cluster table?

Cluster tables are special types of tables present in the SAP data dictionary. … A key advantage of using cluster tables is that data is stored in a compressed format, reducing memory space and the landscape network load for retrieving information from these tables.

Is Konv a cluster table?

KONV is a SAP standard cluster table used for storing Conditions (Transaction Data) related data in SAP. …

What is MKPF table in SAP?

MKPF is a standard Inventory Management Transparent Table in SAP MM application, which stores Header: Material Document data.

What is Faglflexa table in SAP?

FAGLFLEXA is a SAP standard transp table used for storing General Ledger: Actual Line Items related data in SAP. It comes under the package FAGL_DB_PERSISTENCY.

What is partitioning and clustering?

This clustering method classifies the information into multiple groups based on the characteristics and similarity of the data. Its the data analysts to specify the number of clusters that has to be generated for the clustering methods.

What is the difference between pool table and cluster table?

Pooled tables are an SAP proprietary construct. Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to store control data. They can also be used to store temporary data or texts, such as documentation.

What is BigQuery cluster?

Clustering can improve the performance of certain types of queries such as queries that use filter clauses and queries that aggregate data. When data is written to a clustered table by a query job or a load job, BigQuery sorts the data using the values in the clustering columns.

Article first time published on

What is Bseg BKPF?

BKPF is the header table and BSEG is the line item table. BSID is the secondary index table for customer realated transactions.

What is Belnr field in SAP?

BELNR is a standard field within SAP Table bkpf that stores Document Number information. pre-defined area (number range). … You could also view this information on your SAP system if you enter the table name BKPF or data element BELNR_D into the relevant SAP transaction such as SE11 or SE80.

What is COEP table in SAP?

COEP is a SAP standard transparent table used for storing CO Object: Line Items (by Period) related data in SAP. It comes under the package KACC_ERP50.

What is Cdpos table in SAP?

CDPOS is a standard SAP Cluster table which is used to store Change document items data and is available within R/3 SAP systems depending on the version and release level. Below is the standard documentation available and a few details of the fields which make up this Cluster table.

What is Knumv SAP?

KNUMV is a standard field within SAP Table ekko that stores Doc. condition no. information. The internal number under which the system saves conditions that apply to a sales order, for example.

What is Komp in SAP SD?

Material Connection Disclosure. KOMP is an SAP Structure so does not store data like a database table does but can be used to process “Communication Item for Pricing” Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure.

What is Matdoc table in SAP?

MATDOC is a standard Inventory Management Transparent Table in SAP MM application, which stores Material Documents data. … You can use the transaction code SE16 to view the data in this table, and SE11 TCode for the table structure and definition.

What is Mblnr field in SAP?

MBLNR is a standard field within SAP Table mkpf that stores Material Document information. … You could also view this information on your SAP system if you enter the table name MKPF or data element MBLNR into the relevant SAP transaction such as SE11 or SE80.

What is material document list in SAP?

Material document list is used to generate any goods movement such as goods receipt, goods issue for a production order, etc. Use T-Code: MB51. Enter manufacturing plant code. Movement type 101 is to see Production data.

What is SAP pool table?

A pooled table is a special type of table available in the SAP ABAP dictionary. The pooled table is a proprietary SAP creation and has many-to-one relationships with tables in the SAP database. This means that for a given pooled table in the database, there could be many smaller tables in the SAP data dictionary.

What is cluster pool table?

Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are indicated as pooled tables or cluster tables.

What is the difference between transparent pooled and cluster tables SAP?

Transparent table is a one to one relation table i.e. when you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data. A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field.

What is partitioned table?

A partitioned table is a special table that is divided into segments, called partitions, that make it easier to manage and query your data. By dividing a large table into smaller partitions, you can improve query performance, and you can control costs by reducing the number of bytes read by a query.

What is cluster table in SQL?

Clustered Index. A clustered index defines the order in which data is physically stored in a table. Table data can be sorted in only way, therefore, there can be only one clustered index per table. In SQL Server, the primary key constraint automatically creates a clustered index on that particular column.

What is BigQuery table?

A BigQuery table contains individual records organized in rows. Each record is composed of columns (also called fields). Every table is defined by a schema that describes the column names, data types, and other information. … Views: Virtual tables defined by a SQL query. For more information, see Creating views.

What is cluster algorithm?

Cluster analysis, or clustering, is an unsupervised machine learning task. It involves automatically discovering natural grouping in data. Unlike supervised learning (like predictive modeling), clustering algorithms only interpret the input data and find natural groups or clusters in feature space.

How do you create a cluster table?

  1. From query results: …
  2. By using a DDL CREATE TABLE statement with a CLUSTER BY clause containing a clustering_column_list .
  3. Manually by using the bq command-line tool bq mk command.
  4. Programmatically by calling the tables. …
  5. When you load data.

What is cluster by in hive?

Cluster By is a short-cut for both Distribute By and Sort By. Hive uses the columns in Distribute By to distribute the rows among reducers. All rows with the same Distribute By columns will go to the same reducer.

What is Ebeln field?

EBELN is a standard field within SAP Table ekko that stores Purchasing Document information. Alphanumeric key uniquely identifying the document. Below is the list of attribute values for this field including its length, data type, description text, associated , search help etc…

What is Cdhdr and Cdpos?

Purpose – CDHDR and CDPOS are SAP Tables that you can check for needed document change logs. Differentiate CDHDR and CDPOS SAP Tables – CDHDR is for change document header details while CDPOS is for change document line item details.

How do I view table logs in SAP?

You can see the Table log history in SCU3 if the Table is logged for changes..> Technical settings–>Log data changes.