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
Mention what is alv programming in abap?
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?
What is amdp (abap managed data procedures)?
Define infotype ? : abap hr
Why lsmw does not support call transaction method? : abap bdc
If your project is support project ? when is your implementation has completed ?
How to debug rfc function module?
What are the steps in creating screen ?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What is partner selection?
What are the events used in abap in the order of execution?
What does the insert statement in extract datasets do?
What are the different methods of passing data?
how to see the tables of 200 in client 100?