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 major difference between pool tables and transparent tables?
What is the function module to popup contents in the internal table?
Explain buffering concept usage?
What are the function modules used to create batch input session? : abap bdc
In which particular scenario we use sorted table and which particular scenario we use standard table?
How to call other programs?
What is append search help? : sap abap data dictionary
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
How are BAPI different from Normal function modules ?
Define external layer?
How do you differentiate tax for different countries? : sap abap hr
Explain sap abap 3-tier architecture?
How can we achieve MVC ?
What kind of financial periods exist in SAP? What is the relevant table for that?
Why we are using Macros instead of Function Modules