CATT_ALE SAP (Table for ALE - CATT Session) Table details

Dictionary Type: Table
Description: Table for ALE - CATT Session




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




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

CATT_ALE is a standard SAP Table which is used to store Table for ALE - CATT Session data and is available within R/3 SAP systems depending on the version and release level.

The CATT_ALE table consists of various fields, each holding specific information or linking keys about Table for ALE - CATT Session data available in SAP. These include DOCNUM (IDoc number), COUNTR (No. of segments), IDOCTYP (Basic type), SERIAL (Serialization field).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CATT_ALE 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
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
COUNTRNo. of segments EDI_SEGCNTNUMC16EDI_COUNTR
IDOCTYPBasic type EDI_IDOCTPCHAR30Assigned to domainEDI_IDOCTPIDC
SERIALSerialization field EDI_SERIALCHAR20CHAR20
SCENEScenario for ALE - CATT Session EDI_SCENECHAR20TEXT20
CREDATIDoc Created On EDI_CCRDATDATS8DATUM
CRETIMIDoc Created at EDI_CCRTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CATT_ALE
INTO CORRESPONDING FIELDS OF WA_CATT_ALE
WHERE...

How to access SAP table CATT_ALE

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