is it possible to insert records into structure?
if yes means how many records can be inserted?
Answers were Sorted based on User's Feedback
no its not possible to insert records in the structure. name
itself represents that it is a schema or just a skeleton. it
wont occupy any memory.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sivaramakrishna
structure is data dictionary obj which contain commenly
reuseble fields from multiple db tables or a db table.
structures does'nt store any data . in any mandatory case
if we want we can store single record in structure.
generally we get this situation while we using structure in
reports .
if any body doubts about this try it once
Is This Answer Correct ? | 2 Yes | 0 No |
Why do we require Infotypes for HR module
how many ways to delete ztable field values without using table maintenance generator?what is that?
What is buffering allowed but switched off?
Explain Catch Command in ABAP?
what is BAPI?
6 Answers FutureSoft, IntelNet, jusco,
What is at exit-command:?
difference between user exit and customer exit dont tell both are same but there is another difference is there if anybody knows reply immediately
What is WEB Dynpro Comp. / intf?
What is the difference between Initialization and parameters ?
How do you create secondary index. Do you have access to create secondary index?
when does the secondary index should be used what role it play when we use secondary index in tables
we can use internal table with help of user define data types if possible or not