EISFILC SAP (Sender structure FI-LC (RGCEISS1)) Structure details

Dictionary Type: Structure
Description: Sender structure FI-LC (RGCEISS1)




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




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

EISFILC 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 "Sender structure FI-LC (RGCEISS1)" 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_EISFILC TYPE EISFILC.

The EISFILC table consists of various fields, each holding specific information or linking keys about Sender structure FI-LC (RGCEISS1) data available in SAP. These include RLDNR (Ledger), LCVER (Consolidation version), BSVER (Financial Statement Version), FIPVR (Plan Version).. 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 EISFILC 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
LCVERConsolidation version RVERS_GCCHAR3T858ALPHARVERS_GCGVS
BSVERFinancial Statement Version VERSN_011CHAR4T011VERSN_011BIL
FIPVRPlan Version BILAPVERCHAR3T894ALPHARVERS
CLCATConsolidation frequency FSCATCHAR1T852NFSCATGFF
SUBGRSubgroup RSUBDCHAR3T852RSUBDGSG
COMPNCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
SUITMTotals item SUMITEMCHAR10T854ALPHARITEM
LCITMConsolidation item RITEMCHAR10T854ALPHARITEMH_T854
MVCTGTransaction type group RWGRP_DCHAR3T856XRWGRP
SRTC1Characteristic of 1st sort option LC_SORTK1CHAR1Assigned to domainSORTFKA
SRTC2Characteristic of 2nd sort option LC_SORTK2CHAR1Assigned to domainSORTFKA
SRTC3Characteristic of 3rd sort option LC_SORTK3CHAR1Assigned to domainSORTFKA
HB1FILocal value in local currency (FI-LC) LC_HB1LCCURR17(2) WERTV9
HB1_LC_CUKCurrency CFCUKYCUKY5Assigned to domainWAERS
HB2LCCorporate value in local currency (FI-LC) LC_HB2LCCURR17(2) WERTV9
HB2_LC_CUKCurrency CFCUKYCUKY5Assigned to domainWAERS
HB1GCLocal value in group currency (FI-LC) LC_HB1GCCURR17(2) WERTV9
HB1_GC_CUKCurrency CFCUKYCUKY5Assigned to domainWAERS
HB2GCCorporate value in group currency (FI-LC) LC_HB2GCCURR17(2) WERTV9
HB2_GC_CUKCurrency CFCUKYCUKY5Assigned to domainWAERS
HB3GCConsolidated value (FI-LC) LC_HB3GCCURR17(2) WERTV9
HB3_GC_CUKCurrency CFCUKYCUKY5Assigned to domainWAERS
MITABNumber of employees CFMITABQUAN15(3) CFQUAN8
QMITABUnit CFUNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table EISFILC

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