Question:
Hi,
I have an internal table like this:
data: begin of it occurs 0,
aufnr like aufk-aufnr,
vornr like aufk-vornr,
datum like sy-datum,
end of it.
Does anyone knows how to delete records from this table dynamically like this sentence:
DATA cond(200).
cond = 'AUFNR EQ 1'.
DELETE it WHERE (cond).
Any idea can help.
Thanks.
David.
Answer:
Use code generation. GENERATE SUBROUTINE POOL...
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.