how we can moddify a internal table without using modify
statement
Answer Posted / shailesh
Use field symbols. Field symbol is like a pointer in c. when you assign line of an internal table to a field symbol, it points to the same memory location. hence you change value of field symbol in turn changes the value in internal table.
Cheers!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Final class
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.
How to read 5th record from Hash Internal Table?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Mention the various databases integrities?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What are the data types of the abap/4 layer?
What are the update types possible?
How to call transaction in session method without recording?
What is the function of the transport system and workbench organiser? : abap data dictionary
Explain the Types of Select statements?
What is an evaluation path? : sap abap hr
Can we display a list in a pop-up screen other than full-size stacked list?
Explain the difference between domain and data element? What are aggregate object?