IFPRODEFIM SAP (Interface structure for project definition -> import only) Structure details

Dictionary Type: Structure
Description: Interface structure for project definition -> import only




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




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

IFPRODEFIM 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 "Interface structure for project definition -> import only" 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_IFPRODEFIM TYPE IFPRODEFIM.

The IFPRODEFIM table consists of various fields, each holding specific information or linking keys about Interface structure for project definition -> import only data available in SAP. These include POST1 (PS: Short description (1st text line)), KIMSK (Selection mask for WBS element short IDs), VERNR (Number of the responsible person (project manager)), ASTNR (Applicant 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: Not classified


SAP IFPRODEFIM 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
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POST1PS: Short description (1st text line) PS_POST1CHAR40TEXT40
KIMSKSelection mask for WBS element short IDs PS_KIMSKCHAR24PS_PROID
VERNRNumber of the responsible person (project manager) PS_VERNRNUMC8Assigned to domainPS_VERNR
ASTNRApplicant number PS_ASTNRNUMC8Assigned to domainPS_ASTNR
VBUKRCompany code for the project PS_VBUKRCHAR4Assigned to domainBUKRSBUK
VGSBRBusiness area for the project PS_VGSBRCHAR4Assigned to domainGSBERGSB
VKOKRControlling area for the project PS_VKOKRCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PWHIEWBS currency (project definition) PS_PWHIECUKY5Assigned to domainWAERS
ZUORDNetwork assignment PS_ZUORDNUMC1PS_ZUORD
PLFAZProject planned start date PS_PLFAZDATS8DATUM
PLSEZProject planned finish date PS_PLSEZDATS8DATUM
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KALIDFactory calendar key FABKLCHAR2Assigned to domainWFCID
VGPLFPlanning method for project basic dates PS_VGPLFNUMC1PSPLFRM
EWPLFPlanning method for project forecast dates PS_EWPLFNUMC1PSPLFRM
ZTEHTTime unit in time scheduling PS_ZTEHTUNIT3Assigned to domainCUNITMEINS
NZANZIndicator: Network header visible to end user NETZOBERFLCHAR1X
PLNAWApplication of the task list PLNAWCHAR1Assigned to domainPLNAW
VPROFNetwork profile PROFIDNZPLCHAR7Assigned to domainPROFILIDPNW
PROFLProject Profile PROFIDPROJCHAR7Assigned to domainPROFIDPROJPWS
BPROFBudget Profile BP_BPROFILCHAR6Assigned to domainBP_PROFILBP1
TXTSPLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
RECIDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
ETYPEEquity type JV_ETYPECHAR3Assigned to domainALPHAJV_ETYPE
JIBCLJIB/JIBE Class JV_JIBCLCHAR3Assigned to domainJV_JIBCLJIB
JIBSAJIB/JIBE Subclass A JV_JIBSACHAR5Assigned to domainJV_JIBSAJBS
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
XSTATStatistical WBS element PS_XSTATCHAR1XFELD
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
ZSCHMInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
SCPRFProfile for WBS scheduling PS_SCHDPRFCHAR12Assigned to domainPS_SCHDPRF
IMPRFInvestment measure profile IM_PROFILCHAR6Assigned to domainIM_PROFIL
FMPRFPayment plan profile PSFM_PRFCHAR6Assigned to domainBP_PROFILBP1
ABGSLResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
POSTUPS: Short description (1st text line) in all caps PS_POSTUCHAR40CHAR40
PPROFPlanning profile BP_PPROFILCHAR6Assigned to domainBP_PROFILBP1
PLINTIndicator for Integrated Planning PLINTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFPRODEFIM

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