SAP ABAP Data Element BAPI_BKK_DTE_TESTRUN (Execution in Test Run Mode ('X' = Yes, ' '= No))
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   IS-B-BCA (Application Component) Bank Customer Accounts
     FKB_ACCOUNT_BAPI (Package) Account BAPI
Basic Data
Data Element BAPI_BKK_DTE_TESTRUN
Short Description Execution in Test Run Mode ('X' = Yes, ' '= No)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
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 10 Test Run 
Medium 15 Test Run 
Long 20 Execute in Test Run 
Heading
Documentation

Definition

Used to check the specifications of the instance in write BAPIs, before the object instance is actually created in the database. The creation of the object instance is simply simulated and the data is not updated. The possible values are:

  • ' ' (no value)

    No value means that updating takes place. This is the standard setting and is what the caller usually expects.

  • 'X'

    This value means that this BAPI is called only in simulation mode and that data is not updated when the BAPI is called.

History
Last changed by/on SAP  20060208 
SAP Release Created in 600