0% found this document useful (0 votes)
100 views

Getting Familiar With SAP Tables

This document discusses SAP tables and provides examples of important tables used in SAP FI/CO modules. It explains that transactional data gets stored in database tables and provides examples like BKPF for journal entries and KNA1 for customer master data. It also discusses using primary keys to link related tables. Important tables for financial accounting, general ledger, dunning and master data are listed with descriptions and key fields.

Uploaded by

Shine Kaippilly
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views

Getting Familiar With SAP Tables

This document discusses SAP tables and provides examples of important tables used in SAP FI/CO modules. It explains that transactional data gets stored in database tables and provides examples like BKPF for journal entries and KNA1 for customer master data. It also discusses using primary keys to link related tables. Important tables for financial accounting, general ledger, dunning and master data are listed with descriptions and key fields.

Uploaded by

Shine Kaippilly
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 12

GETTING FAMILIAR WITH SAP TABLES

Chapter 26

Table of Contents
1 Introduction to SAP Tables.................................................................................2
1.1 SAP Tables.............................................................................................................2
2 How de we see which table a data gets stored................................................2
2.1 Check the SAP table BKPF...................................................................................3
2.2 We can see only summary on GL of a sub ledger................................................4
2.3 Primary Key/keys in Tables...................................................................................5
3 Limitations for a Functional Consultant...........................................................6
3.1 Questions for you..................................................................................................6
4 Important tables in FICO.....................................................................................6
4.1 Model Functional spec........................................................................................13

Page 1 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

1 Introduction to SAP Tables


1.1 SAP Tables
When we do some configuration,create master data and perform any transactions, the data and
properties get stored in the data base tables.

When we create/copy company code the company code details get stored in various important
tables. T001 and ADRC are the important tables.

 When we create GL master it updates SKA1/SKB1/SKAT

 When we create a vendor master it updates LFA1/LFB1/LFBK

 When we create a Customer master it updates KNA1/KNB1/KNBK

 When we do a journal entry posting (F-02) it updates BKPF and BSEG

2 How de we see which table a data gets stored


Use T code FB03 and display any document you created.

Keep the cursor on any header segment fields and press F1 for help. Select and click on it.

Page 2 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

We get technical information like

Program name

Screen number

Table name

Field name

2.1 Check the SAP table BKPF


Use T code SE16 (SE11 can also be used). Enter table name say BKPF.

At times you want to get the data based on some field and that field is not there on the selection
screen. Then you can get that by

Go to Settings >> Fields for selection >>Select the document type (BLART).

Then document type come up as a filter parameter.

Page 3 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

Enter the (doc No+Co Code +FY) from the above FB03 screen.

By default we get max No of hits as 200 and output list as 250. They can be modified if needed.

2.2 We can see only summary on GL of a sub ledger

Settings >> user parameters >> Field name – to get description and Filed label to get Tech names

If we want to see width more than 250, we can go modify list width as say 1023.

Page 4 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

We can select the required fields by going to

Settings >> Format list >> Choose fields.

2.3 Primary Key/keys in Tables


SAP uses primary key/keys to link more than one related table to get connectivity.

To link a FI document header (BKPF), line items table (BSEG) and Tax details table primary keys
like document number (BELNR), Company code (BUKRS) and Fiscal year (GJAHR) are used.
Otherwise we do not get the right linkage and right data for the record.

When we create a vendor master data, LFA1 stores the general data.

LFB1 stores the co code data. Vendor number (LIFNR) is used as the primary key here.

Similarly if there is any bank data for this vendor it is stored in LFBK.

The detailed address of a vendor is found in ADRC table. To go to ADRC table we have to use
ADRNR (Address #) from LFA1.

Page 5 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

3 Limitations for a Functional Consultant


However at times the data is not stored in individual tables as explained above. It gets stored in
structured and the data gets populated in during the execution of transactions. In that kind of
scenarios we might have to work with ABAP teams to get the flow of data.

3.1 Questions for you


1. Identify the table used to store dunning data of customeras

2. What is the table used to store Open items of GL/Vendors/Customers.

4 Important tables in FICO


The following is the list of IMP tables used in FICO.

Table Name Description Important Fields


Financial Accounting
FBAS Financial Accounting
“Basis”
BKPF Accounting Document Header MANDT / BUKRS / BELNR /
GJAHR
BSEG Accounting Document MANDT / BUKRS / BELNR /
Segment GJAHR / BUZEI
BSIP Index for Vendor Validation of MANDT / BUKRS / LIFNR /
Double Documents WAERS / BLDAT / XBLNR /
WRBTR / BELNR / GJAHR /
BUZEI
BVOR Inter Company Posting MANDT / BVORG / BUKRS /
Procedure GJAHR / BELNR
EBKPF Accounting Document Header MANDT / GLSBK / BELNR /
(docs from External Systems) GJHAR / GLEBK

FRUN Run Date of a Program MANDT / PRGID


KLPA Customer / Vendor Linking MANDT / NKULI / NBUKR /
NKOAR / PNTYP / VKULI /
VBUKR / VKOAR
KNB4 Customer Payment History MANDT / KUNNR / BUKRS
KNB5 Customer Master Dunning MANDT / KUNNR / BUKRS /
Data MABER
KNBK Customer Master Bank Details MANDT / KUNNR / BANKS /
BANKL / BANKN
KNC1 Customer Master Transaction MANDT / KUNNR / BUKRS /
Figures GJHAR
KNC3 Customer Master Special GL MANDT / KUNNR / BUKRS /
Transactions Figures GJAHR / SHBKZ
LFB5 Vendor Master Dunning Data MANDT / LIFNR / BUKRS /
MABER
LFBK Vendor Master Bank Details MANDT / LIFNR / BANKS /
BANKL / BANKN

Page 6 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

LFC1 Vendor Master Transaction MANDT / LIFNR / BUKRS /


Figures GJHAR
LFC3 Vendor Master Special GL MANDT / LIFNR / BUKRS /
Transactions Figures GJHAR / SHBKZ
VBKPF Document Header for MANDT / AUSBK / BUKRS /
Document Parking BELNR / GJHAR
FBASCORE Financial Accounting
General Services “Basis”
KNB1 Customer Master (Company MANDT / KUNNR / BUKRS
Code)
LFA1 Vendor Master (General MANDT / LIFNR
Section)
LFB1 Vendor Master (company MANDT / LIFNR / BUKRS
Code Section)
SKA1 G/L Account Master (Chart of MANDT / KTOPL / SAKNR
Accounts)
SKAT G/L Account Master (Chart of MANDT / SPRAS / KTOPL /
Accounts – Description) SAKNR
MAHNS Accounts Blocked by Dunning MANDT / KOART / BUKRS /
Selection KONKO / MABER
MHNK Dunning Data (Account MANDT / LAUFD / LAUFI /
Entries) KOART / BUKRS / KUNNR /
LIFNR / CPDKY / SKNRZE /
SMABER / SMAHSK / BUSAB

FI-GL-GL (FBS) General Ledger


Accounting: Basic
Functions- G/L Accounts
SKAS G/L Account Master (Chart of MANDT / SPRAS / KTOPL /
Accounts – Key Word list) SAKNR / SCHLW

SKB1 G/L Account Master (Company MANDT / BUKRS / SAKNR


Code)
FI-GL-GL (FBSC) General Ledger
Accounting: Basic
Functions - R/3
Customizing for G/L
Accounts
FIGLREP Settings for G/L Posting MANDT
Reports
TSAKR Create G/L account with MANDT / BUKRS / SAKNR
reference
FI-GL-GL (FFE) General Ledger
Accounting: Basic
Functions - Fast Data
Entry
KOMU Account Assignment MANDT / KMNAM / KMZEI
Templates for G/L Account
items
FI-AR-AR (FBD) Accounts Receivable:
Basic Functions -
Customers

Page 7 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

KNKA Customer Master Credit MANDT / KUNNR


Management : Central Data
KNKK Customer Master Credit MANDT / KUNNR / KKBER
Management : Control Area
Data
KNKKF1 Credit Management : FI Status MANDT / LOGSYS / KUNNR /
data KKBER / REGUL
RFRR Accounting Data – A/R and MANDT / RELID / SRTFD /
A/P Information System SRTF2
FI-BL-PT Bank Accounting: Payment
(BFIBL_CHECK_D) Transactions – General
Sections
PAYR Payment Medium File MANDT / ZBUKR / HBKID /
HKTID / RZAWE / CHECT
PCEC Pre-numbered Check MANDT / ZBUKR / HBKID /
HKTID / STAPL
FI-BL-PT-AP(FMZA) Bank Accounting: Payment
Transactions – Automatic
Payments
F111G Global Settings for Payment MANDT
Program for Payment
Requests
FDZA Cash Management Line Items MANDT / KEYNO
in Payment Requests
PAYRQ Payment Requests MANDT / KEYNO
FI-AA-AA (AA) Asset Accounting: Basic
Functions – Master Data
ANKA Asset Classes: General Data MANDT / ANLKL

ANKP Asset Classes: Fld Cont MANDT / ANLKL / AFAPL


Dpndnt on Chart of
Depreciation
ANKT Asset Classes: Description MANDT / SPRAS / ANLKL
ANKV Asset Classes: Insurance MANDT / ANLKL / VRSLFD
Types
ANLA Asset Master Record Segment MANDT / BUKRS / ANLN1 /
ANLN2
ANLB Depreciation Terms MANDT / BUKRS / ANLN1 /
ANLN2 / AFABE / BDATU
ANLT Asset Texts MANDT / SPRAS / BUKRS /
ANLN1 / ANLN2

ANLU Asset Master Record User .INCLUDE / MANDT / BUKRS /


Fields ANLN1 / ANLN2
ANLW Insurable Values (Year MANDT / BUKRS / ANLN1 /
Dependent) ANLN2 / VRSLFD / GJAHR
ANLX Asset Master Record Segment MANDT / BUKRS / ANLN1 /
ANLN2
ANLZ Time Dependent Asset MANDT / BUKRS / ANLN1 /
Allocations ANLN2 / BDATU
FI-AA-AA (AA2) Asset Accounting: Basic
Functions – Master Data
2.0

Page 8 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

ANAR Asset Types MANDT / ANLAR


ANAT Asset Type Text MANDT / SPRAS / ANLAR
FI-AA-AA (AB) Asset Accounting: Basic
Functions – Asset
Accounting
ANEK Document Header Asset MANDT / BUKRS / ANLN1 /
Posting ANLN2 / GJAHR / LNRAN
ANEP Asset Line Items MANDT / BUKRS / ANLN1 /
ANLN2 / GJAHR / LNRAN /
AFABE
ANEV Asset Downpymt Settlement MANDT / BUKRS / ANLN1 /
ANLN2 / GJAHR / LNRANS
ANKB Asset Class: Depreciation Area MANDT / ANLKL / AFAPL /
AFABE / BDATU
ANLC Asset value Fields MANDT / BUKRS / ANLN1 /
ANLN2 / GJAHR / AFABE
ANLH Main Asset Number MANDT / BUKRS / ANLN1
ANLP Asset Periodic Values MANDT / BUKRS / GJAHR /
PERAF / AFBNR / ANLN1 /
ANLN2 / AFABER
FI-SL-VSR (GVAL) Special Purpose Ledger:
Validation, Substitution
and Rules
GB03 Validation / Substitution User VALUSER

GB92 Substitutions MANDT / SUBSTID


GB93 Validation MANDT / VALID
Controlling
AUSP Characteristic Values MANDT / OBJEK / ATINN /
ATZHL / MAFID / KLART /
ADZHL
CO-KBAS Overhead Cost Controlling

A132 Price per Cost Center MANDT / KAPPL / KSCHL /


KOKRS / VERSN / RESRC /
KOSTL / DATBI
A136 Price per Controlling Area MANDT / KAPPL / KSCHL /
KOKRS / VERSN / RESRC /
DATBI
A137 Price per Country / Region MANDT / KAPPL / KSCHL /
KOKRS / VERSN / RESRC /
LAND1 / REGIO / DATBI
COSC CO Objects: Assignment of MANDT / OBJNR / SCTYP /
Original Costing Sheets VERSN / GJAHR
CSSK Cost Center / Cost Element MANDT / VERSN / KOKRS /
GJAHR / KOSTL / KSTAR
CSSL Cost Center / Activity Type MANDT / KOKRS / KOSTL /
LSTAR / GJAHR
KAPS CO Period Locks MANDT / KOKRS / GJAHR /
VERSN / VRGNG / PERBL

Page 9 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

CO-KBASCORE Overhead Cost


Controlling: General
Services
CSKA Cost Elements (Data MANDT / KTOPL / KSTAR
Dependent on Chart of
Accounts)
CSKB Cost Elements (Data MANDT / KOKRS / KSTAR /
Dependent on Controlling DATBI
Area)
CSKS Cost Center Master Data MANDT / KOKRS / KOSTL /
DATBI
CSLA Activity Master MANDT / KOKRS / LSTAR /
DATBI
CO-OM (KACC) Overhead Cost Controlling

COBK CO Object: Document Header MANDT / KOKRS / BELNR

COEJ CO Object: Line Items (by MANDT / KOKRS / BELNR /


Fiscal Year) BUZEI / PERBL
COEJL CO Object: Line Items for MANDT / KOKRS / BELNR /
Activity Types (by Fiscal Yr) BUZEI / PERBL
COEJR CO Object: Line Items for SKF MANDT / KOKRS / BELNR /
(by Fiscal Year) BUZEI / PERBL
COEJT CO Object: Line Items for MANDT / KOKRS / BELNR /
Prices (by Fiscal Year) BUZEI / PERBL
COEP CO Object: Line Items (by MANDT / KOKRS / BELNR /
Period) BUZEI
COEPL CO Object: Line Items for MANDT / KOKRS / BELNR /
Activity Types (by Period) BUZEI
COEPR CO Object: Line Items for SKF MANDT / KOKRS / BELNR /
(by Period) BUZEI
COEPT CO Object: Line Items for MANDT / KOKRS / BELNR /
Prices (by Period) BUZEI
COKA CO Object: Control Data for MANDT / OBJNR / GJAHR /
Cost Elements KSTAR / HRKFT
COKL CO Object: Control Data for MANDT / LEDNR / OBJNR /
Activity Types GJAHR / VERSN
COKP CO Object: Control Data for MANDT / LEDNR / OBJNR /
Primary Planning GJAHR / WRTTP / VERSN /
KSTAR / HRKFT / VRGNG /
VBUND / PARGB / BEKNZ /
TWAER
COKR CO Object: Control Data for MANDT / LEDNR / OBJNR /
Statistical Key Figures GJAHR / WRTTP / VERSN /
STAGR / HRKFT / VRGNG
COKS CO Object: Control Data for MANDT / LEDNR / OBJNR /
Secondary Planning GJAHR / WRTTP / VERSN /
KSTAR / HRKFT / VRGNG /
PAROB / USPOB / BEKNZ /
TWAER
CO-OM-CEL (KKAL) Cost Element Accounting
(Reconciliation Ledger)

Page 10 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

COFI01 Object Table for Reconciliation MANDT / OBJNR


Ledger COFIT

COFI02 Transaction Dependent Fields MANDT / OBJNR


for Reconciliation Ledger

COFIP Single Plan Items for RCLNT / GL_SIRID


Reconciliation Ledger
COFIS Actual Line Items for RCLNT / GL_SIRID
Reconciliation Ledger

CO-OM-CCA Cost Center Accounting


(Cost Accounting Planning
RK-S) – What is RK-S

A138 Price per Company Code MANDT / KAPPL / KSCHL /


KOKRS / VERSN / RESRC /
BUKRS / GSBER / DATBI
A139 Price per Profit Center MANDT / KAPPL / KSCHL /
KOKRS / VERSN / RESRC /
PRCTR / DATBI
CO-OM-OPA (KABR) Overhead Orders:
Application Development
R/3 Cost Accounting
Settlement
AUAA Settlement Document: MANDT / BELNR / LFDNR
Receiver Segment
AUAB Settlement Document: MANDT / BELNR / BUREG /
Distribution Rules LFDNR
AUAI Settlement Rules per MANDT / BELNR / LFDNR /
Depreciation Area AFABE
AUAK Document Header for MANDT / BELNR
Settlement
AUAO Document Segment: CO MANDT / BELNR / LFDNR
Objects to be Settled
AUAV Document Segment: MANDT / BELNR / LFDNR
Transactions
COBRA Settlement Rule for Order MANDT / OBJNR
Settlement
COBRB Distribution Rules Settlement MANDT / OBJNR / BUREG /
Rule Order Settlement LFDNR

CO-OM-OPA (KAUF) Overhead Orders: Cost


Accounting Orders
AUFK Order Master Data MANDT / AUFNR
AUFLAY0 Enttity Table: Order Layouts MANDT / LAYOUT

EC-PCA (KE1) Profit Center Accounting

CEPC Profit Center Master Data MANDT / PRCTR / DATBI /


Table KOKRS
CEPCT Texts for Profit Center Master MANDT / SPRAS / PRCTR /
Data DATBI / KOKRS

Page 11 of 12
GETTING FAMILIAR WITH SAP TABLES
Chapter 26

CEPC_BUKRS Assignment of Profit Center to MANDT / KOKRS / PRCTR /


a Company Code BUKRS
GLPCA EC-PCA: Actual Line Items RCLNT / GL_SIRID
GLPCC EC-PCA: Transaction MANDT / OBJNR
Attributes
GLPCO EC-PCA: Object Table for MANDT / OBJNR
Account Assignment Element

GLPCP EC-PCA: Plan Line Items RCLNT / GL_SIRID

EC-PCA BS (KE1C) PCA Basic Settings:


Customizing for Profit
Center Accounting
A141 Dependent on Material and MANDT / KAPPL / KSCHL /
Receiver Profit Center KOKRS / WERKS / MATNR /
PPRCTR / DATBI
A142 Dependent on Material MANDT / KAPPL / KSCHL /
WERKS / MATNR / DATBI
A143 Dependent on Material Group MANDT / KAPPL / KSCHL /
WERKS / MATKL / DATBI

4.1 Model Functional spec

SAP ABAP FRS


DR006 for Prepayment status report by Settlement date.doc

Page 12 of 12

You might also like