2012 Jun 06 8:58 AM
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.
2012 Jun 07 12:38 PM
From F110 you have to go to Environment -> Payment medium -> DME administration
Then download your DME file to your application server.
2012 Jun 06 9:10 AM
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
2012 Jun 07 12:38 PM
From F110 you have to go to Environment -> Payment medium -> DME administration
Then download your DME file to your application server.
2012 Jun 08 6:09 AM
Here i need to download on presentation server. problem solved by my self.
Thanks to every one.
2012 Jun 08 8:48 AM
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