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 view proxy in abap?
How can end-of-selection be used?
Explain get pernr concept when we use logical data base? : abap hr
How to create any functions?
What is occurs in internal table?
How do you find the information on the current screen?
How to determine the attributes of an internal table?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the different attributes that can be assigned to a variant?
Which FM do you use to find out who is reporting to whom
what is the transaction transaction for setting parameters rdisp/buffermode
Explain what are extracts?
Can we use flow logic control key words in abap/4 and vice-verse?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the disadvantages of different types of bdc's?