cancel
Showing results for 
Search instead for 
Did you mean: 

Standard IDoc processing in XI (WE20)

Former Member
0 Kudos

Dear experts,

when an IDoc is sent to XI, it's visible in transaction IDX5 and SXMB_MONI or Runtime Workbench. It's processed based on Integration Repository and Integration Directory configuration.

Is it possible to enable standard IDoc processing in ABAP in an XI system? With standard I mean, that the IDoc is stored to EDIDC, EDID4 and EDIDS and processed based on WE20 configuration and processing code etc.

How does XI know, that the IDoc should be passed to Integration Engine instead of being processed by an function module like in other SAP systems?

Thanks and regards,

David

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Is it possible to enable standard IDoc processing in ABAP in an XI system?

yes it is

>>>How does XI know, that the IDoc should be passed to Integration Engine instead of being processed by an function module like in other SAP systems?

if you want to see it in WE20 in PI you just need to put it in the exception table (idoc name) and this is it ,

it will not be processed by the IE

REPORT - IDX_SELECT_IDOCTYP_WITHOUT_IS

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

thats why we configure the role of the business system as integration engine instead of the application system...

runtime will evaluate this parameter before proceedings...

HTH

Rajesh