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 meaning of abap editor integrated with abap data dictionary? : abap data dictionary
Explain the advantage of structures?
What is sapnet?
Abstract class and interface, multiple inheritance, live example
What happens if a function module runs in an update task?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
How can we send data to external programs?
Difference between sap script and report?
What was the requirement of IDoc in your project? How it was working?
How many types of size categories and data classes are there?
What are the different types of data dictionary objects? : abap data dictionary
What are the prerequisites for creating foreign key relationship?
What is IMG in SAP?
What is match code? : sap abap hr