Hi Expert.
Really need your help, below the code to get the tax description.
CLEAR lw_ekpo.
LOOP AT lt_ekpo INTO lw_ekpo WHERE ebeln = lw_ekko-ebeln.
CLEAR: lv_xmatch_ekpo_x, lt_t007s.
SELECT mwskz text1 kalsm
INTO TABLE lt_t007s
FROM t007s
FOR ALL ENTRIES IN lt_ekpo
WHERE mwskz = lt_ekpo-mwskz AND kalsm = 'TAXMY'.
it_output-ekpo-werks = lw_ekpo-werks.
it_output-ekpo-ebelp = lw_ekpo-ebelp.
it_output-ekpo-matnr = lw_ekpo-matnr.
it_output-ekpo-txz01 = lw_ekpo-txz01.
it_output-ekpo-meins = lw_ekpo-meins.
it_output-ekpo-menge_ekpo = lw_ekpo-menge.
it_output-ekpo-matkl = lw_ekpo-matkl.
it_output-ekpo-pstyp = lw_ekpo-pstyp.
it_output-ekpo-knttp = lw_ekpo-knttp.
it_output-ekpo-mwskz = lw_ekpo-mwskz.
it_output-t007s-text1 = lt_t007s-text1.
when i debug the program, it show this:
system doesn't read the t007s-text1