I trying to get one field from interal table like this:
READ TABLE tbl_peps TRANSPORTING ususap INTO lv_responsable WITH KEY usr03 = wa_tbl_prps-usr03.
This sentence is wrong, it gives me an error
tbl_peps and lv_responsable are incompatibles
.
Is there a way to achieve that using "transporting fields"?