InterviewSolution
Saved Bookmarks
| 1. |
How Do I Set A Flag For A Field In Any Table? |
|
Answer» CREATE a char FIELD of length 1. for example field STAS-LKENZ is Deletion Indicator. It means that if the value in the field is ‘X’ then that record has been DELETED. Create a char field of length 1. for example field STAS-LKENZ is Deletion Indicator. It means that if the value in the field is ‘X’ then that record has been deleted. |
|