when do you need to create an internal table with header
line ?and with out a header line?
Answer Posted / siddharth samal
IF YOU CREATE WITH HEADER LINE THEN YOU NEED NOT HAVE TO
CREATE A WORK AREA EXPLICTLY.
IF YOU WANT TO CREATE A WORK AREA THEN TWITH HEADER LINE IS
NOT AT ALL REQUIRED.
CHOICE IS YOURS.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are critical issues you have faced in your project
What are local objects? : abap data dictionary
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Explain some essential objects in abap dictionary?
What are the classifications of the sap abap data classes?
Explain the differences between interactive and drill down reports?
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What is the client concept in sap?
What is a multiple line field? : abap bdc
difference between Valuation type and valuation category?
Different types of luws. What are they?
Is the basic list deleted when the new list is created?
How to use messages in lists?
How can one distinguish between different kinds of parameters? : abap modularization