how we can take a file from Presentation server to
Application server?
Answer Posted / fahrudeen
To upload a file from presentation server to application
server we have to do the following :
1. upload the file from presentation server in to an
internal table using gui_upload.
2.open dataset
3.loop the internal table
4.use transfer statement to write into application server
Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What are the aggregate objects in the dictionary? : abap data dictionary
Explain the disadvantage of using exec sql statement in abap?
What are client dependant objects in abap/sap?
What are indexes? : abap hr
What are Delivery classes? What data will you want to transport during client copy?
why particularly lock object name starts with EZ OR EY?
Name a few data dictionary objects? : abap data dictionary
How many main windows are allowed in sapscript?
what is the difference between hashed & sorted internal tables?
Explain about workbench request and customization requests?
What are the function module in bdc?
Why grouping of fields is required? What is the max no of modification groups for each field?
In a loop of an internal table, what is the use of at first & at last statements?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Is main window mandatory in smartforms?