2010 Oct 19 12:52 PM
Hello Experts,
I have created a table. I have 3 fields in that table and i hav used that table for 2 months. Now i have added a
new field( FLAG Field ) values will be 'X' or Blank. Now when i am using a select query on this table in where condition if i am using Flag = ' ' , it is not considering the old records it is fetching values from the day i have added the new field, Kindly provide me a solution
Thanks & Regards,
Kams.
Hello Experts,
I have created a table. I have 3 fields in that table and i hav used that table for 2 months. Now i have added a
new field( FLAG Field ) values will be 'X' or Blank. Now when i am using a select query on this table in where condition if i am using Flag = ' ' , it is not considering the old records it is fetching values from the day i have added the new field, Kindly provide me a solution
Thanks & Regards,
Kams.
2010 Oct 19 12:59 PM
Hi,
then you forgot to set the INITIALIIZE flag for your new field in SE11.
Regards,
Klaus
2010 Oct 19 2:26 PM
Hi,
After extending the table, SE14 must be executed as well. Have you executed the SE14 ?
2010 Oct 19 2:44 PM
2010 Oct 19 6:10 PM
Kindly use Se14 to to adjust your table and save your all records.
Thanks
Nabheet
2010 Nov 07 5:31 AM
U can do it by 2 ways...
1) To manually enter the flag field values
2) Use Se14 to to adjust your table and save your all records
2010 Nov 10 4:25 AM
hi,
for this go in se14 database utility or make a bdc program and update ur flag.
Sulabh
2010 Nov 10 5:44 AM
Hi You have to activate and adjust the data base table from the utility menu.
Regards
Mona
2010 Nov 10 5:47 AM
Hi,
For fetching old values, you should use flag is null. But new blank values will be fetched flag = ''. So use both flag = ' ' or flag is null.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |