Answer Posted / nitu sharma
Fields symbols are just like pointers in C. They points to
the data object at runtime but do not allocate any memory
for that data object.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a persistent class?
what is difference between set screen and call screen ?
What are matchcodes?
How do you document ABAP programs? Do you use program documentation menu option?
What is the master data necessary before you can start posting in MM?
What is view proxy in abap?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are the steps in a bdc session? : abap bdc
How can we send data to external programs?
What is tmg?
What is a currency factoring technique?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the differences between structure and table in the data dictionary in abap?
On which event we can validate the input fields in module programs?
How to get that a secondary index is attached to a select query?