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
How do you save data in bdc tables? : abap bdc
What are the different types of the variable in the sap abap?
What are the various events associated with screen programming?
How can you find the field/data underlying a transaction?
Explain sap abap 3-tier architecture?
What is “call mode”?
What is difference between inner join and outer join?
when are objects are passed from task to the change request?
Explain the different types of data dictionary objects?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
How to transfer data into line items using batch input session method? : abap bdc
What is the significance of hide?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is lock objects? : sap abap data dictionary