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 bapi,badi,bdc,ale idocs?
How will you define posting procedures?
Explain what are standard layouts sets in the sap script?
Can a posting run be deleted? : sap abap hr
How will you read from internal table records in a given value range (without using loop)
What are the page windows? How many main windows will be there in a page window?
Which objects are independent transport objects?
What is Transactional based Application & Role based Application?
What is locking? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure
When is the top-of-page event triggered? : abap data dictionary
Can you define a field without a data element?
Difference between Read and Get cursor?
What is at exit-command:?
Mention some important events in abap programming.