...
else.
*-- reference to requisition-----------------------------------------*
if schedule-banfn ne space.
call function 'MEREQS_EBAN_LOOKUP'
exporting
im_banfn = schedule-banfn ...
...
data: fo_releasable type ref to if_releasable_mm.
if co_factory is initial.
" Get requisition factory if we don't pass one
call function 'MEREQ_GET_FACTORY'
importing ...