E2FIKPF SAP (FI-IDOC: Document Header (Complete Document)) Structure details

Dictionary Type: Structure
Description: FI-IDOC: Document Header (Complete Document)




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




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

E2FIKPF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "FI-IDOC: Document Header (Complete Document)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_E2FIKPF TYPE E2FIKPF.

The E2FIKPF table consists of various fields, each holding specific information or linking keys about FI-IDOC: Document Header (Complete Document) data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal year), BLART (Document Type), BLDAT (Document Date in Document).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP E2FIKPF structure 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
BUKRS Name of Global Company Code0
BELNR Accounting Document Number0
GJAHR Fiscal year0
BLART Document Type0
BLDAT Document Date in Document0
BUDAT Posting Date in the Document0
MONAT Fiscal Period0
WWERT Conversion Date0
USNAM User Name0
TCODE Transaction Code0
BVORG Number of Cross-Company Code Posting Transaction0
XBLNR Reference Document Number0
BKTXT Document Header Text0
WAERS Currency Key0
KURSF Exchange Rate0
GLVOR FI-SL Business Transaction0
AWTYP Object Type of Calling Application0
AWREF Reference Document Number0
AWORG Reference Organizational Units0
FIKRS Financial management area0
HWAER Local Currency0
HWAE2 Currency Key of Second Local Currency0
HWAE3 Currency Key of Third Local Currency0
KURS2 Exchange Rate for the Second Local Currency0
KURS3 Exchange Rate for the Third Local Currency0
BASW2 Source Currency for Currency Translation0
BASW3 Source Currency for Currency Translation0
UMRD2 Translation Date Type for Second Local Currency0
UMRD3 Translation Date Type for Third Local Currency0
CURT2 Currency type of second local currency0
CURT3 Currency type of third local currency0
AWSYS Logical System0
LOTKZ Lot Number for Funds Reservations0
BUKRS_SND Company Code0

Key field Non-key field



How do I retrieve data from SAP structure E2FIKPF using ABAP code?

As E2FIKPF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on E2FIKPF as there is no data to select.

How to access SAP table E2FIKPF

Within an ECC or HANA version of SAP you can also view further information about E2FIKPF 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!