Diagnosis The system attempts to call application SAP R/3 MM-IM from a LIMEdocument. However, several MM-IM documents are created from one LIMEdocument. This is not possible during an immediate call of thedispatcher. System Response For an immediate dispatcher, the system only allows one MM-IM call foreach LIME document, as the dispatcher does not have COMMIT control, andMM-IM expects a COMMIT WORK after every document. Procedure for System Administration Two options:
- Set the dispatcher to 'not immediately' in Customizing, if SAP R/3 MM-IM
does not have to be called immediately after a LIME posting. Then planjob /LIME/DISPATCHER_EXEC at regular intervals.
- Change the LIME message or the implementation of the dispatcher BAdI, so
that only one MM-IM document is created.
|