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

payment medium mt103 format

Former Member
0 Likes
406

Hi,

i am working on DME(Data Medium Exchange), with the MT103,

and the function module linked is Z_FI_PAYMEDIUM_MT103_31.

my problem is when i try to debug and change the customized FM .. ..moudule,

i am not able to locate the program...how is this FM is getting called.

and i am running the payment medium through F110 T-code.

pl.help..

Thanks&Regards

Harikumar.p

1 REPLY 1
Read only

Former Member
0 Likes
321

Hi,

Thius reply may be a bit late but I had a similar problem and this is how I went about it, I assume you are utilisng the payment medium workbench.

To be able to debug or step through your custom FM or any other FM used to produce payment media with the payment media workbench you'll have to call the payment medium program inetractively (online or manually). The reason you're not able to step into the FM is because during payment medium creation with F110 the payment program is called using a background job and I think you can't debug a program that's executed in the background.

In short execute program SAPFPAYM_SCHEDULE specifying your payment run ID and date. hope this helps

Andy.