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 sap script?
Explain sap abap 3-tier architecture?
What is transparent table?
What is the Process to transfer IDOC from Outbound System to Inbound system.
dynamic programming in sap abap
What are the time related infotypes? : abap hr
Describe the data classes?
What are different data types in abap/4?
How do you find the information on the current screen?
What is the difference between call transaction and session method? : abap bdc
What are the two methods for modifying sap standard tables?
What are the Control levels in internal tables?
What is append structure?
What are local objects? : abap data dictionary
Difference between BDC vs Direct Loads?