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
Events that can be used in both the classical and interactive reports
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What will happen when we use single buffered selected?
How many main windows will be there in a page window?
What are conversion routines? : abap data dictionary
Can we use flow logic control key words in abap/4 and vice-verse?
Explain the advantages of different types of bdc's?
What is a match code? : abap data dictionary
Name some system global variables you can use in abap programs?
Explain sap abap 3-tier architecture?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
how do you call third selection screen ?
What are client dependant objects in abap/sap?
How do you get the number of lines in an internal table?
What is the difference between a pool table and a transparent table?