cancel
Showing results for 
Search instead for 
Did you mean: 

IDOCS for HTTP-XML

Former Member
0 Kudos

Hi,

I would like to use IDOCS on my SAP ECC6 EHP4 (ABAP). Our functionals are planning to use HTTP-XML function for IDOCS.

My question is , do we require a JAVA stack for it to work? Secondly, does anyone has a configuration guide what to do for HTTP-XML to works?

Thanks,

Azir.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

check this blog: /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm

& article : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4943f2b7-0a01-0010-37af-faff35b2f08c

Former Member
0 Kudos

Hi,

Do you want to package the IDocs, if not, kindly elaborate your question

Former Member
0 Kudos

Hi,

We are planning to make use of IDOCS to sent information to our 3rd part systems.

Former Member
0 Kudos

Hi,

In what format are you supposed to send the idocs to the 3rd party systems, in IDoc XML or Idoc flat structure?

If you need to send it as falt file and are on Ehp 1, you can make use of the IDOCXMLToFlat converter module

http://wiki.sdn.sap.com/wiki/display/XI/UsingJAVAIDOCModuleswithCustomorExtendedIDOC

http://help.sap.com/saphelp_nw73/helpdata/en/74/a45bc07e2043fb9b63295229178903/content.htm

The module can be called from any J2EE based adapter.

Else, you need to follow the below mentioned approach of an Abap mapping to do the conversion.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0...

Regards

Former Member
0 Kudos

Hi,

When you create a partner profile for the IDoc, select the radio button Collect IDocs in Output mode and mention the Package size as 9999

In PI, create the sender IDoc communication channel and check the checkbox IDoc Pacaging and mention the IDoc package size.

Let us suppose you want per package should contain 100 IDocs then mention 100 in the text box of IDoc Package Size

Former Member
0 Kudos

Hi,

Thanks for your document link. Its very much helpful.

On my end, I am interested on the basis configuration. Basically for IDOCS, it would be the logical system settings & RFC connection. Is there any parameter settings in RZ11 that I need to take note of?

Thank you in advance,

Azir