TRLTS_PMCAT SAP (Position Change Category) Table details

Dictionary Type: Table
Description: Position Change Category




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




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

TRLTS_PMCAT is a standard SAP Table which is used to store Position Change Category data and is available within R/3 SAP systems depending on the version and release level.

The TRLTS_PMCAT table consists of various fields, each holding specific information or linking keys about Position Change Category data available in SAP. These include POS_COMP_1 (Position Component), POS_COMP_2 (Position Component), POS_COMP_RULE (TR Position Management: Position Change Rule), PMCAT_USAGE (Usage of Position Change Category).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TRLTS_PMCAT_T


SAP TRLTS_PMCAT 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
AMOUNT_CATPosition Change Category TPM_AMT_PM_CATCHAR4TPM_PM_CAT
POS_COMP_1Position Component TPM_POS_COMPNUMC4TRGTS_COMPTPM_SYSTEM_KEY
POS_COMP_2Position Component TPM_POS_COMPNUMC4TRGTS_COMPTPM_SYSTEM_KEY
POS_COMP_RULETR Position Management: Position Change Rule TPM_POS_CMP_RULENUMC4TPM_POS_CMP_RULE
PMCAT_USAGEUsage of Position Change Category TPM_PMCAT_USAGENUMC3TPM_PMCAT_USAGE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRLTS_PMCAT
INTO CORRESPONDING FIELDS OF WA_TRLTS_PMCAT
WHERE...

How to access SAP table TRLTS_PMCAT

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