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 work you have done in HR module

908


What is screen flow logic? What are the sections in it?

602


how to track records from data dictionary?

1655


What are different ABAP editors? What are the differences?

594


Can a posting run be deleted? : sap abap hr

608






How do you get the number of lines in an internal table?

620


What is repository info. Systems?

613


What is a transport?

626


What is a view? : abap data dictionary

660


Can i know some of the Realtime tickets that anyone has been faced ?

1665


What is meant by hotspots?

613


What are the personnel administration related infotypes? : abap hr

610


How to display or know if the value entered contains records or not?

582


What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary

630


How many types of data classes are there in sap abap? : abap data dictionary

556