Question:
I've searched, but so far haven't found an answer to this question.
Does the dictionary allow me to restrict deletes from a parent (custom) table with a foreign key relationship? Or is this something that one has to program?
Thanks!
Shaun
Answer:
Are you trying to prevent deletion of some field in parent table if the field is in existence in application table ?
If certain cases SAP maintain this integrity in the program.
Technically, Its possible to maintain this integrity in Database level (triggers/cursors etc)... but not in case of SAP.
You need to program yourself ...
Keep watching your topic, may be some experts can provide you with some other clue.
Best Regards,
Rakesh