/BOBF/ACT_LIST SAP (BOPF Configuration: Action) Table details

Dictionary Type: Table
Description: BOPF Configuration: Action




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




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

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

The /BOBF/ACT_LIST table consists of various fields, each holding specific information or linking keys about BOPF Configuration: Action data available in SAP. These include EXTENSION (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), VERSION (Version), ACT_KEY (Action), BO_KEY (Business Object).. 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 = /BOBF/ACT_LISTT


SAP /BOBF/ACT_LIST 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
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/CONF_KEY
BO_KEYBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
ACT_CATAction Category /BOBF/ACT_CATCHAR1/BOBF/ACT_CAT
ACT_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
ACT_ESR_NAMEProxy Name /BOBF/OBM_ESR_NAMECHAR30
ACT_GENIL_NAMEGenIL Action Name /BOBF/CONF_GENIL_ACTION_NAMECHAR30
ACT_CARDINALITYAction Cardinality /BOBF/CONF_ACT_CARDINALITYCHAR1/BOBF/CONF_ACT_CARDINALITY
NODE_KEYNode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
ACT_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
PARAM_DATA_TYPEName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
ESR_PARAM_DATA_TName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
EDIT_MODEChange Mode /BOBF/CONF_EDIT_MODEINT13/BOBF/CONF_EDIT_MODE
EXEC_ONLY_ALLExecute action only if all instances can be executed /BOBF/OBM_ACT_ONLY_ALLCHAR1BOOLE
MSGID_SUCCESSMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNO_SUCCESSSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGID_ERRORMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNO_ERRORSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGID_CHECKMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNO_CHECKSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
ALIAS_ACTIONComponent name SEOCMPNAMECHAR30CHAR30
SP_MAPPER_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
USE_PROXY_TYPEUse proxy data types in internal model /BOBF/OBM_USE_PROXY_TYPECHAR1BOOLE
PREPARE_IMPLMethod implemented /BOBF/OBM_METHOD_IMPLEMENTEDCHAR1BOOLE
TD_CONTAINERTest Data Container ETTD_NAMECHAR30ETOBJ_NAME
TD_CONTAINER_VARVariant name ETVAR_IDCHAR30CHAR30
CHK_ACT_ALSO_INTExectue Check Action also for internal calls /BOBF/OBM_CHK_ACT_ALSO_INTCHAR1BOOLE
BASE_ACTION_KEYAction /BOBF/ACT_KEYRAW16/BOBF/CONF_KEY
EXTENDIBLEBusiness Object can be enhanced /BOBF/OBM_EXTENDIBLECHAR1BOOLE
CREATE_USERUser that Created the Setting /BOBF/CONF_USER_CREATECHAR12UNAME
CREATE_TIMEDate on Which the Settings were Created /BOBF/CONF_TIME_CREATEDEC15TSTLC/BOBF/CONF_TIME_STAMP
CHANGE_USERUser that was Last to Change the Setting /BOBF/CONF_USER_CHANGECHAR12UNAME
CHANGE_TIMEDate on which the Settings Were Changed Last /BOBF/CONF_TIME_CHANGEDEC15TSTLC/BOBF/CONF_TIME_STAMP

Key field Non-key field



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

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

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

How to access SAP table /BOBF/ACT_LIST

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