which is a statement used to write a record to a file in
ABAP?

Answer Posted / sujan

DATA: MESS(60),
FNAME(10) VALUE '/tmp'.

OPEN DATASET FNAME FOR OUTPUT MESSAGE MESS.

SELECT * FROM TAB1.
ENDSELECT.



pls let me know if I'm wrong with my answer.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are aggregated objects

563


Why is pretty printer user in abap?

633


MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?

2443


Explain the difference between get and get late?

577


What is off cycle payroll run

1780






What are th control break events in abap?

601


Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc

669


What are the events used for logical database?

595


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

579


What is the difference between a structure and an append structure?

531


What is append structure?

540


Why do we use dynamic where conditions?

870


Explain what is the significance of hide?

525


What are different ABAP editors? What are the differences?

585


What is the advantage of structures?

578