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
What are the types of subroutines? : abap modularization
java script for push button in adobe forms.
How would you define the exponents for a type âfâ field?
What are the events in ABAP language?
How do you find the information on the current screen?
What is a data class? : abap data dictionary
To how many tables can an append structure be assigned. : abap data dictionary
What is delivery class? : abap data dictionary
What is page window?
How do I find the output type of a table or a program?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What kind of financial periods exist in SAP? What is the relevant table for that?
Where can you find error log for call transaction? : abap bdc
stock transfer from one plant to another plant ? i want the total description.
What is the significance of technical settings (specified while creating a table in the data dictionary) ?