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 |
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
By default SAP provides locking mechanism if db is being used by a user ,then what is the use of writing enque method in your code?
Hi i am surya, i have faced this questions plz give me the answer. I have requirement like this, i have two internal tbale like itab and itab1 in itab i have 50 records, in itab1 100 records are there. When execute this question what will be the output a]50 b]100 c]150? And how to join two internal tables what is the syntax for that?
12 Answers Satyam, TCS, Wipro,
What is sap script? Describe its components.
difference between report and module pool
how to print amount in words in alv ?? will the function module spell_amount work ??
How to eliminate duplicate entries in internal tables? : abap data dictionary
What are the two ways of searching an ABAP Object and How to navigate to them
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?
Explain chain end chain?
From excel to abap - is batch mode possible ? : abap bdc