Skip to main content

Open material requirement list from work order structure

Answered

Comments

2 comments

  • Official comment
    Martin Heigl

    open the reservation window with <wintab> delimiter, if you work with bpopup

    setvar=ls_filter= and "BEAS_FTHAUPT"."BELNR_ID"=<dw_1.item.belnr_id.value,#0> and "BEAS_FTPOS"."BELPOS_ID"=<dw_1.item.belpos_id.value,#0>

    ...
    bpopup=...openwindow=reservation_set_source.psr<wintab>basefilter=<ls_filter><wintab>as_basetype=wo

    ...

    (not tested)

  • Tayfun Genc

    Hi and thanks for quick reply!

    Unfortunately the paramters were ignored and it opened material request for all workorders and not as desired for the highlighted/selected one.

    While I was writing this I find out the reason - it should be as_basefilter - you wrote basefilter

    Thanks again - this helped me a lot!

    T. Genc

Please sign in to leave a comment.