Ansicht
Dokumentation

_ISPSFM_N_AVC_BADI02 - BAdI: Enhance Derivation Strategy for Tolerance Profile of AVC Ledger

_ISPSFM_N_AVC_BADI02 - BAdI: Enhance Derivation Strategy for Tolerance Profile of AVC Ledger

ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Business Add-In: Derivation of Tolerance Profile for AVC Ledger

With this Business Add-In you can enhance the derivation of tolerance profiles (strategy ID AFMT). It can only be implemented for Funds Management, component Budget Control System (BCS). The methods of this BAdI are called in function module FMAVC_CALL_DERIVATION_TOLPROF, immediately before or after a tolerance profile is derived.

SAP does not deliver any implementations of this BAdI. Therefore, in the standard release, the BAdI is not active.

If you wish to use additional source fields within your derivation strategy, add these fields to the structure FMAVC_S_AFMT_ACO_ADDRESS_SUPPL in the ABAP Dictionary first.

Now implement this BAdI applying the following steps:

You wish to use the field AUGRP ( authorization group) of the commitment item master data records as an additional source field in your derivation strategy:

  • Add the field AUGRP (data element FM_AUTHGRP) to the include CI_FMAVC_S_AFMT_ACO_ADDR_SUPPL of the structure FMAVC_S_AFMT_ACO_ADDRESS_SUPPL in the ABAP Dictionary.
  • Activate the structure FMAVC_S_AFMT_ACO_ADDRESS_SUPPL.
  • Implement the method FILL_ACO_ADDRESS_SUPPL of the BAdI (see also the sample code for this method):
  • Read the commitment item master data records, for instance by using the function module FM_COM_ITEM_READ_SINGLE_DATA.

  • Fill the field AUGRP of structure FMAVC_S_AFMT_ACO_ADDRESS_SUPPL.

  • Activate your BAdI implementation.

Documentation for the BAdI method FILL_ACO_ADDRESS_SUPPL






PERFORM Short Reference   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 2576 Date: 20240606 Time: 174509     sap01-206 ( 53 ms )