cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC ABAP-PI Port Function Module not called

Former Member
0 Kudos

HI all,

i am using a scenario where i am sending (outbound) idocs via abap proxy to PI.

I have assigned the function module to the abap-pi port.

when i am trying to send a test idoc via we19, i get the message "IDoc '0000000000198029' transferred to ABAP-PSS port".

but the function module (a copy of own_function) doesn't get called. if i am testing the function module from se80 with the above mentioned idoc number '0000000000198029' everything is fine.

in the partner profile i have added the corresponding idoc message type and selected to send idocs immediately. have i forgotten something in order to trigger the call of the function module ?

br,

martin

Accepted Solutions (0)

Answers (2)

Answers (2)

abhay_rajhans2
Contributor
0 Kudos

Hi Martin,

in the partner profile i have added the corresponding idoc message type and selected to send idocs immediately.

Check whether in the partner profile you have maintained receiver port and in that receiver port(WE21) you have mentioned

required function module.

Former Member
0 Kudos

I have added the message type in the partner profile.

I have also assigned the function module to the ABAP-PI port.

greets,

martin

dirk_freyaldenhoven
Active Participant
0 Kudos

Hello,

I think it is not so easy to send IDoc to XI with ABAP-PSS-Port.

I would try to create the IDoc and send it to XI-Port (Transactional RFC).

This is SAP-Standard for IDoc-Scenario (SAP-R3 to XI).

Best Regards, Dirk