TRLV_TRANS2 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TRLV_TRANS2 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 TRLV_TRANS2 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OS_GUID (Object Identity in Database Format), BUSTRANSCAT (Business Transaction Category), TRLDATE (Treasury Ledger Date), BUSTRANSID (Identifier of the Distributor Business Transaction).. 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 TRLV_TRANS2 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 MANDTCLNT3MANDT
OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4TRDTS_BT_CATTPM_BUSTRANSCAT
TRLDATETreasury Ledger Date TPM_TRLDATEDATS8DATUM
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
BUSTRANSSTATEStatus of Treasury Ledger Business Transaction TPM_TRLTRANSTATECHAR1TPM_TRANSACTION_STATE
BOOKING_STATEPosting Status Treasury Ledger Business Transaction TPM_TRL_BOOKINGSTATECHAR1TRLBSTPM_TRL_BOOKINGSTATE
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4TPM_ACC_CODETPM_TACTRG_ACC_CODE
REFBUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
USER_DATA_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TRGT_USER_DATATPM_DB_OS_GUID
USER_DATA_CLSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
CREATE_NAMEEntered by RERFCHAR12SYCHAR12
CREATE_DATEFirst Entered on DERFDATS8DATUM
CREATE_TIMETime of Initial Entry TERFTIMS6TIMES
CREATE_TCODETransaction Code TCODECHAR20TCODETCD
CHANGE_NAMEEmployee ID RBEARCHAR12SYCHAR12
CHANGE_DATELast Edited on DBEARDATS8DATUM
CHANGE_TIMELast Edited at TBEARTIMS6TIMES
CHANGE_TCODETransaction Code TCODECHAR20TCODETCD
PRODUCT_GROUPProduct Group TPM_PRODUCT_GROUPNUMC3TPM_PRODUCT_GROUP
FI_POST_DATEDifferent FI Posting Date TPM_FI_POSTING_DATEDATS8DATUM
FI_POST_PERIODDifferent FI Posting Period TPM_FI_POSTING_PERIODNUMC2MONAT
FI_REV_DATEDifferent FI Reversal Date TPM_FI_REVERSAL_DATEDATS8DATUM
FI_REV_PERIODAlternative FI Reversal Period TPM_FI_REVERSAL_PERIODNUMC2MONAT
MIGR_INIT_FLGBus. Transaction Originated from Migration/Initialization TPM_FLG_MIGR_INITCHAR1TPM_FLG_MIGR_INIT
IGT_STATUSIGT: Status of an Intragroup transaction TPM_IGT_STATUSCHAR1TPM_IGT_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRLV_TRANS2
INTO CORRESPONDING FIELDS OF WA_TRLV_TRANS2
WHERE...

How to access SAP table TRLV_TRANS2

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