Ansicht
Dokumentation

W_WLFA_0034 - BAdI: Add-Ons for BW Interface

W_WLFA_0034 - BAdI: Add-Ons for BW Interface

BAL Application Log Documentation   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

This Business Add-In (BAdI) is used in the Settlement Management (LO-AB) component. You can use this BAdI to create the interface between Settlement Management and SAP Business Information Warehouse (BW). Activate this BAdI only if you want to use BW with Settlement Management.

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.






Vendor Master (General Section)   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 1271 Date: 20240523 Time: 173845     sap01-206 ( 26 ms )