Ansicht
Dokumentation

/FRE/RWB_BADI_003 - BAdI: Optional Navigation Tree Columns

/FRE/RWB_BADI_003 - BAdI: Optional Navigation Tree Columns

CL_GUI_FRONTEND_SERVICES - Frontend Services   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

This BADI can be used to provide additional information within the optional columns of the Replenishment Workbench (RWB). These three optional columns are already defined within the corresponding structures. By default these columns can be set to visible by the configuration possibilities, but they have standard header texts (Customer Information 1, Customer Information 2, Customer Information 3). The header texts of those columns can be changed with BADI /FRE/UI_RWB_BADI_004. By implementing method GET_OPTIONAL_NAVTREE_COL_TEXTS, you can overwrite the description of the column texts.

You can provide additional information that belongs, for example, to the header information of an order proposal or to other objects of the tree hierarchy (for example, vendor or ship-to party). The optional column can contain an icon or text (up to 40 characters) or both.

For performance reasons, the BADI is only executed if the corresponding column is to be displayed within the Replenishment Workbench.

To change the column texts, use BADI /FRE/UI_RWB_BADI_004 and implement the method GET_OPTIONAL_NAVTREE_COL_TEXTS.

You can find an example implementation in BADI /FRE/CL_EXM_IM_UI_RWB_BADI_003, method /FRE/IF_EX_UI_RWB_BADI_003~PROVIDE_OPTIONAL_COLUMN_1 and method /FRE/IF_EX_UI_RWB_BADI_003~PROVIDE_OPTIONAL_COLUMN_2. Use the appropriate object types to indicate the hierarchical level where the information will be displayed.

It is recommended that you use the following predefined constants.

  • /fre/cl_const=>gc_vendor (for the vendor hierarchical level)
  • /fre/cl_const=>gc_vendor_subrange (for the vendor sub range hierarchical level)
  • /fre/cl_const=>gc_goods_recipient (for the goods recipient hierarchical level)
  • /fre/cl_const=>gc_week (for the week hierachical level)
  • /fre/cl_const=>gc_delivery_time (for the delivery time hierarchical level)
  • /fre/cl_const=>gc_order_release_time (for the order release time hierarchical level)
  • /fre/cl_const=>gc_planning_time (for the planning time hierarchical level)
  • /fre/cl_const=>gc_order_proposal_no (for the order proposal number hierarchical level)






Addresses (Business Address Services)   General Material Data  
This documentation is copyright by SAP AG.

Length: 2664 Date: 20240329 Time: 120830     sap01-206 ( 52 ms )