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 are the screen painter and menu painter?
Which infotype records can not be deleted ? : abap hr
What is function group?
Why do we need enhancements?
Can a constructor be redefined?
How to upload data using catt ? : abap hr
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is ps structure? : abap hr
after creating lock object if does n't access record by second user what should we do?
What is a type-pool?
What is the function of a data element? : abap data dictionary
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Print options in smartforms?
What are the fields in a bdc_tab table? : abap bdc