how to write record to a file?& ABAP editor provides?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
What is the use of dequeue function module? : sap abap data dictionary
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
dynamic programming in sap abap
How many default tab strips are there?
What is off cycle payroll run
Mention the various databases integrities?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Explain what is the step-by-step process to create a table in data dictionary?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
How we can retrieve data using secondary index. Explain with simple example?
Is main window mandatory in smartforms?
while implementing badi what are the tables u find??
what is field string ? & where we are using field strings?