can you create an internal table dynamically?(at run time)
Answer Posted / parvathi ramanandan
Yes..Internal tables can be created dynamically using
object oriented abap.chek out the method
CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the page headers for secondary lists?
What are the advantages of logical databases?
How can you find the field/data underlying a transaction?
Which transaction code can I used to analyze the performance of ABAP program.?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What is a maintenance view? : abap data dictionary
How many ways you can create table? : abap data dictionary
how can we enable hyperlink in screen painter?
What are the commands used for interactive reports?
what is code to upload cost centers through call trans. and procedure
Can a constructor be redefined?
Difference between user exit and badis?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
How would you set the formatting options statically and dynamically within a report?
What is page window?