Hello Community,
I'm in need of help since my following Select Statement does not give any results and a can't figure out why:
TYPES:BEGIN OF ts_lifex,
vbeln TYPE vbeln_vl,
lifex TYPE lifex,
mblnr TYPE mblnr,
END OF ts_lifex.
DATA: lt_lifex type standard table of ts_lifex.
SELECT vbeln lifex FROM likp
INTO CORRESPONDING FIELDSOF TABLE lt_lifex
FORALL ENTRIESIN lt_docno WHERE lifex = lt_docno-docno.
lt_docno and likp are filled with values that should match.
Thank you in advance,
regards,
Philipp