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
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
How can we declare a table control in the abap/4 program?
Explain what is step-loop?
Explain what are interactive reports?
What are the payroll related infotypes? : abap hr
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is the difference between synchronous and asynchronous update? : abap bdc
Describe the data classes?
What are match codes? describe?
To find the date difference & excude saturday & sunday in between them
In sap script how to print bar code in vertical manner
How many lists can a program can produce?
What are logical databases? : abap hr
What are internal tables? How do you get the number of lines in an internal table?