Ansicht
Dokumentation

FMBCS_FMCY_COPI_CO - BAdI: Enhance Plan Data Transfer from CO

FMBCS_FMCY_COPI_CO - BAdI: Enhance Plan Data Transfer from CO

BAL Application Log Documentation   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

With this Business Add-In you can overwrite the target budget type using CO planning data when you transfer the CO planning data to BCS with transaction FMCYCOPI_CO.

SAP does not provide any default settings.

After you have defined your reassignment rules, you should implement the BAdI applying the following steps:

Here is an example:

*Primary cost planning

IF I_S_COSP-VRGNG EQ 'RKP1'.

MOVE 'CAT1' TO C_TBUDTYPE

*Revenue element planning

ELSEIF I_S_COSP-VRGNG EQ 'RKP5'.

MOVE 'CAT2' TO C_TBUDTYPE

ENDIF.






ROGBILLS - Synchronize billing plans   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 792 Date: 20240523 Time: 185723     sap01-206 ( 21 ms )