Dear all,
I need to fetch data from MSEG table by passing eblen and where movement type is 105, 106, 124, 125.
i use the select query like.
but here i am not geting all the data which is matched with 105 movement type. In the sence one record is missing.
please help me on this.........
IF IT_EKKO IS NOT INITIAL.
SELECT MBLNR
BWART
MATNR
WERKS
LGORT
CHARG
SHKZG
MENGE
ERFME
FROM MSEG
INTO TABLE IT_MSEG
FOR ALL ENTRIES IN IT_MSEG1
WHERE EBELN = IT_EKKO-EBELN
AND BWART IN ('105', '106', '124', '125').
ENDIF.
Best Regards
margani