Hi,
i am geting some problem with one select query, by using that select query what i am trying to do is retrieving material details related to multiple deliveies.But i am not able to find any values in internal table when i am debbuging this select query i am mentioned that query below please tell me the problem?
Query:
select vbeln matnr lfimg from lips
into corresponding fields of table l_t_matdet
for all entries in g_t_dochdr
where vbeln = g_t_dochdr-b_doc_number.
g_t_dochdr contains multiple delivery numbers.