how we can moddify a internal table without using modify
statement
Answer Posted / apoorv sharma
use insert statement ...
eg.
insert <workarea> into <internal table> index <index number>.
| Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
What is a batch input session? : abap hr
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What is payroll area
Can you show multiple alvs on a single screen?
Give few names of pooled tables in sap ?
Name some system global variables you can use in abap programs?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
Can you define a field without a data element?
Can multiple abap systems connect to abap database?
what precautions or prerequisites do you follow to update a record into database table and how
How many types of tables exists and what are they in data dictionary?
What’s value table?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is foreign key relationship? : abap hr
Why do we use types statement in abap programming?