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

What is the function module for IHC0 tcode?

Former Member
0 Likes
905

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.

1 REPLY 1
Read only

former_member241258
Active Participant
0 Likes
611

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