SAP ABAP IMG Activity W_WLFA_BADI_0001 (BAdI: BW Interface)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WZRE (Package) Agency Business
IMG Activity
ID W_WLFA_BADI_0001 BAdI: BW Interface  
Transaction Code S_P6B_12000039   (empty) 
Created on 20030508    
Customizing Attributes W_WLFA_BADI   BADI: Agency Business: 
Customizing Activity W_WLFA_BADI_0001   BAdI: BW Interface 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name WLF_STATISTICS_BW    

Use

This BAdI creates the interface between Agency Business and SAP Business Information Warehouse (BW). Activate this BAdI only if you want to use BW with Agency Business.

Requirements

Note the following:

Plug-In 2001.2 must be implemented in your system.

SAP Note 425915 details the necessary coding adjustments required for report RMCENEUB and the BW interface (BAdI definition).

SAP Note 448600 details a summary of all necessary information relating to problems when running updates at the operational level. This information is updated to include new data at regular intervals.

Standard settings

Activities

Example

Use the following coding if you want to implement this BAdI using transaction se19:

IF i_control-modus CA 'BCE'.

CALL FUNCTION 'MCEX_UPDATE_45'

EXPORTING

contr = i_control

i_mcwbrkb = i_mcwbrkb

i_mcwbrpb = i_mcwbrpb

i_mcwbrlb = i_mcwbrlb.

ELSEIF i_control-modus CA ' '.

CALL FUNCTION 'MCEX_UPDATE_45' IN UPDATE TASK

EXPORTING

contr = i_control

i_mcwbrkb = i_mcwbrkb

i_mcwbrpb = i_mcwbrpb

i_mcwbrlb = i_mcwbrlb.

ENDIF.

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20030508 
SAP Release Created in 470