Hey,
I have Created a Range.
Ranges : R_REP FOR GLT0-HSL01.
R_REP-LOW = 420060.
R_REP-HIGH = 420150.
R_REP-OPTION = BT.
R_REP-SIGN = I.
APPEND R_REP.
SELECT * FROM GLT0 INTO I_GLT0
WHERE BUKRS = P_BUKRS AND
RYEAR = P_RYEAR AND
RACCT IN R_REP.
Now I Want 2 include 420000 in My Selection.
How do i accomplish this?
I only need To Add This specific single G/L A/C Value- 420000 Only To My Internal Table.[420060-420150,420000].
Regards
Essam