Skip to Content
0
Former Member
Sep 24, 2008 at 08:59 PM

Delete from Table skb1

1134 Views

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.