What are internal tables?
Answers were Sorted based on User's Feedback
Answer / tapan
it is a temperary table ,which hold the data at run time
only,it is 3 type
i.standard
ii.sorted
iii.hashed
it hold the data in two type of technique
i.with header line
ii.without header line
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / paramjeet
Internal tables are a standard data type object which exists
only during the runtime of the program. They are used to
perform table calculations on subsets of database tables and
for re-organising the contents of database tables according
to users need.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vikram
intermediate tables are called internal tables which exists
only during the runtime of program. two types of internal
tables are there,
1) internal table with header line
2) internal table without header line
Is This Answer Correct ? | 0 Yes | 1 No |
what is the standard program to check the consistency of the partner profiles?
Tcode for enhancements?
Explain enhancements
Explain the disadvantages of abap query tool?
basic steps for creating subscreen?
How would you set the formatting options statically and dynamically within a report?
Screen wise process for creating sales order quotation through transaction code VA21
How would you design a BDC (session method ) in which session will get executed itself. user do not need to go to SM35.
11) Purpose of PROTECT and ENDPROTECT in script?
What are your ways to performance optimization?
What is the keyword used to access a program from global memory?
what is itcsy structure? what is the importance of it? give me the detailed information of it ?