cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc sending/receiving - XML v/s text IDocs

Former Member
0 Kudos

.NETters,

SAP .NET Connector supports sending and receiving IDocs.

1. For IDoc receiving, can we receive text IDocs as well as XML IDocs?

2. For IDoc sending, can we send text IDocs as well as XML IDocs?

Thank you in advance for enlightening me.

Pradeep

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pradeep,

I dont have the samples on me, will need time to create them.

Will catch you on monday and do what i can for your problem.

[the weekend has begun in auckland ...]

with respect,

amit

Former Member
0 Kudos

Hi Amit

Do you know what do I need to set to send/receive idoc's in xml in this samples? What properties in listener and sender?

Best regards,

Radek

Former Member
0 Kudos

Amit,

Thank you for your help.

I realize that my questions were not clear. I do have IDoc sender and receiver samples running. However, what is not clear is how to set it up for XML sending and receiving. As both the sender and the listener are under my control, what configuration do I need to do to enable XML sending/receiving.

Appreciate your help.

Pradeep

Former Member
0 Kudos

Hi Pradeep,

for NCo help on IDOCs, please read

http://help.sap.com/saphelp_nw2004s/helpdata/en/79/d0b51753406d4d86470debdf027c68/content.htm

SAPIDocReceiver

http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/8d23ec676fa74993d16c4a195c76a7/content.htm

IDoc Receiver

http://help.sap.com/saphelp_nw2004s/helpdata/en/e8/0f499a4221604fb10200f24772c82a/content.htm

IDoc Submitter

http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/fc646926adcd40bce23a981317374e/content.htm

the idoc's sent can be in text form as well as xml, that will depend on the charecteristics of the listener & the sender.

usually keeping them in xml should make parsing simpler for you.

with respect,

amit