cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to File scenario

Naama
Participant
0 Kudos

Hi all,

I have a proxy to file scenario,

I need to do a synchrony interface,

I need to know in R3 system if the file was created successfully.

how do I configure the interface so I will get back a message?

Thanks

Naama.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member335553
Active Contributor
0 Kudos

U can refer to this discussion and hte relevant links https://forums.sdn.sap.com/click.jspa?searchID=14399057&messageID=5614398

Former Member
0 Kudos

Hi,

Yes you need to configure the interface . If u have any problem in doing so , you can go throught the blog i have specified below:-

<removed by moderator>

Regards

Pragya

Edited by: Mike Pokraka on Jul 24, 2008 12:58 PM

Former Member
0 Kudos

Hi,

Thanks,

Madhu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

maybe you can use acknowledgments -

if you have a proxy in r3 you can do it without a BPM and receive acknowledgment from file adapter

Regards,

michal

Naama
Participant
0 Kudos

thanks,

but i don't understand from the blog how to create the acknowledgments when using proxies.

Former Member
0 Kudos

>>how to create the acknowledgments when using proxies

Here is a sample report explaining the steps

http://help.sap.com/saphelp_nwpi71/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm

Regards,

Jaishankar

Naama
Participant
0 Kudos

Thanks,

but still i don't get back an acknowledgment,

i followed also the program SXI_DEMO_ACK_READ,

do i have to define anything in the designer? or the configuration?

Naama
Participant
0 Kudos

Hi,

in sxmb_moni in the XI i am getting a message:

CO_TXT_ROUTING_BACK_ERROR

"Error occurred during back-routing Error in communication channel"

znd in sxmb_moni in ECC i am not getting acknowledgments.

thanks,

naama

Former Member
0 Kudos

Naama,

I have not worked with Ack with Proxies. I have worked with Ack in IDOC adapters. In case of IDOC adapter ack, you need to create a receiver communication channel(IDOC type) pointing to the sender system. This channel is used for sending the ack IDOC (ALAUDIT) back ti the sender system.

A quote from How to guide for IDOC Acknowlegement says

"For acknowledgments, no routing

rules are required; you only have to

define a receiver communication

channel. If there are several

communication channels of adapter

type IDoc, the channel starting with

Ack is used."

Try creating a communication channel with adapter type as XI pointing to your sender ECC system with name "Ack" and try this scenario again.

Regards,

Jaishankar