ADPMPRIOPRF SAP (Component Maintenance Cockpit Profile) Table details

Dictionary Type: Table
Description: Component Maintenance Cockpit Profile




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




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

ADPMPRIOPRF is a standard SAP Table which is used to store Component Maintenance Cockpit Profile data and is available within R/3 SAP systems depending on the version and release level.

The ADPMPRIOPRF table consists of various fields, each holding specific information or linking keys about Component Maintenance Cockpit Profile data available in SAP. These include PROFID (CMC: Profile), ROTCOND (Condition Determination for Rotables), TGROC (CMC: Target Stock for ROC Calculation), 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = ADPMPRIOPRFT


SAP ADPMPRIOPRF 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 MANDTCLNT3T000MANDT
PROFIDCMC: Profile ADPM_PROFIDCHAR6CHAR6
ROTCONDCondition Determination for Rotables ADPM_ROTCONDCHAR1ADPM_ROTCOND
TGROCCMC: Target Stock for ROC Calculation ADPM_ROCENDQUAN13(3) MENGV13
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
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 ADPMPRIOPRF using ABAP code

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

SELECT SINGLE *
FROM ADPMPRIOPRF
INTO CORRESPONDING FIELDS OF WA_ADPMPRIOPRF
WHERE...

How to access SAP table ADPMPRIOPRF

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