Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

file upload ,modified and later uploaded to another program

Former Member
0 Likes
419

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

1 REPLY 1
Read only

Former Member
0 Likes
385

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