what is the effect when a clear ststement is used on an
internal table without header line?
Answer Posted / deepa
No you should not use clear statement with internal its not
advisable.it will clear header line.always use refresh it
will delete all the lines from internal table clear work area.
you want to use clear statement for internal table.
then use in this way.
cleat itab[].
it will delete all the lines from the internal table.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the user groups?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
Can you show multiple alvs on a single screen?
What is the first thing you do after vendor setup is complete?
How do you populate data into a multiple line field? : abap bdc
What is maintenance view?
What are the functional areas?
What are the dynamic actions and how to configure it? : sap abap hr
How to create a link between modified form and modified print program?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What are system variable in abap?
What is Field group?
What are local objects? : abap data dictionary
Where the payroll results are stored
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary