how we can take a file from Presentation server to
Application server?
Answers were Sorted based on User's Feedback
Answer / raju
Use t-code CG3Z (FROM PRESENTATION SERVER TO APPLICATION)
T-CODE CG3Y (FROM APPLICATION SERVER TO PRESENTATION)
Is This Answer Correct ? | 32 Yes | 0 No |
Answer / 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 |
Answer / sudip roy
Answer #4 is slightly incorrect - tcode CG3Y (FROM APP TO
PRES)
tcode CG3Z (FROM PRES TO APP)
simple
other options available with tis is only transfer format
either asc or bin
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / darshan
@all..
can u help me out in giving one sample program
related to gui_upload and gui_download...
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / venkateswarlu.bandi
using the some function modules.
1.ws_upload.
2.gui_upload.
3.upload.
Is This Answer Correct ? | 9 Yes | 16 No |
Answer / lokesh
tcode CZ3Y (FROM APP TO PRES)
tcode CZ3Z (FROM PRES TO APP)
simple
other options available with tis is only transfer format
either asc or bin
Is This Answer Correct ? | 4 Yes | 13 No |
what is diff b/w user exits and cutomer exits
5 Answers Deloitte, iYogi Technical Services,
What are the dis-advantages of logical databases? : abap hr
What is reject statement? please reply me breifly?
how to see the last updated record in a table?
what is the standard program used to upload/download layout sets in scripts.
What are the other modules integrated with om? : sap abap hr
What all are the differences did you find in hr module between 4.7 and ECC6 versions
what are the events in sap script print progam.
How can u call a Report from a module pool program?
Type casting and error handling
1 must be expert in JAVA to learn SAP-ABAP?
What is the purpose of sum statement?