KMKPF SAP (FI: Account Assignment Model Header Information) Table details

Dictionary Type: Table
Description: FI: Account Assignment Model Header Information




ABAP Code to SELECT data from KMKPF
Related tables to KMKPF
Access table KMKPF




Table field list including key, data, relationships and ABAP select examples

KMKPF is a standard SAP Table which is used to store FI: Account Assignment Model Header Information data and is available within R/3 SAP systems depending on the version and release level.

The KMKPF table consists of various fields, each holding specific information or linking keys about FI: Account Assignment Model Header Information data available in SAP. These include KMNAM (FI: Account Assignment Model Name), WAERS (Currency Key), HWAER (Local Currency), HWAE2 (Currency Key of Second Local Currency).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KMKPF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
KMNAMFI: Account Assignment Model Name KMNAMCHAR10KMNAMKMNH_KMKPF
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HWAERLocal Currency HWAERCUKY5TCURCWAERS
HWAE2Currency Key of Second Local Currency HWAE2CUKY5TCURCWAERS
HWAE3Currency Key of Third Local Currency HWAE3CUKY5TCURCWAERS
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KMZONFI: Account Assignment Model: Equivalence No.Active Flag KMZONCHAR1XFELD
KMDATFI: Account Assignment Model Creation Date KMDATDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
AEDATFI: Account Assignment Model Creation Date KMDATDATS8DATUM
AETIMTime of Entry CPUTMTIMS6UZEIT
AENAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
KMTXTFI: Account Assignment Model Header Text KMTEXCHAR50TEXT50
VARNRFast Entry: Variant VARNR_021FCHAR5VARNR_021F
BRGRUAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
XMWSTCalculate tax automatically XMWSTCHAR1XFELDXTX

Key field Non-key field



How do I retrieve data from SAP table KMKPF using ABAP code

The following ABAP code Example will allow you to do a basic selection on KMKPF to SELECT all data from the table
DATA: WA_KMKPF TYPE KMKPF.

SELECT SINGLE *
FROM KMKPF
INTO CORRESPONDING FIELDS OF WA_KMKPF
WHERE...

How to access SAP table KMKPF

Within an ECC or HANA version of SAP you can also view further information about KMKPF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!