VSHIST_OR SAP (Transfer history order) Table details

Dictionary Type: Table
Description: Transfer history order




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




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

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

The VSHIST_OR table consists of various fields, each holding specific information or linking keys about Transfer history order data available in SAP. These include AUFNR (Order Number), ZAEHL (Counter: Transfer objects), AUFNR_FROM (Order No. Original network), 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_OR 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ZAEHLCounter: Transfer objects VS_TRZAEHLNUMC8NUMC8
AUFNR_FROMOrder No. Original network AUFNR_FROMCHAR12Assigned to domainALPHAAUFNR
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_OR using ABAP code

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

SELECT SINGLE *
FROM VSHIST_OR
INTO CORRESPONDING FIELDS OF WA_VSHIST_OR
WHERE...

How to access SAP table VSHIST_OR

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