what is data structure and data table
Answers were Sorted based on User's Feedback
Answer / yarru sreenivasa rao
no coresponding data st is created in database
but cor table created in database
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / naveel ahmad
Digital computer can manipulate only primitive data that is
data in terms of 0's and 1's manipulation of primitive data
is inherent within the computer and need not required any
extra effort from the user side .
Data structure is a representation of computer science.
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.
Is This Answer Correct ? | 1 Yes | 1 No |
What are different types of windows in Smartform?
In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when it is being used. And what it really does?
9 Answers Miracle Solutions, Patni, Satyam,
Lock objects and what are parameters of ENQUEUE FM?
function modules are also external subroutines. State true or false. : abap modularization
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
Explain the Importance of pa20? : abap hr
Batch Monitor -- Transaction Code?
how many index created for table
What is lock mechanism? How do we create lock objects in abap?
From excel to abap - is batch mode possible ? : abap bdc
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
what is the work of buffer in sap ?