EISFI SAP (SAP-EIS: Sender structure for FI data RKCFISEL) Structure details

Dictionary Type: Structure
Description: SAP-EIS: Sender structure for FI data RKCFISEL




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




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

EISFI 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 "SAP-EIS: Sender structure for FI data RKCFISEL" 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_EISFI TYPE EISFI.

The EISFI table consists of various fields, each holding specific information or linking keys about SAP-EIS: Sender structure for FI data RKCFISEL data available in SAP. These include FIPVER (Plan Version), LCVERS (Consolidation version), CHACCT (Chart of Accounts), GLACCT (G/L Account Number).. 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: Can be enhanced (character-type or numeric)


SAP EISFI 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
BSVERSFinancial Statement Version VERSN_011CHAR4Assigned to domainVERSN_011BIL
FIPVERPlan Version BILAPVERCHAR3Assigned to domainALPHARVERS
LCVERSConsolidation version RVERS_GCCHAR3Assigned to domainALPHARVERS_GCGVS
CHACCTChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
GLACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
LCITEMConsolidation item RITEMCHAR10Assigned to domainALPHARITEMH_T854
COMCODCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPNYCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
BUSAREBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COUNTRCountry Key LAND1CHAR3Assigned to domainLAND1LND
YEARBFiscal Year CFYEARBNUMC4GJAHRGJAHRFSY
PERDEPeriod CFPERDENUMC3POPERPRD
VPERDFrom Period PERID_VONNUMC3NUM3GFP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FHB1GCHB-I_Value in group currency (FI-GL) FI_HB1GCCURR15(2) VALUE8
HB1_FILocal valuation value in local currency (FI-GL) FI_HB1LCCURR15(2) VALUE8
HB1_LCLocal value in local currency (FI-LC) LC_HB1LCCURR17(2) WERTV9

Key field Non-key field



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

As EISFI 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 EISFI as there is no data to select.

How to access SAP table EISFI

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