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

read xml from application server

Former Member
0 Likes
387

Hello guys,

I have craeted program read xml file from presentation server. its working fine...

below is program

now i want to program read xml file from Application server.

so please give me some idea for that.........

<MODIFIED BY MODERATOR - RESPECT THE 2,500 CHARS LIMIT>

thanks

jigar

Edited by: Alvaro Tejada Galindo on Jan 12, 2010 11:50 AM

2 REPLIES 2
Read only

Former Member
0 Likes
346

Hi

U need to just replace the fm to upload the file with command OPEN DATASET / READ DATASET / CLOSE DATASET: if you upload the data from application server in the same internal table loaded by fm for presentation your report should be the same

Max

Read only

Former Member
0 Likes
346

i solved my self

thanks