IF880 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

IF880 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 "" 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_IF880 TYPE IF880.

The IF880 table consists of various fields, each holding specific information or linking keys about 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IF880 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
TBSUBusiness area RKCG_TBSUCHAR8T271FRKCG_TBSU
TBSU__TSEG RKCANTBSU__TSEGCHAR8T271ERKCG_TSEG
TDIVDivision RKCG_TDIVCHAR8T271GRKCG_TDIV
TDIV__TBSU RKCANTDIV__TBSUCHAR8T271FRKCG_TBSU
TDIV__TSEG RKCANTDIV__TSEGCHAR8T271ERKCG_TSEG
TPRLNProduct line RKCG_TPRLNCHAR8T271HRKCG_TPRLN
TPRLN__TDIV RKCANTPRLN__TDIVCHAR8T271GRKCG_TDIV
TSEGSegment RKCG_TSEGCHAR8T271ERKCG_TSEG
RECNRCO-BPC record number CFRECNRNUMC8NUM8
AEDTMChanged On CFAEDTMDATS8CFDATUM
UNAMEUser name CFUNAMECHAR12CHAR12
TACCPPayables RKCG_TACCPCURR15(2) CGSCURR
TACCRReceivables RKCG_TACCRCURR15(2) CGSCURR
TAEXPAdministrative costs RKCG_TAEXPCURR15(2) CGSCURR
TCASHLiquid funds RKCG_TCASHCURR15(2) CGSCURR
TCOGSProduction costs RKCG_TCOGSCURR15(2) CGSCURR
TDEPRDepreciation RKCG_TDEPRCURR15(2) CGSCURR
TEQTYEquity capital RKCG_TEQTYCURR15(2) CGSCURR
TFASSFixed assets RKCG_TFASSCURR15(2) CGSCURR
TIEXPInterest expense RKCG_TIEXPCURR15(2) CGSCURR
TIINCInterest received RKCG_TIINCCURR15(2) CGSCURR
TINVInventory stocks RKCG_TINVCURR15(2) CGSCURR
TLLIALong-term loan capital RKCG_TLLIACURR15(2) CGSCURR
TRAWMExpenses for raw materials RKCG_TRAWMCURR15(2) CGSCURR
TSALRWages RKCG_TSALRCURR15(2) CGSCURR
TSLIAShort-term loan capital RKCG_TSLIACURR15(2) CGSCURR
TSLSSales revenue RKCG_TSLSCURR15(2) CGSCURR
TQTYQuantity RKCG_TQTYQUAN15(3) CGSQUAN
TQTY_UNITUnit RKCG_UNITUNIT3T006CUNITMEINS
TTAXSTaxes RKCG_TTAXSDEC15(3) CGSDEC

Key field Non-key field



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

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

How to access SAP table IF880

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