Ansicht
Dokumentation

DRP_SB_ALRT_DISPLAY - BAdI: Display of Alert IDs in Ext. Procurement Deliv. Sched. Maint. Screen

DRP_SB_ALRT_DISPLAY - BAdI: Display of Alert IDs in Ext. Procurement Deliv. Sched. Maint. Screen

BAL_S_LOG - Application Log: Log header data   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

The Business Add-In (BAdI) /SAPAPO/SPP_DRP_SB_ALRT_DISP is used in the Service Parts Planning (SPP) application component.

With this BAdI you can change the IDs of the alert types that the system displays on the External Procurement - Delivery Schedule Maintenance screen.

To reach the External Procurement - Delivery Schedule Maintenance, from the SAP Easy Access screen choose Logistics -> Extended Service Parts Planning -> Planning -> Distribution Requirements Planning (DRP) -> Scheduling Agreement Releases.

In the standard setup the BAdI is not active.

The BAdI is not filter dependent.

The BAdI is for multiple use.

For information about the implementation of BAdIs in the context of the Enhancement Concept, see SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.

This BAdI uses the interface /SAPAPO/IF_EX_DRPSB_ATID_DISP. For more information display the interface in the class builder.

For the BAdI, we deliver the following example implementation:

METHOD /sapapo/if_ex_drpsb_atid_disp~modify_atids_displayed_sb.

  DATA: ls_atid  LIKE LINE OF ct_atid.

  ls_atid = '7819'.

  INSERT ls_atid INTO TABLE ct_atid.

ENDMETHOD.

This example implementation causes the system to display all alerts of type 7819 in addition to the standard alerts on the External Procurement - Delivery Schedule Maintenance screen.






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

Length: 2604 Date: 20240523 Time: 164745     sap01-206 ( 97 ms )