Answer Posted / kubera
Read dataset <file> for output.
loop at itab into wa.
transfer wa into <file>.
endloop.
close dataset <file>.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you define a field without a data element? : abap data dictionary
Name the abap/4 modularization techniques?
Explain how is batch input process different from processing on line?
What are the parameter types for a method?
How do you use tab sets in layout sets?
How will you transfer data into a file in application server?
What is tcode se16? For what is it used.
What are the function modules used to create batch input session? : abap bdc
What is a size category? : abap data dictionary
Concepts of OO ABAP and why we are using it?
What is static attribute
What is an update type with reference to a match code id? : abap data dictionary
What is a matchcode?
What are advantages and disadvantages of logical data base
what is difference between (internal table types)standard table and sorted table in sap abap....