Ansicht
Dokumentation

HRPAYDE_EAU_070 - BAdI: Additional Fields in Overview List of Administrator List

HRPAYDE_EAU_070 - BAdI: Additional Fields in Overview List of Administrator List

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Addition of additional fields to the eAU notification overview list in the Administrator List for eAU Notifications.

You can use this BAdI to add additional fields to the eAU notification overview list.

Method GET_STRUCTURE_NAME

All additional fields must be part of a separate DDIC structure. This method returns the name of this structure.

Method FILL_EXTERNAL_FIELDS

The additional fields are filled in this method. Object IO_PERNR contains all master data relevant for eAU and can be used to determine data for the additional fields. Structure CS_EXTERNAL_FIELDS is of the type of the DDIC structure specified in the method GET_STRUCTURE_NAME. An implementation could look like this:

  FIELD-SYMBOLS <ls_external_fields> TYPE external_structure.

  ... "retrieve data from io_pernr

  ASSIGN cs_external_fields TO <ls_external_fields>.
  <ls_external_field>-field1 = ... .
  <ls_external_field>-field2 = ... .

You can use table CT_HYPERLINK to add hyperlinks to the overview list. For more information, see the documentation for class CL_GUI_ALV_GRID in the SAP Library.

Method MODIFY_FIELDCAT

You can use this method to edit the field catalog with all fields of the overview list.






rdisp/max_wprun_time - Maximum work process run time   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1731 Date: 20240523 Time: 211356     sap01-206 ( 31 ms )