on 2019 Jun 27 10:03 AM
Dear all,
We have got a requirement in which we need to send the mail to the vendor by using the mail id maintained in the vendor master after the payment is released by using tcode F-53.In this way, vendors can track when their payment is made and vendor can map the payment-amount credited into their bank account to the invoice no. in sap system for which the payment is made.
Note : we do not use F110 ( automatic payment program ) so any solution involving BTE : sample_process_00002040 is out of consideration
Request clarification before answering.
Hi Kumar,
You can consider following options:
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi KK Lam,
Your solution mentioned in option 1 is working.I have done the required configuration w.r.t 'BTE 00001120' on 'FIBF' tcode. As required , copied the function module 'Sample_process_00001120' to 'zsample_process_00001120' and inserted the code related to checks that you have mentioned .
if ( sy-tcode = 'F-53' or sy-tcode = 'FBZ2' ) and t_bkpf-blart = 'KZ' .
* code related to mail send
endif.
when I click on 'save' on tcode 'F-53' after the I set the break-point , the triggering of my abap code is happening .
Thanks a lot. I will be now working on the solution.It wouldn 't be possible with your assistance.
In case anything else comes up while implementing the solution , I may have to ask you again. Thanks in advance.
User | Count |
---|---|
100 | |
16 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.