AD_V_PRIOHD SAP (Generated Table for View AD_V_PRIOHD) Table View details

Dictionary Type: Table View
Description: Generated Table for View AD_V_PRIOHD




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




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

AD_V_PRIOHD is a standard SAP Table View which is used to store Generated Table for View AD_V_PRIOHD data and is available within R/3 SAP systems depending on the version and release level.

The AD_V_PRIOHD table consists of various fields, each holding specific information or linking keys about Generated Table for View AD_V_PRIOHD data available in SAP. These include ORCOD (PM/CS Order Code Indicating Rotable Process), PRKEY (Rotables Control: Priority Key), ORTXT (Short Text), PRFIX (Priority for PM/CS Orders).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AD_V_PRIOHD table view 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
ORCODPM/CS Order Code Indicating Rotable Process ADPM_ORDERCODECHAR1ADPM_ORDERCODE
PRKEYRotables Control: Priority Key ADPM_PRIOKEYCHAR1ADPM_PRIOCODE
ORTXTShort Text AUARTTEXTCHAR40TEXT40
PRFIXPriority for PM/CS Orders ADPM_RTPRIONUMC2DOKU_SEQN2
AUTSDEnables Automatic ROC Scheduling ADPM_SCHEDULINGCHAR1XFIELD
MANPRAllows User to Manually Change Priority Value ADPM_PRIOUPDATECHAR1XFIELD
STRFKStretch Factor for Arithmetic Buffer Calculation ADPM_STRETCHFKDEC6(2) DEC4_2
AUTPRCMC: Automatic Prio Calculation for Order Code ADPM_AUTOPRIOCHAR1XFLAG
RTMOPCMC Real-Time Mode: Icon/Alert Setting for Operation ADPM_RTMOPCHAR1XFLAG
TMPRCCMC: Reference Time/Date for Time-Based Prio ADPM_TIMEFRAMECHAR2ADPM_TIMEFRAME
SORT1Sort indicator 01 SORT1CHAR1SORT1
CNFCPMinimum Order/Op. Time for CMC ADPM_CNFCHKOPRQUAN5(1) DAUER_4_1
CNCFOMinimum Order/Op. Time for CMC ADPM_CNFCHKOPRQUAN5(1) DAUER_4_1
TUNITNormal duration/unit DAUNOREUNIT3T006CUNITMEINS
EXCNFCMC: Expected Confirmation Interval ADPM_EXCNFDEC5(2) DEC3_2
BSNTYCMC: Business Type of Order Code ADPM_BUSINESSTYPECHAR1ADPM_BUSINESSTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM AD_V_PRIOHD
INTO CORRESPONDING FIELDS OF WA_AD_V_PRIOHD
WHERE...

How to access SAP table AD_V_PRIOHD

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