L2TC_COMP_EXP SAP (Raw exposure aggregation rules) Table details

Dictionary Type: Table
Description: Raw exposure aggregation rules




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




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

L2TC_COMP_EXP is a standard SAP Table which is used to store Raw exposure aggregation rules data and is available within R/3 SAP systems depending on the version and release level.

The L2TC_COMP_EXP table consists of various fields, each holding specific information or linking keys about Raw exposure aggregation rules data available in SAP. These include COMPANY_CODE_ID (Company Code), ORIGIN (View of EA_FINSERV Data Element FTR_EXPOSURE_ORIGIN), COMMODITY_ID (Physical Commodity), SUBS1 (subsequent Month / Quarter / Year).. 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 or numeric)


SAP L2TC_COMP_EXP 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
COMPANY_CODE_IDCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ORIGINView of EA_FINSERV Data Element FTR_EXPOSURE_ORIGIN TRCIN_ORIGINCHAR5TRCIN_ORIGIN
COMMODITY_IDPhysical Commodity TBA_STOEFFCHENCHAR18TBAC_PHYSCOMMTBA_STOEFFCHEN
SUBS1subsequent Month / Quarter / Year LOGTRM_SUBSEQUENT_NNUMC2
COMP_LEVEL1Raw exposure compression level LOGTRM_COMP_LEVELCHAR1LOGTRM_COMP_LEVEL
SUBS2subsequent Month / Quarter / Year LOGTRM_SUBSEQUENT_NNUMC2
COMP_LEVEL2Raw exposure compression level LOGTRM_COMP_LEVELCHAR1LOGTRM_COMP_LEVEL
SUBS3subsequent Month / Quarter / Year LOGTRM_SUBSEQUENT_NNUMC2
COMP_LEVEL3Raw exposure compression level LOGTRM_COMP_LEVELCHAR1LOGTRM_COMP_LEVEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM L2TC_COMP_EXP
INTO CORRESPONDING FIELDS OF WA_L2TC_COMP_EXP
WHERE...

How to access SAP table L2TC_COMP_EXP

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