PSERB SAP (Inheritance data, Project System) Table details

Dictionary Type: Table
Description: Inheritance data, Project System




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




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

PSERB is a standard SAP Table which is used to store Inheritance data, Project System data and is available within R/3 SAP systems depending on the version and release level.

The PSERB table consists of various fields, each holding specific information or linking keys about Inheritance data, Project System data available in SAP. These include OBJNR (Object number), TOP_OBJNR (Object number), POSID (Work Breakdown Structure Element (WBS Element)), PSPID (Project Definition).. 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: Can be enhanced (character-type or numeric)


SAP PSERB table 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
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
TOP_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSKIWBS element short identification PS_POSKICHAR16PS_PROKI
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
PBUKRCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PGSBRBusiness Area GSBERCHAR4TGSBGSBERGSB
PKOKRControlling Area KOKRSCHAR4TKA01CACCDCAC
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
PRARTProject type PS_PRARTCHAR2TCJ1PS_PRART
AKOKRControlling area of requesting cost center PS_AKOKRCHAR4TKA01CACCDCAC
AKSTLRequesting cost center PS_AKSTLCHAR10Assigned to domainALPHAKOSTLKOS
FKOKRControlling area of responsible cost center PS_FKOKRCHAR4TKA01CACCDCAC
FKSTLResponsible cost center PS_FKSTLCHAR10Assigned to domainALPHAKOSTLKOS
PWPOSCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
USR001st user field for 20 characters - WBS element- USR00PRPSCHAR20USRCHAR20
USR012nd user field 20 digits - WBS element USR01PRPSCHAR20USRCHAR20
USR023rd user-defined field 10 digits -WBS element USR02PRPSCHAR10USRCHAR10
USR034th user-defined field 10 digits -WBS element USR03PRPSCHAR10USRCHAR10
USR081st user field for date -WBS element USR08PRPSDATS8USRDATE
USR092nd user field for date -WBS element USR09PRPSDATS8USRDATE
USR101st user field for 'Ind. for evaluations' WBS elem. USR10PRPSCHAR1FLAG
USR112nd user field for 'Indicator for eval.s' WBS elemnt USR11PRPSCHAR1FLAG
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
IZWEKReason for investment IZWEKCHAR2T087IIZWEK
ISIZEScale of investment objects IM_SIZECLCHAR2TAIF5ALPHASIZECL
IUMKZReason for environmental investment AM_UMWKZCHAR5T087KAM_UMWKZ
STORTLocation PS_STORTCHAR10T499SAP_STAND

Key field Non-key field



How do I retrieve data from SAP table PSERB using ABAP code

The following ABAP code Example will allow you to do a basic selection on PSERB to SELECT all data from the table
DATA: WA_PSERB TYPE PSERB.

SELECT SINGLE *
FROM PSERB
INTO CORRESPONDING FIELDS OF WA_PSERB
WHERE...

How to access SAP table PSERB

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