‎2008 May 12 2:07 PM
Hi all,
I need some help.
Actually one contract agreement was deleted.(ME33K).
Here we are having one program when we run this program it will show all the details of the contract agreements.
But when I run this program, Even though after deletion also it was showing that contract number.
So my requirement is deleted contract numbers should not display when I rum my program. Which logic I need to apply..
Please .
Points will be given ..
‎2008 May 12 2:11 PM
In many cases the field LOEKZ is used to indicate that the record has been deleted or flagged as inactive.
Check the tables you are reading from for this flag.
‎2008 May 12 2:45 PM
Hi
In that ME33K the field name is RM06E-LOEKZ. There it was having deleted symbol. But RM06E is structure.
So can you please tell me how I need to write logic.
Thanks for your reply.