AD_V_PRIOPRF 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_PRIOPRF
Related tables to AD_V_PRIOPRF
Access table AD_V_PRIOPRF




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

AD_V_PRIOPRF 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_PRIOPRF table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PROFID (CMC: Profile), TEXT (Text, 40 Characters Long), ROTCOND (Condition Determination for Rotables), INCPO (Include Purchase Order in ROC / Prio Calculation).. 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_PRIOPRF 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
PROFIDCMC: Profile ADPM_PROFIDCHAR6CHAR6
TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ROTCONDCondition Determination for Rotables ADPM_ROTCONDCHAR1ADPM_ROTCOND
INCPOInclude Purchase Order in ROC / Prio Calculation ADPM_INCPOCHAR1XFELD
INCPRInclude Purchase Requisitions in ROC / Prio Calculation ADPM_INCPRCHAR1XFELD
INCRWInclude WIP (Open Orders) in ROC / Prio Calculation ADPM_INCRWCHAR1XFELD
IPRLOPCMC: Use Parallel Ops f. 1 Activity (Labor/Machine) ADPM_IPRLOPCHAR1XFELD
IMXTATCMC: Use PP Move Time Matrix f.TWT ADPM_IMXTATCHAR1XFELD
IAOBCMC: Use Relationships to Link Orders ADPM_IAOBCHAR1XFELD
IGRPEQCMC: Group All Orders for One Equi.Logically ADPM_IGRPEQCHAR1XFELD
IAGGWCCMC: Aggregate All Ops in Seq. by Work Center ADPM_IAGGWCCHAR1XFELD
IATSWTCMC: Activate Automatic Prio.Rule Switch ADPM_IATSWTCHAR1XFELD
IAPOFTCMC: Activate Fine-Tuning for APO Orders APDM_IAPOFTCHAR1XFELD
RAPORWCMC: Read APO-Based Refurbishment Orders ADPM_RAPORWCHAR1XFELD
RRWORDCMC: Read ERP-Based Refurbishment Orders ADPM_RRWORDCHAR1XFELD
RPMORDCMC: Read PM Orders ADPM_RPMORDCHAR1XFELD
RSMORDCMC: Read CS Orders ADPM_RSMORDCHAR1XFELD
INOTIFCMC: Read Notifications APDM_INOTIFCHAR1XFELD
ICOMPLCMC: Read Completed Operations ADPM_ICOMPLCHAR1XFELD
USTATCMC User Status Profile ADPM_STSMACHAR8ADPMSTATPRFCHAR8
CALLMDCMC: Call Mode ADPM_CALLMODECHAR1ADPM_CALLMODE
TGROCCMC: Target Stock for ROC Calculation ADPM_ROCENDQUAN13(3) MENGV13
UMTSFTCMC: Use Material Safety Stock for ROC Calc. ADPM_UMTSFTCHAR1XFELD
PRHITHits in Days (Goods Movements in the Past) ADPM_HITRATENUMC3NUMC3
PRINDPeriod Indicator PERKZCHAR1PERKZPKZ
PRBCKCMC: Periods Used for ROC Calculation ADPM_PRROCNUMC3NUMC3
PRFWDCMC: Periods Used for ROC Calculation ADPM_PRROCNUMC3NUMC3
CHGMDCMC: Activate Change Mode for Master Data ADPM_CHGMDCHAR1XFELD
ACSTATComponent Maintenance Cockpit: Verification Active ADPM_ACHECKCHAR1XFELD
ACORCDComponent Maintenance Cockpit: Verification Active ADPM_ACHECKCHAR1XFELD
ACPRIOComponent Maintenance Cockpit: Verification Active ADPM_ACHECKCHAR1XFELD
ACCTWTComponent Maintenance Cockpit: Verification Active ADPM_ACHECKCHAR1XFELD
ACBTNSComponent Maintenance Cockpit: Verification Active ADPM_ACHECKCHAR1XFELD
IFIPDCMC: Interface IP Database ADPM_IFIPDCHAR1XFELD
DTUNITNormal duration/unit DAUNOREUNIT3T006CUNITMEINS
ROCFCCMC: Default Factory Calendar for ROC Calculation ADPM_ROCFCALECHAR2TFACDWFCID
DMXTATMaximum Shopfloor Turnaround Time ADPM_MXTATQUAN9(3) VGWRT
DTATUNNormal duration/unit DAUNOREUNIT3T006CUNITMEINS
BTCCLASSClass number KLASSE_DCHAR18KLASSEKLA
BTCATTRBCharacteristic name CHARACTNAMECHAR30ATNAMFEA
PRSWTCMC: Qty for Automatic Switch frm Stock-to Time-based Prio. ADPM_PRSWTQTYQUAN13(3) MENG13
ITROCCMC: Initial Range of Coverage [Days] ADPM_INITROCNUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM AD_V_PRIOPRF
INTO CORRESPONDING FIELDS OF WA_AD_V_PRIOPRF
WHERE...

How to access SAP table AD_V_PRIOPRF

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