what is the difference between upload and WS-Upload?
Answers were Sorted based on User's Feedback
Answer / saptech
Just to add to previous answers both UPLOAD & WS_UPLOAD are
now OBSOLETE so you need to use GUI_UPLOAD instead.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / aditya
Upload is function used to write data from a file in the
presentation server to internal table.here you get a dialog-
box to enter the path of the file name.
Ws_upload also perfoms the same function , but without
screen. here you do not get a dialog-box, rather you need
to type the path of the file name.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / g.shankar
in case of upload user dialogue is required i.e.path is
mandatory b4 execution of prog..
in case of ws-upload no user dialogue is req i.e.we can
mention da path b4 or at the time of execution..
Is This Answer Correct ? | 3 Yes | 0 No |
What is meant by performance analysis? Have done anything to improve the performance?
How to work on TCODE SE16?
How to read files and process BDC's automatically ?
How can you set rows and columns for Table control in a screen?
1 Answers CSC, Steelco Gujarat Ltd,
how can we validate select-option ,,for high and low value , without using internal table..
Name the abap/4 modularization techniques? : abap modularization
How 10 Digits are stored in Packed Decimal?
how we will create a bullets in sap-scripts
31)Explain the User master setting for date and Time formats?
How do you handle in Call Transaction?
What are indexes? : sap abap data dictionary
Why do we use types statement in abap programming?