2007 Jan 30 4:17 AM
hi gurus,
could you please tell me how to delete a particular record in a standard table REGUP.i have tried to delete it ,but the option is greyed out.
2007 Jan 30 4:22 AM
write a program in se38 using database access syntax. u cant delete a record directly in se11 for standard table.
hi gurus,
could you please tell me how to delete a particular record in a standard table REGUP.i have tried to delete it ,but the option is greyed out.
2007 Jan 30 4:22 AM
write a program in se38 using database access syntax. u cant delete a record directly in se11 for standard table.
2007 Jan 30 5:34 AM
hi,
using delete statement u can delete a record from a table.check the example.
DELETE FROM regup WHERE vblnr = '900000000' AND
belnr = '100000000'.
u can make use of this.
reward points if helpful.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |