SAP ABAP Data Element SWE_OBJKFB (FM for converting change document key to business object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWE (Package) Business Workflow: Events
Basic Data
Data Element SWE_OBJKFB
Short Description FM for converting change document key to business object  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
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 Function module 
Heading 17 Function module 
Documentation

Definition

Function module that returns the key of the object type from the internal key of the change document.

The function module may be called by the system with the following parameters:

  • Key of change document

    (import parameter CHANGEDOCUMENT_HEADER, reference structure CDHDR)

  • Object type whose event is to be created following the change document

The function module returns the key of the object for which the event is created.

This function module must always be provided when a change document refers to a particular object from a business point of view, but they have different keys for technical reasons.

The following function modules can be used as templates for the interface for your own development:

  • SWE_CD_TEMPLATE_OBJKEY_FB
  • SWE_CD_TEMPLATE_OBJKEY_FB_2

Since the latter enables both BOR objects and classes to be processed, this interface should be used in preference.

History
Last changed by/on SAP  20110908 
SAP Release Created in