ATLA SAP (Limit Type) Table details

Dictionary Type: Table
Description: Limit Type




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




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

ATLA is a standard SAP Table which is used to store Limit Type data and is available within R/3 SAP systems depending on the version and release level.

The ATLA table consists of various fields, each holding specific information or linking keys about Limit Type data available in SAP. These include SLA (Limit Type), SLE (Determination Procedure for Limit Utilizations), SLD (Transactions Included for Limit Management), SLVC (Generate Limits Automatically).. 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: Cannot Be Enhanced

Text table = ATLAT


SAP ATLA 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
SLALimit Type TB_SLACHAR3T_SLATB_SLA
SLEDetermination Procedure for Limit Utilizations TB_SLENUMC2KLEVDEFKL_DETPROC
SLDTransactions Included for Limit Management TB_SLDNUMC1T_SLD
SLVCGenerate Limits Automatically TB_SLVCCHAR1TB_SLVC
SLSCUpdate Category TB_SLSCNUMC1TB_SLSC
SPRRelationship Category of Business Partner TB_SPRCHAR6TBZ9BU_RELTYP
SPSEvaluation Depth for Business Partner Relationships TB_SPSNUMC2T_SPS
SPDAttribution Direction TB_SPDNUMC1TB_SPD
RELACTIndicator for Limit Type: Is Release Active? TB_RELACTCHAR1X
RELSTATInitital Status Used as a Basis for Release TB_RELSTATCHAR1TB_RELSTAT
SLCOMMTake Single Transaction Commitment into Account TB_SLCOMMCHAR1TB_SLCOMM
SLGLSECInclude Global Collateral TB_SLGLSECCHAR1TB_SLGLSEC
RSMPReview Period TB_RSMPNUMC3NUM3
FRSMReview Deadline Before End of Validity Period TB_FRSMNUMC3NUM3
WLIMITLimit Currency TB_WLIMITCUKY5TCURCWAERSFWS
SIGTYPEarly Warning Control TB_SIGTYPNUMC1TB_SIGTYP
EVFILSelection Filter TB_EVFILCHAR20KLTAGENDSFKL_EVFIL

Key field Non-key field



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

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

SELECT SINGLE *
FROM ATLA
INTO CORRESPONDING FIELDS OF WA_ATLA
WHERE...

How to access SAP table ATLA

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