PROJ_BAPI SAP (BAPI fields: PROJ) Structure details

Dictionary Type: Structure
Description: BAPI fields: PROJ




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




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

PROJ_BAPI 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 "BAPI fields: PROJ" 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_PROJ_BAPI TYPE PROJ_BAPI.

The PROJ_BAPI table consists of various fields, each holding specific information or linking keys about BAPI fields: PROJ data available in SAP. These include POST1 (PS: Short description (1st text line)), KIMSK (Selection mask for WBS element short IDs), STSPD (Status profile for project definition), STSPR (Status profile for WBS element).. 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: Cannot Be Enhanced


SAP PROJ_BAPI 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
STSPDStatus profile for project definition PS_STSPDCHAR8TJ20J_STSMA
STSPRStatus profile for WBS element PS_STSPRCHAR8TJ20J_STSMA
VERNRNumber of the responsible person (project manager) PS_VERNRNUMC8TCJ04PS_VERNR
ASTNRApplicant number PS_ASTNRNUMC8TCJ05PS_ASTNR
VBUKRCompany code for the project PS_VBUKRCHAR4T001BUKRSBUK
VGSBRBusiness area for the project PS_VGSBRCHAR4TGSBGSBERGSB
VKOKRControlling area for the project PS_VKOKRCHAR4TKA01CACCDCAC
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
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 PROFIDNZPLCHAR7Assigned to domainPROFILIDPNW
PROFLProject Profile PROFIDPROJCHAR7TCJ41PROFIDPROJPWS
BPROFBudget Profile BP_BPROFILCHAR6TBP1CBP_PROFILBP1
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
FMPRFPayment plan profile PSFM_PRFCHAR6TBP1CBP_PROFILBP1
PPROFPlanning profile BP_PPROFILCHAR6TBP1CBP_PROFILBP1

Key field Non-key field



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

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

How to access SAP table PROJ_BAPI

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