Would WS_UPLOAD function module work if the BDC is run in
Background? If yes explain, If no explain?
Answer Posted / 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 |
Post New Answer View All Answers
Can you print decimals in type n?
What is the difference between internal tables and extract datasets? : abap modularization
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What are the different database integrities?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are the ways you can do the tuning?
Can i Have Some Realtime Examples On Modulepool programming.
Which type of tables used this buffer?
What are the different control break statements available inside a loop?
What are the dynamic actions and how to configure it? : sap abap hr
What are the function module in bdc?
Can you delete data element, which is being used by table fields. : abap data dictionary
What are the basic object types? : sap abap hr
What is a data dictionary? : abap data dictionary
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc