PFAIM_TR_UTMATCH SAP (Assignment of Update Type to Flow Types in PA) Table details

Dictionary Type: Table
Description: Assignment of Update Type to Flow Types in PA




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




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

PFAIM_TR_UTMATCH is a standard SAP Table which is used to store Assignment of Update Type to Flow Types in PA data and is available within R/3 SAP systems depending on the version and release level.

The PFAIM_TR_UTMATCH table consists of various fields, each holding specific information or linking keys about Assignment of Update Type to Flow Types in PA data available in SAP. These include DIS_FLOWTYPE (Update Type), BUKRS (Company Code), VVSART (Product Type), FLOWTYPE (Portfolio Analyzer: Flow Type).. 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: Can be enhanced (character-type)


SAP PFAIM_TR_UTMATCH 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
DIS_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VVSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
FLOWTYPEPortfolio Analyzer: Flow Type PFA_FLOWTYPECHAR4PFA_FLOWTYPESPFA_FLOWTYPE
PA_CF_RELEVANTIndicator: Relevant for Cash Flows in Profitability Analysis PFAIM_PA_CF_RELEVANTCHAR1TPM_PAY_RELEVANT
PA_CF_DIRECTIONDirection of flow TB_SSIGNCHAR1T_SSIGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM PFAIM_TR_UTMATCH
INTO CORRESPONDING FIELDS OF WA_PFAIM_TR_UTMATCH
WHERE...

How to access SAP table PFAIM_TR_UTMATCH

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