2007 Feb 22 3:33 PM
hi,
i've a doubt regarding file uploading.
i've a file which is to be uploaded and some modifications have to be made.later i've to give this modified file to another program which is in this program (using sumit statement)as input without downloading it into presentation after modification.
can anyone help me?
...Thanks & Regards
Ramesh
hi,
i've a doubt regarding file uploading.
i've a file which is to be uploaded and some modifications have to be made.later i've to give this modified file to another program which is in this program (using sumit statement)as input without downloading it into presentation after modification.
can anyone help me?
...Thanks & Regards
Ramesh
2007 Feb 22 3:37 PM
HI Ramesh,
Once You Upload the data from the file into an internal table, you will have the data in the internal table.
Then YOuhave to EXPORT the internal table to a memory ID.
In the program which you are submitting, you have to use an IMPORT from memory ID, to get the internal table data(The data that was uploaded from file and modified).
Regards,
Ravi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |