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


Please Help Members By Posting Answers For Below Questions

What are the basic object types? : sap abap hr

629


How to debug a script in abap?

586


Explain the difference between a dialog program and a report?

553


How do you move on to the next screen in interactive reporting?

614


What is asynchronous and synchronous update?

581






What are the difference between call screen and leave screen?

604


What is the meaning of client independent?

569


What are smart forms?

588


How to pass data from list to report?

569


hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?

1722


Explain about interactive report?

605


What are the advantages/ dis-advantages of logical databases?

546


Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.

1463


What are the fields in a bdc_tab table? : abap bdc

620


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1726