SAP ATLSCR Field Selection Control for Limit Types Table
Overview
ATLSCR is a standard SAP S/4HANA table that stores Field Selection Control for Limit Types data. There are total 11 fields in the ATLSCR table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ATLSCR belongs to Limit Management (FIN-FSCM-TRM-CR-LM) module and is located in the package CRA Limit Management (FTLM).
In addition, following links provide an overview of foreign key relationships, if any, that link ATLSCR to other SAP tables and standard CDS views available based on ATLSCR table in S/4HANA 2020.
Techincal Settings of ATLSCR
Below are technical details of the table ATLSCR
- Buffering switched on
- Full table is passed to buffer
- Storage type is Not Defined
List of ATLSCR Fields
The following table gives you an overview of the fields available in ATLSCR
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT | 3 |
| SLA | Limit Type | TB_SLA | ATLA | CHAR | 3 |
| PROGNAME | ABAP Program Name | PROGRAMM | ATLPDD | CHAR | 40 |
| DYNNR | Screen number | SELSCRDYNR | ATLPDD | CHAR | 4 |
| TABNAME | Table Name | TABNAME | ATLPD | CHAR | 30 |
| FIELDNAME | Field Name | FIELDNAME | ATLPD | CHAR | 30 |
| DISP_MODE | '1' = Display Mode | TB_DISP | CHAR | 1 | |
| XOPTN | Indicator: Fields May Be Entered? | XOPTN_SFAP | CHAR | 1 | |
| XOBLG | Indicator: Fields Must Be Entered? | XOBLG_SFAP | CHAR | 1 | |
| XNODI | Indicator: Fields Are Hidden | XNODI_SFAP | CHAR | 1 | |
| XDISP | Indicator: Fields Can Only Be Displayed? | XDISP_SFAP | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ATLSCR
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ATLSCR | DYNNR | 1: N | ATLPDD |
| ATLSCR | FIELDNAME | 1: N | ATLPD |
| ATLSCR | MANDT | 1: N | T000 |
| ATLSCR | PROGNAME | 1: N | ATLPDD |
| ATLSCR | SLA | 1: N | ATLA |
| ATLSCR | TABNAME | 1: N | ATLPD |