/NAM/TJKDISPPR SAP (Dispatching priority) Table details

Dictionary Type: Table
Description: Dispatching priority




ABAP Code to SELECT data from /NAM/TJKDISPPR
Related tables to /NAM/TJKDISPPR
Access table /NAM/TJKDISPPR




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

/NAM/TJKDISPPR is a standard SAP Table which is used to store Dispatching priority data and is available within R/3 SAP systems depending on the version and release level.

The /NAM/TJKDISPPR table consists of various fields, each holding specific information or linking keys about Dispatching priority data available in SAP. These include PRIO (Dispatching Priority), XDEFAULT (Default Value for Dispatching Priority), XSOS (Highest Value for Dispatching priority).. 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: Can be enhanced (character-type)

Text table = /NAM/TJKDISPPRT


SAP /NAM/TJKDISPPR 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
PRIODispatching Priority /NAM/JDISP_PRIOCHAR1/NAM/JDISP_PRIO
XDEFAULTDefault Value for Dispatching Priority /NAM/JDISP_PRIO_DEFAULTCHAR1XFELD
XSOSHighest Value for Dispatching priority /NAM/JDISP_PRIO_SOSCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /NAM/TJKDISPPR using ABAP code

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

SELECT SINGLE *
FROM /NAM/TJKDISPPR
INTO CORRESPONDING FIELDS OF WA_/NAM/TJKDISPPR
WHERE...

How to access SAP table /NAM/TJKDISPPR

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