SAP ABAP Data Element /BOBF/OBM_NODE_KEY_ON_DB (Node Key is persisted on database)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Basic Data
Data Element /BOBF/OBM_NODE_KEY_ON_DB
Short Description Node Key is persisted on database  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BOOLE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long 20 Node key on database 
Heading 50 Node Key is persisted on database 
Documentation

Definition

Indicates if the node key is persistent in the database.

Use

If the same database table is used for several nodes of the same business object (or even several business objects), it is necessary to also persist the node key (recommended as a primary key) to distinguish the data of different nodes when accessing the database.

Dependencies

None.

Example

The HEADER_PARTY and ITEM_PARTY nodes use the same database table in the OUTBOUND_DELIVERY business object.

The DELIVERY_PARTY database table contains the following fields:

  • NODE_KEY    (Primary Key)
  • DB_KEY    (Primary Key)
  • PARTY_ID
  • PARTY_NAME

History
Last changed by/on SAP  20130604 
SAP Release Created in 702