cancel
Showing results for 
Search instead for 
Did you mean: 

asynchronous ABAP proxy

former_member745782
Active Participant
0 Kudos

hello everybody!

i'm working with PI 7.1

i create a interface ABAP proxy -> PI -> file

so is a async interface.

every step was created succesfully.

When i try to call proxy from my abap program or from test tool in SPROXY transaction i don't see any message in monitor.

No file arrived, no errors in log , (SM58, ST22, SM21, integration monitor)...nothing.

i tryed to change the Service Interface and set Syncrounous mode.

so now the file is arrived!!!!!! but... i have error in message monitor because (correctly) it's expecting a return mapping.

where is the problem? can i use this scenario?

thanks!

PS: I prefere find a solution without use the sync async bridge.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As you have set the service interface as Sybchronous, it is expecting message to be passed through the message mapping.

Can you please describe the scenario briefly? and what are the steps you made ?

Thanks,

former_member745782
Active Participant
0 Kudos

yes of corse:

in IR

MessageType_IN

MessageType_OUT

MessageMapping between the 2 MT

a service interface SI_SP2FS_OUT Outbound and Async

a service interface SI_SP2FS_IN Inbound and Async

a Operation mapping between SI_SP2FS_OUT and SI_SP2FS_IN

In ID

Communication Channel to FTP folder

Receiver determination with follow parameter:

sender communication Component : SAP_DEV

sender Interface : SI_SP2FS_OUT

sender namespace : http://mynamespace

receiver party : *

receiver communication Component : *

Configured receivers: FTP_DEV

Interface Determination:

sender communication Component : SAP_DEV

sender Interface : SI_SP2FS_OUT

sender namespace : http://mynamespace

Receiver Agreement:

sender communication Component : SAP_DEV

receiver communication Component : FTP_DEV

receiver Interface : SI_SP2FS_IN

receiver namespace : http://mynamespace

In R3 abap side i created proxy pointing to SI_SP2FS_OUT with SPROXY transaction.

Former Member
0 Kudos

re-generate the proxy and try to run the scenario.

Thanks,

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Just curious...

Why the Reciever determination has receiver communication component value = *

If so, specify the exact business component for it such as FTP_DEV

Sorry, I thought interface determination. Never mind.

Edited by: Baskar Gopal on Feb 23, 2011 9:38 AM

former_member745782
Active Participant
0 Kudos

no messages in SMQ2 and SXMB_MONI.

i try to implement syan / async Bridge

anyway thanks

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi,

just put a

commit work.

behind the proxy call.

Regards,

Udo

former_member745782
Active Participant
0 Kudos

i tried to regenerate proxy and i tried to put COMMIT WORK

no result

udo_martens
Active Contributor
0 Kudos

Hi,

check out SMQ2 and SXMB_MONI at ERP system. Do you see anything?

Regards,

Udo