What is the advantage of structures? How do you use them in
the ABAP programs?
Answer Posted / bandivenkateswarlu
structure are used for temperporly stored data into the
database. it donot allocate the space and memory. it does
not have any type andy length. it do not have the primary
key have also.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
In which cluster time results are stored? : abap hr
Explain the differences between at selection-screen and at selection-screen output?
What is get cursor field?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
How many primary keys can be created for a table?
What is meant by a schema? : sap abap hr
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is read line in abap?
What are data classes? What are the various data classes available for selection? : abap data dictionary
Which type of tables used this buffer?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What are pooled tables?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
Explain the Inportance of pa40? : abap hr
Can we use on change of between select and endselect?