Ansicht
Dokumentation

/ISDFPS/ME_CA_NR - BAdI: Control Reservation of IDs (Maintenance Orders)

/ISDFPS/ME_CA_NR - BAdI: Control Reservation of IDs (Maintenance Orders)

ROGBILLS - Synchronize billing plans   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

You can use this Business Add-In to control the reservation of IDs that you want to use on mobile devices to create new maintenance orders.

This Business Add-In (BAdI) has the following methods:

  • NUMBER_CHECK checks whether the system needs to generate new IDs. This method returns the parameter CV_CREATE_NEW = 'X' if new IDs are required. In this case, method NUMBER_CREATE is called.
  • NUMBER_CREATE generates new IDs. You can use parameter CT_IDS to transfer your IDs. They are persisted; further numbers are also created using the standard logic.

Caution: You can use parameter CV_OVERWRITE to skip the provided default implementation for number generation. In this case, the BAdI implementation must persist in table /ISDFPS/ME_NR.

To skip ID generation for selected devices, you must do the following:

  1. Implement BAdI /ISDFPS/BADI_ME_CA_NR.
  2. Implement method NUMBER_CHECK.
  3. Implement your own logic to determine the devices that do not require an ID.
(Table /ISDFPS/MEDEVDAT contains additional data on the DOE devices if DOE report /SAPMDS/CONS_DEVICE_DATA is scheduled.)
  1. Set the following return values for devices that do not require an ID:
  • CV_CREATE_NEW = ' '

  • CV_OVERWRITE = 'X'

Under Define Settings for Mobile Applications, you have activated the reservation of IDs.






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

Length: 1763 Date: 20240419 Time: 013824     sap01-206 ( 27 ms )