Ansicht
Dokumentation

/FRE/RWB_BADI_004 - BAdI: Replenishment Workbench Configuration Enhancement

/FRE/RWB_BADI_004 - BAdI: Replenishment Workbench Configuration Enhancement

RFUMSV00 - Advance Return for Tax on Sales/Purchases   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

This BAdI can be used to enhance the configuration of the Replenishment Workbench. In this BAdI, you can only add the new fields to be displayed.

Three areas of the RWB can be enhanced:

  • You can add three optional columns to the navigation tree. By default, these columns are visible, but have a standard description. By implementing BAdI method GET_OPTIONAL_NAVTREE_COL_TEXTS, you can overwrite the column text descriptions.
  • You can extend the header subscreen by one or more fields. By default, no additional fields are shown. Use BAdI method GET_OPTIONAL_HEADER_FIELDS to configure which fields are to be shown. Use BAdI method GET_OPTIONAL_HEADER_TEXTS to set the correct field descriptions.
  • You can extend the order item subscreen by one or more fields. By default, no additional fields are shown. Use BAdI method GET_OPTIONAL_ORDERITEMS_FIELDS configure which fields are to be shown. The description of the columns will be filled dynamically with the text of the data element.

To include the information to be shown within the subscreen areas, you must add the required fields to the corresponding structures (APPEND Structure). The following structures must to be enhanced:

  • /FRE/WB_HEADER_INFO_STY (for the header subscreen)
  • /FRE/UI_ORDER_ITEM_INFO_STY (for the order item subscreen)

For the navigation tree, there is no structure enhancement required

To ensure that these additional fields will be filled, you must firstimplement some additional BAdIs:

  • BADI /FRE/UI_RWB_BADI_001 for the header subscreen
  • BADI /FRE/UI_RWB_BADI_002 for the order item subscreen

To ensure that the optional columns witihn the navigation tree will be filled, you must also implement the following BAdI:

  • BADI /FRE/UI_RWB_BADI_003

After having implemented the appropriate BAdI methods, you must run report /FRE/UI_CREATE_CONFIGURATION. This report initializes the RWB configuration and uses the BAdIs for the user-specific enhancement.

An example implementation for each area of the RWB can be found in the methods of the class /FRE/CL_EXM_IM_UI_RWB_BADI_004.






CPI1466 during Backup   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2493 Date: 20240424 Time: 225232     sap01-206 ( 53 ms )