Hi,
My requirement is
SELECT ekgrp lifnr bukrs ebeln FROM ekko INTO TABLE it_ekko1 FOR ALL ENTRIES IN it_rseg1 WHERE ebeln = it_rseg1-ebeln.
Iam getting values into table it_ekko1 by using for all entries,
but we need to get those values in addition with the parameters in the selection screen which are nearly five like
comp.code,purchasing group,vendor,material grp..etc..
can you suggest how to combine for all entries and parameters in the select query.
Thanks in advance.