Skip to Content
0
Former Member
Sep 10, 2010 at 09:26 PM

deleting a record in LFA1

649 Views

Hi all,

I'm a newbie in ABAP and I'm working on open sql.

I've tried to write a simple program about deleting a record in a table: LFA1

After execution I was surprised about result: it works!

But LFA1 has references on LFB1, LFBK, and so I have an inconsistency situation of records without reference on LFA1

I was ready for a warning or an error message but... nothing

Could you help me to understand?