ARCHIVE

/scwm/ex_core_rms_determine |verified| -

/scwm/ex_core_rms_determine |verified| -

: Locate the enhancement spot /SCWM/ES_CORE_RMS .

: Implement non-standard logic like FRFO (First Returned, First Out) for materials returned from production lines.

DATA: ls_ordim TYPE /scwm/ordim_int, ls_rsrc TYPE /scwm/s_rms_rsrc_det. /scwm/ex_core_rms_determine

: Implement the interface method to read from CT_QMAT .

ENDMETHOD.

It looks like you're referencing a specific path or module: /scwm/ex_core_rms_determine .

: This BAdI is filter-dependent; you must specify the Warehouse Number as a filter value to ensure it triggers for the correct facility. Best Practices : Locate the enhancement spot /SCWM/ES_CORE_RMS

: Since this BAdI is called during WT creation (a frequent operation), avoid heavy database queries. Use the provided importing parameters whenever possible.

: Perform your custom filtering (deleting rows from the table) or sorting (using ABAP SORT statements). /scwm/ex_core_rms_determine

METHOD /scwm/if_ex_core_rms_determine~determine.

Go to Top