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
Explain client-dependent and client-independent tables.
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What is the significance of the memory table ‘screen’?
What are aggregated objects : abap data dictionary
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
What are the names of the function modules that will be generated upon activation of a lock object?
What is alv programming in abap? When is this grid used in abap? : abap hr
how to see the tables of 200 in client 100?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What is the difference between synchronous and asynchronous update?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
The max number of calling modes stacked at one time is?
Explain the concept of clusters in payroll
What is the purpose of at first and at last?
what is user specific parameter?