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 difference between a structure and an append structure?
What are the two levels in defining a match code? : abap data dictionary
How to write a code in tab control? : abap bdc
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
How to give programe name as input in BDC report of abap ?
Can we call reports and transactions from interactive reporting lists?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is size category?
What is repository info. Systems?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is the function of a data element?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
How can I get ascii value of any letter? Is there any function?
Give an example of interface from your project explaining why you used it?