How to write file to application server?
Answers were Sorted based on User's Feedback
Answer / 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 |
i want to print 1 tp 100 in sapscript in a single page in a vertical manner 1 6 2 7 3 8 . . . . how will i do it
how many subscreens we can create in a main screen?
while uploading a flat file through bdc call trans, then the system get CRASHED. how do i know how many records have been updated.
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What are the function module types
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
when we are entering a purchase order it goes to which table?
variant attached in the report. can be transportable from one server to another server
hey guys, what is the t-code that copies a script from one client to other client....!
What are the Different Types of tickets in Realtime Scenario ?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What will you code in start-of-selection & end-of-selecton & why?