V_TRRLCG_IV SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_TRRLCG_IV is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_TRRLCG_IV table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include RRLCG (AB-RRLE: Condition Type Group), VTEXT (Description), IV_PROC_TYPE (Type of Clearing), IV_DETERM_TYPE (Assignment Method).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_TRRLCG_IV table view 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 RRLCGCHAR4ALPHARRLCG
VTEXTDescription BEZEI20CHAR20TEXT20
IV_PROC_TYPEType of Clearing WLF_IV_PROC_TYPECHAR1WLF_IV_PROC_TYPE
IV_DETERM_TYPEAssignment Method WLF_IV_ASSIGNMENT_METHODCHAR1WLF_IV_ASSIGNMENT_METHOD
IV_ASSMNT_GROUPAssignment Group WLF_IV_ASSIGNMENT_GROUPCHAR4TMIVAGWLF_IV_ASSIGNMENT_GROUP
IV_PROFORMAProForma Check WLF_IV_PROFORMACHAR1XFELD
IV_WRART_RK_INPayment Type Difference Invoice WLF_IV_WRART_DIF_RK_INCHAR4TMZRWRART
IV_WRART_RK_CMPayment Type Difference Credit Memo WLF_IV_WRART_DIF_RK_CMCHAR4TMZRWRART
IV_WRART_TDPayment Type Accepted Difference WLF_IV_WRART_DIF_TDCHAR4TMZRWRART
IV_WRART_SDPayment Type Other Difference WLF_IV_WRART_DIF_SDCHAR4TMZRWRART
IV_LFGRU_PAAgency business: Reason for activity WFGRUCHAR3TMLFGWFGRU
IV_WRART_RST_PAPayment Type Accrual Parked Documents WLF_IV_WRART_PACHAR4TMZRWRART
IV_RST_PA_COMPRCompress Difference Document WLF_IV_DIFFERENCE_COMPRESSCHAR1XFELD
IV_WRART_RST_QCPayment Type Clearance Accrual Parked Documents WLF_IV_WRART_QCCHAR4TMZRWRART
IV_LFGRU_LAAgency business: Reason for activity WFGRUCHAR3TMLFGWFGRU
IV_WRART_RST_LAPayment Type Accrual Unclarified Difference WLF_IV_WRART_LACHAR4TMZRWRART
IV_WRART_RST_MCPayment Type Clearance Accrual Unclarified Difference WLF_IV_WRART_MCCHAR4TMZRWRART
IV_KTOSLAccount key KVSL1CHAR3T687KVSCHL
IV_LFGRU_RL_MANAgency business: Reason for activity WFGRUCHAR3TMLFGWFGRU
IV_LFGRU_RL_AUTAgency business: Reason for activity WFGRUCHAR3TMLFGWFGRU
IV_AUTORELEASEHandling of Locked Inbound Invoices WLF_IV_INVOICE_AUTO_RELEASECHAR1WLF_IV_INVOICE_AUTO_RELEASE

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TRRLCG_IV
INTO CORRESPONDING FIELDS OF WA_V_TRRLCG_IV
WHERE...

How to access SAP table V_TRRLCG_IV

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