Hi all,
I try to delete a G/L account from table skb1 (Sachkontenstamm(Buchungskreis)) (G/L accounts master data (Company code)).
I use the following code.
DELETE FROM skb1
where bukrs = '1001'
AND saknr = '890000'.
But the account still stays there. Has someone an idea how to delete it?
Thanks for all suggestions.