Ansicht
Dokumentation

OHAXSEPA080 - BAdI: Wage Types for SEPA Direct Debits

OHAXSEPA080 - BAdI: Wage Types for SEPA Direct Debits

General Data in Customer Master   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

The Business Add-In (BAdI) HRPAD00_SEPA_WAGETYPES is used to define the wage types that are to be used for SEPA direct debits.

The country grouping is used as a filter value for the BAdI. Therefore, the wage types that can be used for SEPA direct debits can be defined per country.

The BAdI can be implemented in several ways. Thereby, in addition to the standard SAP implementation, you can also activate customer-specific implementations to define additional direct debit wage types.

In the standard SAP system, an implementation is provided for each country for which the generation of SEPA direct debits is planned as standard.

The country-specific BAdI implementation is provided within the enhancement implementation HRPAD00_SEPA_WAGETYPES.

If you use customer-specific wage types for SEPA direct debts, you can create your own enhancement implementation for this, in which additional wage types for direct debits are defined.

You want to use the customer-specific wage type 9XXX for direct debits. To do so, in a customer-specific implementation of the BAdI HRPAD00_SEPA_WAGETYPES, implement the method IF_HRPAD00_SEPA_WAGETYPES~CHECK_WAGETYPE with the following source text:

    if iv_wagetype eq '9XXX'.
      cv_result = abap_true.
    endif.

Never set the variable cv_result to the value abap_false so that the check is not distorted by other active implementations.






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

Length: 2015 Date: 20240523 Time: 175538     sap01-206 ( 33 ms )