TRRLCGF SAP (AB: Assign Condition Type to Condition Type Group) Table details

Dictionary Type: Table
Description: AB: Assign Condition Type to Condition Type Group




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




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

TRRLCGF is a standard SAP Table which is used to store AB: Assign Condition Type to Condition Type Group data and is available within R/3 SAP systems depending on the version and release level.

The TRRLCGF table consists of various fields, each holding specific information or linking keys about AB: Assign Condition Type to Condition Type Group data available in SAP. These include RRLCG (AB-RRLE: Condition Type Group), KAPPL (Application), KSCHL (Condition Type), KSCHL_TYPE (Condition Type Category for Remuneration List Enhancement).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TRRLCGF 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
RRLCGAB-RRLE: Condition Type Group RRLCGCHAR4TRRLCGALPHARRLCG
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
KSCHL_TYPECondition Type Category for Remuneration List Enhancement WLF_COND_TYPECHAR1WLF_COND_TYPE
KSTEUCondition Control for Creating Remuneration List WLF_KSTEU_REMULIST_CREATECHAR1WLF_KSTEU_REMULIST_CREATE
NO_PRICINGAB-RRLE: Ignore Condition Type in Price Determination WLF_RRLE_NO_PRICINGCHAR1XFELD
KSCHL_COPYAgency Business: Target Condition Type WLF_KSCHL_COPYCHAR4T685KSCHLVKS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRRLCGF
INTO CORRESPONDING FIELDS OF WA_TRRLCGF
WHERE...

How to access SAP table TRRLCGF

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