IF001 SAP (Profitability Analysis) Structure details

Dictionary Type: Structure
Description: Profitability Analysis




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




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

IF001 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 "Profitability Analysis" 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_IF001 TYPE IF001.

The IF001 table consists of various fields, each holding specific information or linking keys about Profitability Analysis 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 IF001 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
VERSOData area (previously version) CFVERSONUMC2T242VVERSODBE
SPARTDivision CFSPARTCHAR8CHAR8
GEBIEArea CFGEBIECHAR8CHAR8
REGIORegion CFREGIOCHAR8CHAR8
OBUKROriginal company code CFOBUKRCHAR8CHAR8
KNDGRCustomer group CFKNDGRCHAR8CHAR8
ARTGRProduct group CFARTGRCHAR8CHAR8
PRCTRProfit center CFPRCTRCHAR10CHAR10
GSBERBusiness area CFGSBERCHAR4CHAR4
VALTYValue type CFVALTYCHAR1T242WVALTYVAT
RECNRCO-BPC record number CFRECNRNUMC8NUM8
AEDTMChanged On CFAEDTMDATS8CFDATUM
UNAMEUser name CFUNAMECHAR12CHAR12
VERSO_WAERSCurrency RKCG_CUKYCUKY5TCURCWAERS
ABSMGSales quantity CFABSMGQUAN15(3) CFQUAN8
QABSMGUnit RKCG_UNITUNIT3T006CUNITMEINS
ERLOSRevenue CFERLOSCURR15(2) CFCURR8
VSVPDispatch packaging CFVSVPCURR15(2) CFCURR8
VPROVSales commission CFVPROVCURR15(2) CFCURR8
WEINSGoods Usage CFWEINSCURR15(2) CFCURR8
EINFRIncoming freight CFEINFRCURR15(2) CFCURR8
EINVPIncoming packaging CFEINVPCURR15(2) CFCURR8
ROHSTRaw materials CFROHSTCURR15(2) CFCURR8
PRODFFixed manufacturing costs CFPRODFCURR15(2) CFCURR8
PRODPVariable manufacturing costs CFPRODPCURR15(2) CFCURR8
HLFSTOperating supplies CFHLFSTCURR15(2) CFCURR8
VTRGKSales overhead costs CFVTRGKCURR15(2) CFCURR8
ADMGKAdministration overhead costs CFADMGKCURR15(2) CFCURR8
RABATDiscounts CFRABATCURR15(2) CFCURR8
BONUSRebates CFBONUSCURR15(2) CFCURR8
MRABAPrice reduction CFMRABACURR15(2) CFCURR8
PRABWProduction variance CFPRABWCURR15(2) CFCURR8

Key field Non-key field



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

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

How to access SAP table IF001

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