PROJOPR SAP (Structure for Collecting Project Activities) Structure details

Dictionary Type: Structure
Description: Structure for Collecting Project Activities




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




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

PROJOPR 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 "Structure for Collecting Project Activities" 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_PROJOPR TYPE PROJOPR.

The PROJOPR table consists of various fields, each holding specific information or linking keys about Structure for Collecting Project Activities data available in SAP. These include AUFNR (Network number), APLZL (Internal counter), VORNR (Operation/Activity Number), LTXA1 (Operation short text).. 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 PROJOPR 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
PROJNWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUFNRNetwork number NETZPLANCHAR12AUFNRNETZPLAN
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXA1Operation short text LTXA1CHAR40TEXT40
FSAVDEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
SSAVDLatest scheduled start: Execution (date) SSAVDDATS8DATUM
FSEDDEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
NTANFStart default VORGABESTRDATS8VORGABESTR
EINSAConstraint on the basic start date for the activity EINSCHRACHAR1RESTRIKSTR
NTENDConstraint for finish of activity (Basic) VORGABEENDDATS8VORGABEEND
EINSEConstraint on the finish date of the activity EINSCHRECHAR1RESTRIKEND
DAUNONormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
EWANFFixed/desired date for the forecasted start (projects) PS_EWANFDATS8VORGABESTR
EWFINFixed/desired date for forecasted finish (projects) PS_EWENDDATS8VORGABEEND
EWDAUForecast duration EWDAUERQUAN5(1) DAUER_4_1
EWEHTUnit for forecast duration EWDAUEREUNIT3CUNITEINHEIT
ISAVDActual operation start (date) ISAVDDATS8DATUM
IEAVDActual finish of operation (date) IEAVDDATS8DATUM
VBKZUpdate indicator VBKZCHAR1VERBUCHER
INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
KTEXTDescription AUFTEXTCHAR40TEXT40
KALIDFactory calendar key FABKLCHAR2Assigned to domainWFCID
ISBDActual start: Processing (date) ISBDDATS8DATUM
ISBZActual start: Processing (time) ISBZTIMS6ATIME
IEBDActual finish: Processing (date) IEBDDATS8DATUM
IEBZActual processing finish (time) IEBZTIMS6ATIME
FABKLCalendar for the dates in the WBS element PS_FABKLCHAR2Assigned to domainWFCID
EWSTAForecast date constraint on activity start PS_RESTACHAR1RESTRIKSTR
EWSTEForecast date constraint on activity finish PS_RESTECHAR1RESTRIKEND

Key field Non-key field



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

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

How to access SAP table PROJOPR

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