T015L SAP (SCB Ratios) Pooled Table details

Dictionary Type: Pooled Table
Description: SCB Ratios




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




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

T015L is a standard SAP Pooled Table which is used to store SCB Ratios data and is available within R/3 SAP systems depending on the version and release level.

The T015L table consists of various fields, each holding specific information or linking keys about SCB Ratios data available in SAP. These include LZBKZ (State Central Bank Indicator), BLART (Document type for the report record), LVAWV (Indicator acc.to service specifications (suppl.LV to AWV)), ZWCK1 (Reason for payment).. 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: Not classified


SAP T015L pooled 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
LZBKZState Central Bank Indicator LZBKZCHAR3LZBKZ
BLARTDocument type for the report record DTAW3NUMC1DTAW3
LVAWVIndicator acc.to service specifications (suppl.LV to AWV) DTAW4NUMC3NUMC03
ZWCK1Reason for payment DZWECK_015CHAR70TXT70
ZWCK2Reason for payment DZWECK_015CHAR70TXT70
EDIBLEDI: type of commercial transaction/payment reason EDI_BLARTCHAR3EDIF4025

Key field Non-key field



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

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

SELECT SINGLE *
FROM T015L
INTO CORRESPONDING FIELDS OF WA_T015L
WHERE...

How to access SAP table T015L

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