TA20PPZ SAP (Message handling: chosen priority with top priority) Table details

Dictionary Type: Table
Description: Message handling: chosen priority with top priority




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




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

TA20PPZ is a standard SAP Table which is used to store Message handling: chosen priority with top priority data and is available within R/3 SAP systems depending on the version and release level.

The TA20PPZ table consists of various fields, each holding specific information or linking keys about Message handling: chosen priority with top priority data available in SAP. These include USERG (Grouping: Travel Planning Control Variant), HIGHEST_PRIO (Top priority), CHOSEN_PRIO (Priority of chosen service of an availability), REACTION (Response due to priority of priority situation).. 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: Not classified

Text table = TA20PPZ1


SAP TA20PPZ 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 MANDTCLNT3Assigned to domainMANDT
USERGGrouping: Travel Planning Control Variant TP_CONTROL_TRVUSCHAR2TA20BFTPD_EMPLOYEE_GROUP
HIGHEST_PRIOTop priority HIGHEST_PRIOCHAR1TA20PPPFTPD_PROF_PRIORITY
CHOSEN_PRIOPriority of chosen service of an availability CHOSEN_PRIOCHAR1TA20PPPFTPD_PROF_PRIORITY
REACTIONResponse due to priority of priority situation REACTIONCHAR1FTPD_MSGTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM TA20PPZ
INTO CORRESPONDING FIELDS OF WA_TA20PPZ
WHERE...

How to access SAP table TA20PPZ

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