Why long time required to copy the file than delete the
same file.
Answer Posted / bala
COPY: It copy the content of a file from one place to
another.so,it require long time.
DELETE: It won't delete the entaire content intead it
delete the address of the file.so,it require less time than
copy.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you find if a logical database exists for your program requirements?
Can we write the code both call transaction and session method in single program?
What does the extract statement do in extract datasets?
What are logical data bases used in hr module? : abap hr
What application areas are you comfortable in?
What are the different modes of processing batch input sessions? : abap bdc
Why cant we use Normal function module for data transfer?
How do you display a data in a detail list?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What is the difference between collect and append statements?
In which cluster time results are stored? : abap hr
Can we include customizing include or an append structure with pooled or cluster tables?
What are the different software packets available in the market? : sap abap hr
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
Explain Singleton class