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
Explain different types of attributes of function module?
What will you code in start-of-selection & end-of-selecton & why?
What is the different type of projects? : sap abap hr
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is the transaction for recording bdc ? : abap bdc
Do you know any other patterns if yes.. explain
What is the role of ‘refresh’ in internal table?
What is difference between inner join and outer join?
how can you display data say "your name"in sap script without print program or driver program??
Can a constructor be declared private? If yes then in which scenario?
What are standard layouts sets in the sap script?
What is constructor expression in nw abap 7.4?
What actually happens in real-time recruitment? : sap abap hr
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are hashed tables?