EHFNDD_BO_ASAVE SAP (BOBF BO auto save) Table details

Dictionary Type: Table
Description: BOBF BO auto save




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




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

EHFNDD_BO_ASAVE is a standard SAP Table which is used to store BOBF BO auto save data and is available within R/3 SAP systems depending on the version and release level.

The EHFNDD_BO_ASAVE table consists of various fields, each holding specific information or linking keys about BOBF BO auto save data available in SAP. These include CONTEXT_ROOT_KEY (NodeID), COUNTER (Whole Number with +/- Sign (-2,147,483,648 .. 2,147,483,647)), BO_KEY (Business Object), ROOT_KEY (NodeID).. 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: Can Be Enhanced (Deep)


SAP EHFNDD_BO_ASAVE 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
CONTEXT_ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
COUNTERWhole Number with +/- Sign (-2,147,483,648 .. 2,147,483,647) EHFND_INTEGERINT410EHFND_INTEGER
BO_KEYBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
UNAMEUser Name UNAMECHAR12UNAME
CALL_MODEBOBF Autosave Call Mode EHFND_BOBF_AUTOSAVE_CALL_MODECHAR1EHFND_BOBF_AUTOSAVE_CALL_MODE
DATAString EHFND_STRINGSTRG0EHFND_STRING
KEYDATAString EHFND_STRINGSTRG0EHFND_STRING
LANGULanguage Key SYLANGULANG1ISOLASYLANGU

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHFNDD_BO_ASAVE
INTO CORRESPONDING FIELDS OF WA_EHFNDD_BO_ASAVE
WHERE...

How to access SAP table EHFNDD_BO_ASAVE

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