IFNNN SAP (Sample for reporting structure SAP-EIS) Structure details

Dictionary Type: Structure
Description: Sample for reporting structure SAP-EIS




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




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

IFNNN 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 "Sample for reporting structure SAP-EIS" 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_IFNNN TYPE IFNNN.

The IFNNN table consists of various fields, each holding specific information or linking keys about Sample for reporting structure SAP-EIS data available in SAP. These include VERSIO (Version), PLACTI (Plan/Act. indicator (EC-EIS/EC-BP)), YEARB (Fiscal Year), PERDE (Period).. 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 IFNNN 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 MANDTCLNT3T000MANDT
VERSIOVersion CFVERSIONCHAR3TKCVSALPHACFVERSIONVRS
PLACTIPlan/Act. indicator (EC-EIS/EC-BP) CFPLACTCHAR1CFPLACTPLI
YEARBFiscal Year CFYEARBNUMC4GJAHRGJAHRFSY
PERDEPeriod CFPERDENUMC3POPERPRD
KEY01Reference key field CFKEYCHAR1CHAR1
KEY02Reference key field CFKEYCHAR1CHAR1
KEY03Reference key field CFKEYCHAR1CHAR1
KEY04Reference key field CFKEYCHAR1CHAR1
KEY05Reference key field CFKEYCHAR1CHAR1
KEY06Reference key field CFKEYCHAR1CHAR1
KEY07Reference key field CFKEYCHAR1CHAR1
KEY08Reference key field CFKEYCHAR1CHAR1
KEY09Reference key field CFKEYCHAR1CHAR1
RECNRCO-BPC record number CFRECNRNUMC8NUM8
AEDTMChanged On CFAEDTMDATS8CFDATUM
UNAMEUser name CFUNAMECHAR12CHAR12
KEY10Reference key field CFKEYCHAR1CHAR1
KEY11Reference key field CFKEYCHAR1CHAR1
KEY12Reference key field CFKEYCHAR1CHAR1
KEY13Reference key field CFKEYCHAR1CHAR1
KEY14Reference key field CFKEYCHAR1CHAR1
KEY15Reference key field CFKEYCHAR1CHAR1
KEY16Reference key field CFKEYCHAR1CHAR1
KEY17Reference key field CFKEYCHAR1CHAR1
KEY18Reference key field CFKEYCHAR1CHAR1
KEY19Reference key field CFKEYCHAR1CHAR1
DAT01Reference value field SAP-EIS CFVALUECURR15(2) VALUE8
UNI01Currency CFCUKYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table IFNNN

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