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
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
wat is the difference between A-gate & W-gate?where are they used?
What is the disadvantage of a call by reference?
What is meant by a schema? : sap abap hr
Define spool request?
What are the steps to execute session method?
What is the difference between a pool table and a transparent table?
What are conversion & interface programs in sap?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are the internal tables and work area?
What is macro? : abap hr
Explain get pernr concept when we use logical data base? : abap hr
What are the events in screen programming?
What are domains and data element? : abap hr
Define alv programming in abap?