AD_V_PRIOSUB SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The AD_V_PRIOSUB table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include ORCOD (PM/CS Order Code Indicating Rotable Process), PRKEY (Rotables Control: Priority Key), WERKS (Plant), ARBPL (Work center).. 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_PRIOSUB 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_ORDERCODECHAR1ADPMPRIOHDADPM_ORDERCODE
PRKEYRotables Control: Priority Key ADPM_PRIOKEYCHAR1ADPM_PRIOCODE
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR
PRVALPriority for PM/CS Orders ADPM_RTPRIONUMC2DOKU_SEQN2
PRFIXPriority for PM/CS Orders ADPM_RTPRIONUMC2DOKU_SEQN2
PRTMETime Used to Determine Priority Value in CMC ADPM_PRIOTIMEQUAN5(1) DAUER_4_1
TMPCTCMC: Percentage Time Used for Time-Based Calc ADPM_TIMEPCTDEC5(2) DIDEC3
TUNITNormal duration/unit DAUNOREUNIT3T006CUNITMEINS
FXQTYStock Quantity Used to Determine Priority Value in CMC ADPM_PRIOQTYQUAN13(3) MENG13
STPCTCMC: Relative Comparison Stock Used for Qty-Based Calc. ADPM_STOCKPCTDEC5(2) DEC3_2
STTYPCMC: Stock Type for Qty-Based Prio Calculation ADPM_STOCKTYPECHAR2ADPM_STOCKTYPE
SBLCIIndicator: blocked stock available for planning XFAN1CHAR1XFELD
SUM1IIndicator: stock in transfer available for planning KZUMBCHAR1XFLAG
SQTYISelection of QM inspection lots SELQMCHAR1RWKZG
TLUNTNormal duration/unit DAUNOREUNIT3T006CUNITMEINS
LROVLCMC: Order/Tasks Overlapping Time to Set Icon ADPM_OVERLAPDEC7(2) ANZ5_2
LYOVLCMC: Order/Tasks Overlapping Time to Set Icon ADPM_OVERLAPDEC7(2) ANZ5_2
LGOVLCMC: Order/Tasks Overlapping Time to Set Icon ADPM_OVERLAPDEC7(2) ANZ5_2
BLOCKCMC : Block Indicator ADPM_BLOCKINDCHAR1CHAR1
RLPCTCMC: Percentage Time Used for Time-Based Calc ADPM_TIMEPCTDEC5(2) DIDEC3
YLPCTCMC: Percentage Time Used for Time-Based Calc ADPM_TIMEPCTDEC5(2) DIDEC3
GLPCTCMC: Percentage Time Used for Time-Based Calc ADPM_TIMEPCTDEC5(2) DIDEC3
LOOVLCMC: Order/Tasks Overlapping Time to Set Icon ADPM_OVERLAPDEC7(2) ANZ5_2
OLPCTCMC: Percentage Time Used for Time-Based Calc ADPM_TIMEPCTDEC5(2) DIDEC3
SRBCITake restricted-use stock into account (only for batches) NFVBCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM AD_V_PRIOSUB
INTO CORRESPONDING FIELDS OF WA_AD_V_PRIOSUB
WHERE...

How to access SAP table AD_V_PRIOSUB

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