OLR3_PROJI SAP (PSIS - Individual Overviews: Project Definitions) Structure details

Dictionary Type: Structure
Description: PSIS - Individual Overviews: Project Definitions




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




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

OLR3_PROJI 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 "PSIS - Individual Overviews: Project Definitions" 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_OLR3_PROJI TYPE OLR3_PROJI.

The OLR3_PROJI table consists of various fields, each holding specific information or linking keys about PSIS - Individual Overviews: Project Definitions data available in SAP. These include ARNUMMER (Archiving Session Number), VSGRUPPE (Group for a project version), VSNUMMER (Number or description of a version), PRCTR (Profit Center).. 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: Can be enhanced (character-type or numeric)


SAP OLR3_PROJI 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
ARNUMMERArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
VSGRUPPEGroup for a project version VSGRUPPECHAR20TEXT20
VSNUMMERNumber or description of a version VSNMRCHAR12VSNMRVS2
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POST1PS: Short description (1st text line) PS_POST1CHAR40TEXT40
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
KIMSKSelection mask for WBS element short IDs PS_KIMSKCHAR24PS_PROID
VERNRNumber of the responsible person (project manager) PS_VERNRNUMC8TCJ04PS_VERNR
VERNAName of responsible person (Project manager) PS_VERNACHAR25PS_VERNA
ASTNRApplicant number PS_ASTNRNUMC8TCJ05PS_ASTNR
ASTNAApplicant PS_ASTNACHAR25PS_ASTNA
VBUKRCompany code for the project PS_VBUKRCHAR4T001BUKRSBUK
VGSBRBusiness area for the project PS_VGSBRCHAR4TGSBGSBERGSB
VKOKRControlling area for the project PS_VKOKRCHAR4TKA01CACCDCAC
PWHIEWBS currency (project definition) PS_PWHIECUKY5TCURCWAERS
ZUORDNetwork assignment PS_ZUORDNUMC1PS_ZUORD
PLFAZProject planned start date PS_PLFAZDATS8DATUM
PLSEZProject planned finish date PS_PLSEZDATS8DATUM
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KALIDFactory calendar key FABKLCHAR2TFACDWFCID
VGPLFPlanning method for project basic dates PS_VGPLFNUMC1PSPLFRM
EWPLFPlanning method for project forecast dates PS_EWPLFNUMC1PSPLFRM
ZTEHTTime unit in time scheduling PS_ZTEHTUNIT3T006CUNITMEINS
VPROFNetwork profile PROFIDNZPLCHAR7TCN41PROFILIDPNW
PROFLProject Profile PROFIDPROJCHAR7TCJ41PROFIDPROJPWS
BPROFBudget Profile BP_BPROFILCHAR6TBP1CBP_PROFILBP1
TXTSPLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
AEDTEDate of last scheduling of the overall network (basic dates) PS_AEDTEDATS8DATUM
AEDTPDate of last scheduling of the overall network (forecast) PS_AEDTPDATS8DATUM
AEDTIDate of the last scheduling of the overall network (actual) PS_AEDTIDATS8DATUM
BESTAProject stock PS_BESTANDCHAR1XFELD
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
XSTATStatistical WBS element PS_XSTATCHAR1XFELD
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
ZSCHMInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7TPI01PS_ZSCHM
SCPRFProfile for WBS scheduling PS_SCHDPRFCHAR12TCXPSPS_SCHDPRF
IMPRFInvestment measure profile IM_PROFILCHAR6TAPRFIM_PROFIL
FMPRFPayment plan profile PSFM_PRFCHAR6TBP1CBP_PROFILBP1
PPROFPlanning profile BP_PPROFILCHAR6Assigned to domainBP_PROFILBP1
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
RECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
ETYPEEquity type JV_ETYPECHAR3T8JEALPHAJV_ETYPE
OTYPEJoint Venture Object Type JV_OTYPECHAR4ALPHAJV_OTYPE
JIBCLJIB/JIBE Class JV_JIBCLCHAR3T8J6AJV_JIBCLJIB
JIBSAJIB/JIBE Subclass A JV_JIBSACHAR5T8J6CJV_JIBSAJBS
STATXTEdited status text STATUSTEXT_2CHAR80CHAR80
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
ZFILEPATHCharacter field of length 40 CHAR40CHAR40CHAR40
ZFILE1NAMEChar 20 CHAR20CHAR20CHAR20
ZFILE1EXTE3-Byte field CHAR3CHAR3CHAR3
ZFILE2NAMEChar 20 CHAR20CHAR20CHAR20
ZFILE2EXTE3-Byte field CHAR3CHAR3CHAR3
ZFILE3NAMEChar 20 CHAR20CHAR20CHAR20
ZFILE3EXTE3-Byte field CHAR3CHAR3CHAR3
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
INT_IDID/Object key OBJEKT_IDCHAR30CHAR30
LOEKZDeletion Indicator LOEVMCHAR1XFELD
LIGHTALV control: Exception as LED LVC_EXLEDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table OLR3_PROJI

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