‎2013 Jul 02 8:42 PM
Hello everyone,
I need to generate the payment details on executing F110 t.code. To achieve this, I need to write a custom program and generate the data.
This program should generate the payment data and send the data to another system via RFC.
Can anyone please suggest me how to achieve this. Also please tell me how to assign the program in F110 t.code.
Thanks,
VK
‎2013 Jul 03 7:39 AM
Hi Vimal,
I suppose you are talking of Payment medium program files.
What format are you doing MT / DME or something specific to banks.
There is a standard program SAPFPAYM which is called for processing it.
The config for the same is done in Transaction OBPM1 / OBPM2 / OBPM3 and OBPM4.
http://scn.sap.com/thread/3194927
http://scn.sap.com/thread/1819838
https://scn.sap.com/thread/2131401
Let me know if you need anything more
‎2013 Jul 03 8:17 AM
For sending the data you will need an FTP send either via unix/windows script depending on your server.
You can modify the file format using exits FM's provided which you can configure in exits mentioned in OBPM* transactions.
‎2013 Jul 03 7:44 AM
Hi VK,
inside the F110 trans. you could find in the menu the customizing. You could chose for each payment type program / variable to be executed .. (last tab)
I'm sure you could add your own program / variant to do your job.
regards
Fred
‎2013 Jul 03 11:04 AM
Hello Vimal,
There are 2 ways of doing configuring a payment medium program -
I have used both the methods and if you are on systems > ECC5.0 i'll suggest you try the option(2).
BR,
Suhas