‎2018 Feb 16 7:29 AM
I have come across the requirement in which I need to reverse the IHC payment programmatically , I am geeting values for Bank area, payment order and year.
using this data I need to reverse the related payment programatically.
Please suggest the possible method.
‎2018 Feb 16 8:36 AM
hi
i have checked your mention tcode ihc0.
for your requirement i have some info. i.e for tcode ihc0, program is
IHC_UTIL_COCKPIT. this has selection screen.
1. using this report and pass your values to parameters of report, then you can get result.
use statement SUBMIT <report name> WITH SELECTION-PARAMETERS <rsxxxx> AND RETURN.
2. another way is use subroutine of that report as per your requirement in your own report