Ansicht
Dokumentation

ISHMED_ME_IM_DT_FSOU - BAdI: Determination of Fill Source

ISHMED_ME_IM_DT_FSOU - BAdI: Determination of Fill Source

CPI1466 during Backup   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

This Business Add-In (BAdI) is used in the following components:

  • Medication (IS-HMED-ME)
  • Smart Medication (IS-HMED-SU-AP-ME)

You can use this BAdI to determine the fill source.

Note that you must adhere to the following rules:

  • COMMIT WORK/ROLLBACK WORK is not allowed. The process itself will execute a COMMIT WORK after the update function modules have been called. If you must execute actions directly before or after, you should use the BAdI N1ME_COMMIT_WORK.
  • Direct updating via UPDATE table or MODIFY table is not allowed. You should only execute UPDATE, INSERT and DELETE in encapsulated form in update function modules, which you execute with CALL FUNCTION ... IN UPDATE TASK (i.e. asynchronously).
  • You may only make changes to standard tables (such as N1MEORDER, N!MEEVENT etc.) using the intended data classes (e.g. CL_ISHMED_ME_ORDER, CL_ISHMED_ME_EVENT etc.), not directly by calling the corresponding update function modules.
  • Handle dialog calls carefully. You can also use the process class without the dialog - e.g. for batch processing or also for completely customer-specific dialogs. This means if you wish to call dialogs or dialog boxes in the methods of the BAdI, you can only do this if the method IS_DIALOG_MODE() ON returns the value ON. The process itself runs in dialog mode and dialog boxes are therefore allowed.

There is no standard active delivery for this BAdI.

Details on implementing the BAdI

Method

DETERMINATE_FILLSOURCE






General Data in Customer Master   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 2103 Date: 20240523 Time: 191837     sap01-206 ( 39 ms )