How to write file to application server?

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


Please Help Members By Posting Answers For Below Questions

Can you define a field without a data element? : abap data dictionary

852


Name the abap/4 modularization techniques?

843


Explain how is batch input process different from processing on line?

749


What are the parameter types for a method?

1176


How do you use tab sets in layout sets?

857


How will you transfer data into a file in application server?

783


What is tcode se16? For what is it used.

827


What are the function modules used to create batch input session? : abap bdc

880


What is a size category? : abap data dictionary

840


Concepts of OO ABAP and why we are using it?

1098


What is static attribute

1281


What is an update type with reference to a match code id? : abap data dictionary

766


What is a matchcode?

793


What are advantages and disadvantages of logical data base

1969


what is difference between (internal table types)standard table and sorted table in sap abap....

2133