/BOBF/OBM_ASSOC SAP (BOPF Configuration: Association) Table details

Dictionary Type: Table
Description: BOPF Configuration: Association




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




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

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

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


SAP /BOBF/OBM_ASSOC 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
ASSOC_KEYAssociation /BOBF/OBM_ASSOC_KEYRAW16/BOBF/CONF_KEY
BO_KEYBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
ASSOC_TYPEAssociation Type (Composition or Association) /BOBF/OBM_ASSOC_TYPECHAR1/BOBF/OBM_ASSOC_TYPE
ASSOC_CATAssociation Category /BOBF/OBM_ASSOC_CATCHAR1/BOBF/OBM_ASSOC_CAT
ASSOC_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
ASSOC_ESR_NAMEProxy Name /BOBF/OBM_ESR_NAMECHAR30
ASSOC_GENIL_NAMEGenIL Association Name /BOBF/CONF_GENIL_ASSOC_NAMECHAR29
ASSOC_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
SOURCE_NODE_KEYNode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
ATTR_NAME_SOURCEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
TARGET_NODE_KEYNode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
PARAM_DATA_TYPEName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
CARDINALITYAssociation Cardinality /BOBF/OBM_CARDINALITYINT13/BOBF/OBM_CARDINALITY
QUERY_KEYQuery /BOBF/OBM_QUERY_KEYRAW16/BOBF/CONF_KEY
SECKEYNAMEName of Secondary Key for Table Type SECKEYNAMECHAR30SECKEYNAME
CHANGE_RESOLVEResolving Location of Association Canges /BOBF/OBM_ASSOC_CHANGE_RESOLVECHAR1/BOBF/OBM_ASSOC_CHANGE_RESOLVE
ALIAS_RETRIEVEComponent name SEOCMPNAMECHAR30CHAR30
ALIAS_RETRIEVE_SComponent name SEOCMPNAMECHAR30CHAR30
ALIAS_DELETEComponent name SEOCMPNAMECHAR30CHAR30
ALIAS_DELETE_SComponent name SEOCMPNAMECHAR30CHAR30
ESR_PARAM_DATA_TName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
ASSOC_RESOLVEResolving Node for Association /BOBF/OBM_ASSOC_RESOLVENUMC1/BOBF/OBM_ASSOC_RESOLVE
USE_PROXY_TYPEUse proxy data types in internal model /BOBF/OBM_USE_PROXY_TYPECHAR1BOOLE
SP_MAPPER_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
ASSOC_MODELEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
TD_CONTAINERTest Data Container ETTD_NAMECHAR30ETOBJ_NAME
TD_CONTAINER_VARVariant name ETVAR_IDCHAR30CHAR30
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/OBM_ASSOC using ABAP code

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

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

How to access SAP table /BOBF/OBM_ASSOC

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