cancel
Showing results for 
Search instead for 
Did you mean: 

Can we use IDoc extension in query-string in Plain HTTP adapter

Former Member
0 Kudos

Hi All,

For a standard SAP interface between ECC & Sourcing we were using XML-HTTP port on ECC side to post IDocs to PI. The query string looks like -

/sap/xi/adapter_plain/?namespace=urn:sap-com:document:sap:idoc:messages&interface=CREMAS.CREMAS05&service=TEST_BS&qos=EO.

Due to a requirement change we have to extend the IDoc, but now the problem is the query string doesn't allow to have IDoc extension name it -

/sap/xi/adapter_plain/?namespace=urn:sap-com:document:sap:idoc:messages&interface=CREMAS.CREMAS05.ZCREMAS&service=TEST_BS&qos=EO

Can you please help me whether IDoc exenstion are not allowed in query-string in plain HTTP adapter or is there any other mechanism to add it.

Thanks in advance.

Yashu Vyas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Issue is resolved. Instead of SAVE, click ENTER and then SAVE.

Thanks,

Yashu

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

I never heard about extend an standar IDOC. maybe it is possible (dont think so)

AFAIK the IDOC extension does not need to be part of the query.

make sure that te extension is released if not the system wont see the extension at runtime.

do you see the extension in PI when the IDOC was imported?

Regards