VSPRHI_CN SAP (Version: WBS, edges (hierarchy pointer)) Table details

Dictionary Type: Table
Description: Version: WBS, edges (hierarchy pointer)




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




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

VSPRHI_CN is a standard SAP Table which is used to store Version: WBS, edges (hierarchy pointer) data and is available within R/3 SAP systems depending on the version and release level.

The VSPRHI_CN table consists of various fields, each holding specific information or linking keys about Version: WBS, edges (hierarchy pointer) data available in SAP. These include VSNMR (Number or description of a version), POSNR (WBS Element), PSPHI (Current number of the appropriate project), UP (Number of the superior 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VSPRHI_CN 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
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
POSNRWBS Element PS_POSNRNUMC8VSPRPS_CNABPSPPS_POSNR
PSPHICurrent number of the appropriate project PS_PSPHINUMC8VSPROJ_CNKONPDPS_PSPNR
UPNumber of the superior WBS element PS_PHIUPNUMC8VSPRPS_CNKONPRPS_POSNR
DOWNNumber of the 1. subordinate WBS element PS_PHIDONUMC8VSPRPS_CNKONPRPS_POSNR
LEFTNumber of the left adjacent position in WBS PS_PHILENUMC8VSPRPS_CNKONPRPS_POSNR
RIGHTNumber of the right adjacent position in WBS PS_PHIRINUMC8VSPRPS_CNKONPRPS_POSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM VSPRHI_CN
INTO CORRESPONDING FIELDS OF WA_VSPRHI_CN
WHERE...

How to access SAP table VSPRHI_CN

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