how to write record to a file?& ABAP editor provides?
Answers were Sorted based on User's Feedback
Answer / sukhbir
To write to a file in application server.
OPEN DATASET [file path] FOR INPUT IN TEXT MODE
ENCODING
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / 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 |
Answer / krishna
WRITE [AT [/][<pos>][(<len>)]] <f> [AS
CHECKBOX|SYMBOL|ICON|LINE]
[QUICKINFO <g>].
[<format>]
Is This Answer Correct ? | 3 Yes | 7 No |
what is the functionality of Runtime Analysis?
In Interactive How you see 5 to 9th sec -list?
What is a check table and what is a value table?
How do you take care of performance issues in your ABAP programs?
What is netweaver???what is the relationship with ABAP?
HOW TO TRANSFER MATERIAL MASTER DATA FROM LEGACY SYSTEM (ORACLE) TO SAP USING A FUNCTION MODULE BAPI_MATERIAL_SAVE_DATA. IF ANYBODY KNOW THE ANSWER PLZ MAIL TO MY ID SHAIKZIA@GMAIL.COM
BAPI is efficient than BDC? The question is with options, asking which of the following is true?
What is the diffrence between select single * and Select upto 1 row?
What is narrow casting and wide casting?
VVVV.Urgent- How can i develop more than 30 interactive lists in reports.
what is process code?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?