JBRPH SAP (Portfolio hierarchy) Table details

Dictionary Type: Table
Description: Portfolio hierarchy




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




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

JBRPH is a standard SAP Table which is used to store Portfolio hierarchy data and is available within R/3 SAP systems depending on the version and release level.

The JBRPH table consists of various fields, each holding specific information or linking keys about Portfolio hierarchy data available in SAP. These include SICHTID (View of an Analysis Structure), PHID (Portfolio Hierarchy), AUTGR (Authorization Group), UPUSER (Last Changed by).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = JBRPHT


SAP JBRPH 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
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3JBRSIJBRSICHTIDSICHTID
PHIDPortfolio Hierarchy JBRPHIDNUMC3JBRPHIDPHIDS_AFWCH_PH
AUTGRAuthorization Group TV_AUTGRCHAR4VTVAUTGRTV_AUTGR
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
TUPTSTTime Stamp of Change JBRUPTSTNUMC14SYTSTP
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
DGEDATGenerated On JBRGEDATDATS8DATUM
TGETIMGeneration Time JBRGETIMTIMS6UZEIT
TGETSTTime Stamp of Generation JBRGETSTNUMC14SYTSTP
NOTACTIVPortfolio hierarchy was deactivated PH_NOTACTIVECHAR1XFELD
ARCHIVEDPortfolio hierarchy was archived. PH_ARCHIVEDCHAR1XFELD
STATUS_ICONIcon showing the status of the portfolio hierarchy PH_ICONCHAR4PH_ICON
PH_FILTERFilter of Category 'Portfolio Hierarchy Filter' AFWCH_PHFLIDCHAR8Assigned to domainAFWCH_FLIDS_AFWCH_PHFLID
TESTMODUSStatus of Filter AFWCH_STATUSCHAR1AFWCH_STATUS
UPDFOTYPFinancial Object Types updating Portfolio Hierarchies AFWCH_FO_TYPENUMC1AFWCH_FO_TYPE
VALAREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBRPH
INTO CORRESPONDING FIELDS OF WA_JBRPH
WHERE...

How to access SAP table JBRPH

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