2009 Feb 13 11:22 AM
Dear Gurus,
Serial number for a particular material is updated twice in the system.
I want to delete one number, both have different eqiupment number.
sugest me the way to solve this problem.
Thanks in advance.
Dear Gurus,
Serial number for a particular material is updated twice in the system.
I want to delete one number, both have different eqiupment number.
sugest me the way to solve this problem.
Thanks in advance.
2009 Feb 13 11:32 AM
hi,
If your post is with respect deleting a entry in a database table..?? then use delete statement on the DBTABLE
Delete from dbtab where <expression>.or
Delete dbtab from wa. " where wa contains complete specification of records with respect to primary key, the wa is similar structure of database table*give the appropriate equipment number
This would solve your purpose with respect to data base tables
Thanks
Sharath
2009 Mar 31 9:56 AM
Yes you can have the deletion indicator for the seerial number ..
In IQ02, enter material and the serial number.. in the resulting screen.. Mat.ser.no....functions.....deletion flag...set and save..
karthick
2009 Mar 31 10:06 AM
hi do one thing...
if you want to delete the serial number which is recent ..
then use sort table itab in descending
and read with index 1
and then delete .
or else if you want to delete the old one
then use sort table itab in ascending
and read with index 1
and then delete .
or delete the record using the where condition
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |