Hello AIF specialists,
I try to moitor and RFC Call from one system to another.
I followed the guide written by Michael.
On both system AIF and AIFX is installed.
I created a RFC Function Modul 'ZAIF_CALC' on the machine, lets call the system IDES_SINK. THe programm imports two ints and a char and exports and int. Depending on the char the type of calculation i chosen. If the char is not +,-,*,/ an exeption will be raised.
On the otherside, let call ist IDES_SENDER, i created a sm59 connection to IDES_SINK and a program where there fumo ZAIF_CALC is call within the destination 'IDES_SINK'. If i run the programm everything is working fine.
Then, as written in michael guide, i created the AIF_RFC with /AIF/RFC_FUNC_GEN which worked fine.
But now I'm not sure how to go on.
If i call /aif/ifmon i can see my new generated interface. But after i call the programm again and provoke the fumo on IDES_SINK to raise an error nothing is showen in the /aif/ifmon or /aif/err.
Do i have to call the new generated fumo from /AIF/RFC_FUNC_GEN?
Do you have any idea how to get this working?
Br,
Nikolaus