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
Explain what are the events used in interactive reports?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is an “on input filed” statements?
Why are insert and append statement used in sap abap?
What are indexes? : abap hr
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is the abap program name to process the batch input session automatically? : abap bdc
how to track records from data dictionary?
How to upload data using catt ? : abap hr
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Which objects are independent transport objects? : abap data dictionary
Explain the advantages of different types of bdc's?
Name some system global variables you can use in abap programs?
When the top-of-page event does get triggered?
How to create user interfaces for lists?