SAP ABAP Data Element /BA1/BAPIF4_DTE_PROC_EXTENSION (Indicator for Activating Execution of BAdI Methods)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-FS-MKD (Application Component) Basic Market Data
⤷
/BA1/F4_BASIS_BAPI (Package) BAPI Basis Package
⤷
⤷
Basic Data
| Data Element | /BA1/BAPIF4_DTE_PROC_EXTENSION |
| Short Description | Indicator for Activating Execution of BAdI Methods |
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 | PROCESSEXTENSION | |
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | BAdI On |
| Medium | 14 | Run BAdI |
| Long | 25 | Run BAdI (X = Yes) |
| Heading | 25 | Run BAdI (X = Yes) |
Documentation
Definition
Description
Indicator that controls execution of BAdIs (Business Add-Ins) in BAPI.
BAdIs are the object-oriented variant of BTEs (user exits). The system calls three BAdIs in a BAPI:
- ValidateExtensionIn: This checks the input parameters of the BAPI and fills the customer-specific tables. The input parameters are the input parameters of the BAPI. You cannot change them in this BADI method.
- TransferExtensionIn: Possibility to edit the input parameters and to implement processing of the ExtensionIn table. The system supplies it with MAPI parameters and calls it before the MAPI.
- TransferExtensionOut: The system executes this BAdI after calling the MAPI. The BAdI provides the option of editing the output values of the BAPI and filling the ExtensionOut table.
Value range
'X': Execute BAdIs
' ' : No execution of BAdIs
Default
' ': No execution of BAdIs
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 20 |