I wish to select the text from this table ATEXT but my query is not working please guide.
table:taplp.
CLEAR : taplp.
SELECT SINGLE *
FROM taplp
WHERE appl = wa_zprohdr-appl.
write: taplp-appl,taplp-ATEXT.