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
How to split one Invoice into Multiple ( Step by Step)?
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?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
How many main windows are allowed in sapscript?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is amdp (abap managed data procedures)?
What is the use of the raising exception? : abap modularization
where do we store all custom programs in SD module?
What has to be done to the packed fields before submitting to a BDC session.
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
What two statements are required in an abap program to output an icon using a written statement?
How do you write manual bdc session method? : abap bdc
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is asynchronous update?