Ansicht
Dokumentation

W_WLFA_BADI_0001 - BAdI: BW Interface

W_WLFA_BADI_0001 - BAdI: BW Interface

rdisp/max_wprun_time - Maximum work process run time   Fill RESBD Structure from EBP Component Structure  
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.






PERFORM Short Reference   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1271 Date: 20240523 Time: 183112     sap01-206 ( 25 ms )