is it possible to insert records into structure?
if yes means how many records can be inserted?
Answer Posted / theabapconsultant
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 |
Post New Answer View All Answers
What statement will be found in an sap application program that implements a function module exit?
What type of user exits have you written ?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
How to convert normal function module to bapi?
What are two methods of modifying sap standard tables?
What is the difference between synchronous and asynchronous updates?
What are the abap/4 commands that link to a layout set?
Explain the disadvantage of using exec sql statement in abap?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What is “call mode”?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Explain Catch Command in ABAP?
What are the difference between tables and structures? : abap data dictionary
What is generic buffering?
How can I get ascii value of any letter? Is there any function?