Would WS_UPLOAD function module work if the BDC is run in
Background? If yes explain, If no explain?
Answers were Sorted based on User's Feedback
Answer / bikas
WS_UPLOAD will not work in case of background
As background jobs run in application server and WS_UPLOAD
is the FM which require input from the Prsentation server,
so it will not get the file at run time and will give error.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sumit nene
Consider that there the file is on your or any desktop. Now
if during background process, your system is turned off,
what will happen? The report will not find the file and
it'll result in error!
That is why you cannot perform "any" task in background
that has to interact with presentation server.
Is This Answer Correct ? | 3 Yes | 1 No |
Logic for using table controls in BDC?
What are the different kinds of lock modes?
What is the difference between free and refresh?
Hi guru, In a report prg there is an event called : at SELECTION-SCREEN on VALUE-REQUEST FOR <fieldname>. pls tell me that when i am using a module pool prg how do I call the above event. In other words what is the module pool equivalent for the above event which is used in a report prg. Hope I am able explain my query.
what technology used at presentation layer for displaying GUI to SAP user ? and where those files were put?
How many types of buffering? : abap data dictionary
what is the use of system field 'SY-LOOC'? when will we use it? Plz answer me its urgent!!!
How you will send mail from one SAP system to other SAP system?
How to find Buffered or not?
2 Answers Cap Gemini, Unilogic Software, Visa Steel,
in which event validation is done?
How do you read files from the presentation server ? : abap bdc
when u create an index in Data Dictionary..how do we call it in a program or report..?