Answer Posted / amit anand
internal tables are a standard data type object which exits
only during the runtime of the program. they are use to
perform table calculations on subsets of database tables and
for re-organizing the contents of database tables according
to users need.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a fall back class?
What does an exec sql statement do in abap?
Explain what is an rdbms?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Which FM do you use to find out who is reporting to whom
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
How we format the data before before write statement in report ?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What does the insert statement in extract datasets do? : abap modularization
Explain the sequences of event block?
What are the disadvantages of different types of bdc's?
What are the time related infotypes? : abap hr
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What are different ABAP editors? What are the differences?
What is the difference between collect and sum?