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 |
how do the sub-total in sap scripts
what is data class?
how can u write in single program call transaction and session method logic? if u
2 Answers Enteg Technologies, Wipro,
what is the functionality of Runtime Analysis?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
what is the use of start-of-selection event? what is the difference betn end-of-page and end-of-selection?
did u done enhancement framework?how u implemented?
Define database layer? : abap data dictionary
how can i access SAP through internet?
Can you create a field without data element domain?
Give an example of interface from your project explaining why you used it?
how many no of buttons we can create on Apllication tool Bar?