how to write record to a file?& ABAP editor provides?
Answer Posted / sukhbir
To write to a file in application server.
OPEN DATASET [file path] FOR INPUT IN TEXT MODE
ENCODING
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is payroll area
what is the difference between hashed & sorted internal tables?
What is sequence number
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
To how many tables can an append structure be assigned. : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What is a size category?
How can I make a differentiation between dependent and independent data? : abap hr
What are the check tables and value tables?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are the difference between tables and structures?
What is step-loop? Explain all the steps?
out bound process code for quotation?
What is the function of the transport system and workbench organiser?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?