/SDF/AL_OBJECT SAP (Filter Objects for Application Log) Table details

Dictionary Type: Table
Description: Filter Objects for Application Log




ABAP Code to SELECT data from /SDF/AL_OBJECT
Related tables to /SDF/AL_OBJECT
Access table /SDF/AL_OBJECT




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

/SDF/AL_OBJECT is a standard SAP Table which is used to store Filter Objects for Application Log data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/AL_OBJECT table consists of various fields, each holding specific information or linking keys about Filter Objects for Application Log data available in SAP. These include OPT (ABAP: Selection option (EQ/BT/CP/...)), LOW (Application Log: Object Name (Application Code)), HIGH (Application Log: Object Name (Application Code)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SDF/AL_OBJECT 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
SIGNABAP: ID: I/E (include/exclude values) TVARV_SIGNCHAR1SYCHAR01
OPTABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
LOWApplication Log: Object Name (Application Code) BALOBJ_DCHAR20Assigned to domainBALOBJBALOBJ
HIGHApplication Log: Object Name (Application Code) BALOBJ_DCHAR20Assigned to domainBALOBJBALOBJ

Key field Non-key field



How do I retrieve data from SAP table /SDF/AL_OBJECT using ABAP code

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

SELECT SINGLE *
FROM /SDF/AL_OBJECT
INTO CORRESPONDING FIELDS OF WA_/SDF/AL_OBJECT
WHERE...

How to access SAP table /SDF/AL_OBJECT

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