how to write record to a file?& ABAP editor provides?
Answer Posted / bikash samanta
DATA: File_name TYPE string VALUE 'file path'.
OPEN DATASET File_name FOR OUTPUT IN TEXT MODE ENCODING
DEFAULT.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the procedure you followed to upload the data?
How do you execute the payroll
Differentiate between transparent tables, cluster tables and pooled tables
In select-options, how to get the default values as current month first date and last date by default?
What is bdc programming in sap?
Where are you used type casting?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What are spa/gpa parameters (sap memory)?
What are th control break events in abap?
What are the page windows?
What are the differences between se01, se09 and se10?
What is the difference between ABAP and HR ABAP
What is the difference between select statement and provide statement ? : abap hr
How to debug a script in abap?
What are local objects? : abap data dictionary