which is a statement used to write a record to a file in
ABAP?
Answers were Sorted based on User's Feedback
Answer / balaji
WE CAN WRITE A RECORD TO A FILE IN ABAP BY CALLING THE
FUNCTION MODULE 'GUI_DOWNLOAD' AND WE HAVE TO SPECIFY THE
FILE NAME TO WHICH YOU WANTED TO WRITE AND NAME OF THE
INTERNAL TABLE FROM WHERE THE DATA HAS TO BE RETRIVED.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkateswarlu.bandi
by using the down_load function module . parameters like
this
fine name:
file type:
internal table declaration:
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
what is process code?
What is the difference between data elements and domains?
how ro trigger a top of page in alv report?
Explain the table, which contain the details of all the name of the programs and forms?
what is basic difference between script&smart forms?
give examples of pool,cluster tables
what is the difference between at first & at new statements ?
What are the different types of views and their definition?
What are the Various Types of internal tables?
can any one can give me exectly the TABLES key word?
How to convert Normal function module to RFC enabled Function Module?
what is the Tcode BD87?
5 Answers Cibernetix Business Systems, Intel, SAP Labs,