what is data structure and data table
Answer Posted / venkateswarlu.bandi
data sturcture:
data structure is nothing but its create only at runtime.
it doesnot allocate the memory. and also it contains no
data. because of its only structure.no memory is allocated
for the sturcture.
data table:its nothing but sap predefined the table.
its allocated the memory at the runtime.while u defining
the data table u can assign the table type ,length.
these all tables are stored into the database.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between function group and function module?
Explain the call transaction method? : abap bdc
What are the two methods for modifying sap standard tables?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the advantages and disadvantages of using views in abap programming ?
Explain how do you get output from idoc?
wat are the process that can be executed & tracked in a workflow?
Is it possible to run host command from SAP environment? How do you run?
What is synchronous update?
What is meant by search help? : sap abap data dictionary
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
From excel to abap - is batch mode possible ? : abap bdc
difference between Valuation type and valuation category?
What are pooled tables?
Exception handling and how does it transfer from called method to calling method?