Ansicht
Dokumentation

RERA_ACCT_SHEET - Implement Enhancements (BAdI): Tenant Account Overview

RERA_ACCT_SHEET - Implement Enhancements (BAdI): Tenant Account Overview

RFUMSV00 - Advance Return for Tax on Sales/Purchases   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

The Business Add-In (BAdI) makes it possible to enhance or modify the output of the tenant account overview, for example, adding fields or modifying text. For example, you can also make fields of Dispute Management available ('Dispute Case').

Create a BAdI implementation and implement the methods you require for your enhancement. Then activate the BAdI implementation.

  • MODIFY_ITEM_LIST: Change of item overview
    In the MODIFY_ITEM_LIST method, you can change the data of the item overview. This method is called after data selection and formatting of the standard list. The complete output list is transferred in the CT_ITEM_LIST parameter. It can be changed in the method.
  • MODIFY_ACCT_STATEMENT: Change of balance history
    You can change the data of the balance history in the method. This method is called after data selection and formatting of the standard list. The complete output list is transferred in the CT_ACCT_STATEMENT parameter. It can be changed in the method.
  • MODIFY_OI_ACCT_DETAIL: Change of detail data for account (such as, customer)
    You can modify the detail data of the customer account in the method.
    To display your own fields on the detail screen, you first have to add the fields you want to the DDIC structure REEX_ACCT_SHEET_OIACCT_DET_S in an append structure. After that you can fill the fields in this method.
    The IT_ACCT_STATEMENT importing parameter contains the balance history data. The data for the item overview is available in the IT_ITEM_LIST importing parameter.
  • MODIFY_SUMMARY: Adjustment of overview data of tenant account sheet
In this method, you can adjust the data summarized together in the tenant account sheet by overwriting values already calculated, or adding your own values.
To include your own values in the display, you first have to add the fields you want to an append structure and append it to the RERA_ACCT_SHEET_SUMMARY DDIC structure. After that you can fill the fields in this method. The importing parameter IS_SEL_OPT contains the current selection criteria for the contract account sheet; importing parameter IT_ITEM_LIST contains the selected line items. For user-defined fields to be displayed in the master data dialog of the contract (Overviews → Tenant Account → Summary), the MODIFY_GRID_SUMMARY method also has to be implemented.
  • MODIFY_GRID_SUMMARY: Adjustment of output of overview data of tenant account sheet
In this method, you can change the display of the summary, for example by switching or omitting rows. You can also display new fields that were filled using MODIFY_SUMMARY.

For information on using BAdIs, see this documentation.

Notes for Developers






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

Length: 3298 Date: 20240523 Time: 204408     sap01-206 ( 68 ms )