Application Development 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: 

Dme file download into presentation server

0 Kudos
531

Hi Experts,

i have a requirement that need to generate payment file (DME file) using my program and this file can be downloaded into our local pc from the Tcode F110.

i have done till now  that i can see the DME  file from Tcode f110 .but now need to download the same file into text format.

this is done through we have a option from the screen itself(F110 after selectiing environment dme admin option).

i stucked here that i should get the same format  in text file what i have got in my DME file from the screen..

but when i downloaded its not coming similarly

so, can you please guide me that what kind of steps need to follow to get same format from DME file to text file....??

Thanks in Advance,

Bindu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
159

From F110 you have to go to Environment -> Payment medium -> DME administration

Then download your DME file to your application server.

4 REPLIES 4

ThomasZloch
Active Contributor
0 Kudos
159

I remember using function module FI_PAYM_FILE_READ to pull the data from Temse storage, it will be returned in ET_FILE_OUTPUT and you should be able to write this into your download file.

Otherwise, provide more information on what exactly is not working as expected.

Thomas

Former Member
0 Kudos
160

From F110 you have to go to Environment -> Payment medium -> DME administration

Then download your DME file to your application server.

0 Kudos
159

Here i need to download on presentation server. problem solved by my self.

Thanks to every one.

0 Kudos
159

As a courtesy, since you expected an answer from the community, please share your solution with everybody. You can even mark your own reply as "correct" (no points attached to that though).

Thomas