VSHIST_PR SAP (Transfer history WBS element) Table details

Dictionary Type: Table
Description: Transfer history WBS element




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




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

VSHIST_PR is a standard SAP Table which is used to store Transfer history WBS element data and is available within R/3 SAP systems depending on the version and release level.

The VSHIST_PR table consists of various fields, each holding specific information or linking keys about Transfer history WBS element data available in SAP. These include PSPNR (WBS Element), ZAEHL (Counter: Transfer objects), PSPNR_FROM (Original WBS element counter), TRNAM (NAme of the user who transferred the version).. 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 VSHIST_PR 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 MANDTCLNT3Assigned to domainMANDT
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
ZAEHLCounter: Transfer objects VS_TRZAEHLNUMC8NUMC8
PSPNR_FROMOriginal WBS element counter POSNR_FROMNUMC8Assigned to domainKONPRPS_POSNR
TRNAMNAme of the user who transferred the version VSTRNAMCHAR12USNAM
TRDATTransfer date for a version VSTRDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM VSHIST_PR
INTO CORRESPONDING FIELDS OF WA_VSHIST_PR
WHERE...

How to access SAP table VSHIST_PR

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