/BOBF/ACT_LISTT SAP (BOPF Configuration: Text Table for /BOPF/ACT_LIST) Table details

Dictionary Type: Table
Description: BOPF Configuration: Text Table for /BOPF/ACT_LIST




ABAP Code to SELECT data from /BOBF/ACT_LISTT
Related tables to /BOBF/ACT_LISTT
Access table /BOBF/ACT_LISTT




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

/BOBF/ACT_LISTT is a standard SAP Table which is used to store BOPF Configuration: Text Table for /BOPF/ACT_LIST data and is available within R/3 SAP systems depending on the version and release level.

The /BOBF/ACT_LISTT table consists of various fields, each holding specific information or linking keys about BOPF Configuration: Text Table for /BOPF/ACT_LIST data available in SAP. These include NAME (Name), EXTENSION (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), VERSION (Version), ACT_KEY (Action).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: /BOBF/ACT_LIST


SAP /BOBF/ACT_LISTT 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
LANGULanguage Key LANGULANG1T002ISOLASPRAS
NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
EXTENSIONData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
VERSIONVersion /BOBF/CONF_VERSIONNUMC5/BOBF/CONF_VERSION
ACT_KEYAction /BOBF/ACT_KEYRAW16/BOBF/ACT_LIST/BOBF/CONF_KEY
BO_KEYBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
DESCRIPTIONDescription /BOBF/OBM_DESCRIPTIONCHAR40/BOBF/OBM_DESCRIPTION

Key field Non-key field



How do I retrieve data from SAP table /BOBF/ACT_LISTT using ABAP code

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

SELECT SINGLE *
FROM /BOBF/ACT_LISTT
INTO CORRESPONDING FIELDS OF WA_/BOBF/ACT_LISTT
WHERE...

How to access SAP table /BOBF/ACT_LISTT

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