cancel
Showing results for 
Search instead for 
Did you mean: 

PI7.1 IDOC packaging problem: sender interface do not match the packaging

Former Member
0 Kudos

Hi guys,

I am trying to implement an IDOC package (the new PI 7.1 functionality) to many files scenario. On my backend side, everything is OK and configured, thus emitting IDOCs in packages.

I am using the sender component X00 (ERP), and sender interface ZMES_TYPE.MATMAS, which have the following general view:

<MATMAS>

<IDOC> ... </IDOC>

</MATMAS>

whether the packaged interface would rather have the general view:

<MATMAS>

<IDOC> ... </IDOC>

<IDOC> ... </IDOC>

<IDOC> ... </IDOC>

...

</MATMAS>

How can I overcome this problem, thus I am able to both specify the ZMES_TYPE.MATMAS as sending interface and also use the packaged IDOC's XSD. What I did so far is to get the XSD of the IDOC and change the occurence of IDOC to (1..unbound), rather IDOC (1), but then as you may guess - this is not recognized as S02 interface...

Thanks & Best Regards,

Lalo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can someone give a hint on this ?

BR,

Lalo