TRGC_PL_ASGNFTYP SAP (Assignment of Profit/Loss Types to Flow Type) Table details

Dictionary Type: Table
Description: Assignment of Profit/Loss Types to Flow Type




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




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

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

The TRGC_PL_ASGNFTYP table consists of various fields, each holding specific information or linking keys about Assignment of Profit/Loss Types to Flow Type data available in SAP. These include DIS_FLOWTYPE (Flow Type), PL_FLAG (Indicator: Relevant for Profit/Loss), PL_CATEGORY (P/L Type), SSIGN (Direction of Profit/Loss).. 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 (Deep)


SAP TRGC_PL_ASGNFTYP 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 MANDTCLNT3T000MANDT
DIS_FLOWTYPEFlow Type SBEWARTCHAR4TZB0ASBEWART
PL_FLAGIndicator: Relevant for Profit/Loss TPM_PL_FLAGCHAR1XFELD
PL_CATEGORYP/L Type TPM_PL_CATEGORYCHAR3TRGC_PL_CATEALPHATPM_PL_CATEGORY
SSIGNDirection of Profit/Loss TPM_PL_SSIGNCHAR1TPM_PL_SSIGN
PL_CRDB_INDICTRDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRGC_PL_ASGNFTYP
INTO CORRESPONDING FIELDS OF WA_TRGC_PL_ASGNFTYP
WHERE...

How to access SAP table TRGC_PL_ASGNFTYP

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