ADPMPRIOHD SAP (Customizing : Priority for rotable orders (Header)) Table details

Dictionary Type: Table
Description: Customizing : Priority for rotable orders (Header)




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




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

ADPMPRIOHD is a standard SAP Table which is used to store Customizing : Priority for rotable orders (Header) data and is available within R/3 SAP systems depending on the version and release level.

The ADPMPRIOHD table consists of various fields, each holding specific information or linking keys about Customizing : Priority for rotable orders (Header) data available in SAP. These include ORCOD (PM/CS Order Code Indicating Rotable Process), PRKEY (Rotables Control: Priority Key), PRFIX (Priority for PM/CS Orders), AUTSD (Enables Automatic ROC Scheduling).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = ADPMORDTXT


SAP ADPMPRIOHD 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
ORCODPM/CS Order Code Indicating Rotable Process ADPM_ORDERCODECHAR1ADPM_ORDERCODE
PRKEYRotables Control: Priority Key ADPM_PRIOKEYCHAR1ADPM_PRIOCODE
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 ADPMPRIOHD using ABAP code

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

SELECT SINGLE *
FROM ADPMPRIOHD
INTO CORRESPONDING FIELDS OF WA_ADPMPRIOHD
WHERE...

How to access SAP table ADPMPRIOHD

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