RT8PSA_EQUAL_PRIO SAP (PSA Equal Priority) Structure details

Dictionary Type: Structure
Description: PSA Equal Priority




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




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

RT8PSA_EQUAL_PRIO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "PSA Equal Priority" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RT8PSA_EQUAL_PRIO TYPE RT8PSA_EQUAL_PRIO.

The RT8PSA_EQUAL_PRIO table consists of various fields, each holding specific information or linking keys about PSA Equal Priority data available in SAP. These include CURT (Currency type of the local currency (HSL)), CURR (Currency Key), PSC_CALC_STEP (PSA calculation step), SCHEME_STEP (PSA scheme calculation step).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RT8PSA_EQUAL_PRIO structure 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
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
CURTCurrency type of the local currency (HSL) CURT_HSLCHAR2CURTP
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PSC_CALC_STEPPSA calculation step PSA_CALC_STEPNUMC3PSA_CALC_STEP
SCHEME_STEPPSA scheme calculation step PSA_SCHEME_STEPNUMC3PSA_CALC_STEP
UNITSPSC Quantity From PSA_QTY_FROMDEC17(5) PSA_PV
PSC_PER_COSTPSC Period Costs PSC_PER_COSTCHAR1PSC_PER_COST
PSC_SENDPSC Name PSA_NAMECHAR10Assigned to domainPSA_NAMEPSC_NAME
PRO_SENDPSA Product PSA_PRODUCTCHAR10Assigned to domainPSA_PRODUCTPSC_PROD
VNAME_SENDJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
EQGRP_SENDEquity group JV_EGROUPCHAR3Assigned to domainALPHAJV_EGROUPGJE
PSC_PRODPSC Name PSA_NAMECHAR10Assigned to domainPSA_NAMEPSC_NAME
PRO_PRODPSA Product PSA_PRODUCTCHAR10Assigned to domainPSA_PRODUCTPSC_PROD
RJVNAMJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
REGROUEquity group JV_EGROUPCHAR3Assigned to domainALPHAJV_EGROUPGJE
PARTNPartner account number JV_PARTCHAR10Assigned to domainALPHAKUNNR
PSA_EGPSA Equity Group PSA_EGROUPCHAR3Assigned to domainALPHAJV_EGROUP
PSC_CALC_TYPEPSA Calculation Type PSA_CTNUMC3Assigned to domainPSA_CT
PSC_CALC_TP_CGPSA Calculation Type Category PSA_CT_CGCHAR1PSA_CT_CG
PSC_RATEPSA Rate PSA_RATEDEC8(5) PSA_RATE
TOT_AMT_ADJPSC Total Production PSA_TPCURR17(2) WERTV9
GOV_AMTPSC Total Production PSA_TPCURR17(2) WERTV9
CON_AMTPSC Total Production PSA_TPCURR17(2) WERTV9
TOT_AMTPSC Total Production PSA_TPCURR17(2) WERTV9
CFW_AMTPSC Total Production PSA_TPCURR17(2) WERTV9
PSA_EQUAL_PRIOPSA Equal Priority Calculation PSA_EQUAL_PRIONUMC3Assigned to domainPSA_CT

Key field Non-key field



How do I retrieve data from SAP structure RT8PSA_EQUAL_PRIO using ABAP code?

As RT8PSA_EQUAL_PRIO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RT8PSA_EQUAL_PRIO as there is no data to select.

How to access SAP table RT8PSA_EQUAL_PRIO

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