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

What is the t-code to display batch input sessions? : abap bdc

627


can anyone please tell me, in orient paper mill project which fields exits for creating report.

1272


What are the client dependant objects in abap / sap?

532


What is the difference between rfc and bapi function modules? : abap bdc

625


What is the significance of the screen number ‘0’?

562






What are client dependant objects in abap/sap?

672


Of the two call transaction and session method, which is faster?

691


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2078


what is code to upload cost centers through call trans. and procedure

2154


What is the meaning of table buffer? This buffer is used by which type oftable?

766


What should be the approach for writing a bdc program? : abap bdc

579


How many types of size categories and data classes are there? : abap data dictionary

606


What is the maximum number of match code id's that can be defined for one match code object ?

536


What is repository info. Systems? : abap data dictionary

581


Difference between Read and Get cursor?

1602