InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Clear, Refresh? |
|
Answer» CLEAR: It clears any FIELD, structure or Header LINE of INTERNAL table. REFRESH: DELETES all entries of internal table. CLEAR: It clears any field, structure or Header line of internal table. REFRESH: Deletes all entries of internal table. |
|