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

Appending file in presentation server

rohit_goel
Participant
0 Likes
1,054

Hi all,

i am using GUI_DOWNLOAD function to append the file in presentation server but requirement is like data should be appended in continuation of the existing data

e.g :

if 1234 is already in file

next time when I am using function to append 5678 it should be appended like

12345678

thanks in advance .

Rohit

Edited by: Rohit Goel on Jul 30, 2009 7:12 AM

Hi all,

i am using GUI_DOWNLOAD function to append the file in presentation server but requirement is like data should be appended in continuation of the existing data

e.g :

if 1234 is already in file

next time when I am using function to append 5678 it should be appended like

12345678

thanks in advance .

Rohit

Edited by: Rohit Goel on Jul 30, 2009 7:12 AM

6 REPLIES 6
Read only

Former Member
0 Likes
1,002

Hi,

In export parameter , Use APPEND = 'X' .

thanks.

Read only

former_member386202
Active Contributor
0 Likes
1,002

Hi,

Pass 'X' to importing parameter APPEND of GUI_DOWNLOAD.

Regards,

Prashant

Read only

Former Member
0 Likes
1,002

Hi,

I am not sure whether your requirment can really happen.

But u can append a record in file by seting X to Append Parameter of GU_Download.

That is

if 1234 is already in file

next time when I am using function to append 5678 it should be appended like this

1234

5678

thanks & regards,

Shreemohan

Read only

rohit_goel
Participant
0 Likes
1,002

Hi ,

i want data should be appended like

12345678

not like

1234

5678

is there any other way except GUI_DOWNLOAD .

thanks

rohit

Read only

0 Likes
1,002

Hi.

I am not sure but it is not possiable through FM.

But you can do it by writing code for this.

Thanks & regards,

ShreeMohan

Read only

0 Likes
1,002

hi shreemohan .

can you please tell bit more abt code ....

hi all

any other way to downlaod file in presentation server except ( gui_download , ws_download ) .

thanks

Rohit