TRGC_MIGR_PMP SAP (Conversion Position Management Procedure) Table details

Dictionary Type: Table
Description: Conversion Position Management Procedure




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




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

TRGC_MIGR_PMP is a standard SAP Table which is used to store Conversion Position Management Procedure data and is available within R/3 SAP systems depending on the version and release level.

The TRGC_MIGR_PMP table consists of various fields, each holding specific information or linking keys about Conversion Position Management Procedure data available in SAP. These include NR_PMP_FROM (No. of Position Management Procedure from), NR_PMP_TO (No. of Position Management Procedure to), NR_VAP1_FROM (No. of One-Step Valuation Procedure from), NR_VAP1_TO (No. of Valuation Procedure from).. 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: Cannot Be Enhanced


SAP TRGC_MIGR_PMP 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
NR_PMP_FROMNo. of Position Management Procedure from TPM_POS_MAN_PROC_FROMNUMC4NUMC4
NR_PMP_TONo. of Position Management Procedure to TPM_POS_MAN_PROC_TONUMC4NUMC4
NR_VAP1_FROMNo. of One-Step Valuation Procedure from TPM_VAL_STEP_PROC_FROMNUMC4NUMC4
NR_VAP1_TONo. of Valuation Procedure from TPM_VAL_STEP_PROC_TONUMC4NUMC4
NR_VAP4_FROMNo. of Valuation Procedure Securities from TPM_VAL_TI_STEP_PROC_FROMNUMC4NUMC4
NR_VAP4_TONo. of Valuation Procedure Securities to TPM_VAL_TI_STEP_PROC_TONUMC4NUMC4
NR_VAP5_FROMNo. of Valuation Procedure Foreign Exchange from TPM_VAL_FX_STEP_PROC_FROMNUMC4NUMC4
NR_VAP5_TONo. of Valuation Procedure Foreign Exchange to TPM_VAL_FX_STEP_PROC_TONUMC4NUMC4
NR_VAP6_FROMNo. of Forex Rate Valuation Procedure from TPM_VAL_RT_STEP_FROMNUMC4NUMC4
NR_VAP6_TONo. of Forex Rate Valuation Procedure to TPM_VAL_RT_STEP_TONUMC4NUMC4
NR_AMORT_FROMNo. of Amortization Procedure from TPM_AMORT_STEP_PROC_FROMNUMC4NUMC4
NR_AMORT_TONo. of Amortization Procedure to TPM_AMORT_STEP_PROC_TONUMC4NUMC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRGC_MIGR_PMP
INTO CORRESPONDING FIELDS OF WA_TRGC_MIGR_PMP
WHERE...

How to access SAP table TRGC_MIGR_PMP

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