cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc

Former Member
0 Kudos

Plz tell me

If we have an Idoc sender coming to XI, then we dont need to create the sender comm channel.So do we need to create sender agreement , recv & interface determination.

Why or why not?

Plz explain what all needs to be made if IDoc is on the reciever side?

Kindly clear my doubts.

Thanx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you have sender IDOC, you need not create Sender Agreement that means ther is no Sender Communication Channel.

When you trigger the IDOC it will go directly to the XI server.

After that normally you have to create Interface Determination, Receiver Detemination and Receiver Agreement.

If IDOC is Receiver side, you should create Sender Agreement, ID, RD and RA.

If you found needful reward with points.

Cheers,

Ram

Answers (3)

Answers (3)

Former Member
0 Kudos

HI pankaj mathur ,

No need for a sender IDOC adapter.

For info on the configuration to be done, take a look at this document,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb...

The system calls the IDoc adapter and transfers the IDoc XML, the parameters from the communication channel, and the control record data. Its used to convert the data from native IDoc format to IDoc XML format by the IDoc adapter

IDOC adapter and HTTP adapter are resides on ABAP stack of the integration Server thus we don't need the Sender Agreements which used to be the mutual understanding of acceptance of data in XML format.

IDOC seals with IDOC -XML and HTTP is in-built dealse with data in XML format

If a sender system expects acknowledgment messages from an IDoc adapter, then you also need to define a corresponding receiver agreement and a receiver IDoc adapter for this system.

Thanks

Swarup

Edited by: Swarup Sawant on Feb 18, 2008 9:04 AM

former_member859847
Active Contributor
0 Kudos

Hi Pankaj,

when you are planning for idoc to file scenario.

idoc and http adapters are in ABAP stack.

it's not required to create sender communication channel.

when there is no sender communication channel->no sender agreement.

you have to configure only Receiver and interface determination. along with receiver agreement.

when you are doing file to idoc.you have to confihure all steops.

regards

mahesh.

Former Member
0 Kudos

Hi Pankaj,

U dont Need IDOC CC because IDOC adapter resides on ABAP Stack & message goes to IE directly.

U dont need to create Sender Agreement Also.

Create:

1. Receiver Agreement

2. Receiver Determination

3. Interface Determination

Thanks,

Maheshwari