RSZELTPRIO SAP (Priorities with element collisions) Table details

Dictionary Type: Table
Description: Priorities with element collisions




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




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

RSZELTPRIO is a standard SAP Table which is used to store Priorities with element collisions data and is available within R/3 SAP systems depending on the version and release level.

The RSZELTPRIO table consists of various fields, each holding specific information or linking keys about Priorities with element collisions data available in SAP. These include OBJVERS (Object version), ELTUID (UUID in compressed form), NUM_SCALE_CNT (Counter for priority with formula collision), NUM_PREC_CNT (Counter for priority with formula collision).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSZELTPRIO 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
COMPUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
ELTUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
NUM_SCALE_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
NUM_PREC_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
TCUR_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
CTTNM_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
SIGNINV_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
EMPHASIS_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
FML_COLLSN_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
PLEVEL_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
CUMUL_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
LAGGR_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
INPUTABLE_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
UOMNM_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT
DIS_CNTCounter for priority with formula collision RSZFPRICNTINT410RSZPRIOCNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSZELTPRIO
INTO CORRESPONDING FIELDS OF WA_RSZELTPRIO
WHERE...

How to access SAP table RSZELTPRIO

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