cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc Message Packages in PI 7.1 (receiver)

former_member745782
Active Participant
0 Kudos

hello everybody,

i'm working with PI 7.1

I have a interface file to Idoc (1 to many) that generate many idocs.

We have a big performance problems and i tried to unse the IDoc Message Packages using transaction IDXPW.

But this way not worked

when i process a message , the idocs don't go out and stay on PI. And i don't see any package.

How work this method?

how can i find the message ID? i need do this procedure for packaging messages every time? is not possible have a authomatic procedure?

i'm really confused.

I follow these links:

http://help.sap.com/saphelp_nw04/helpdata/en/99/2653429392ab53e10000000a1550b0/frameset.htm

http://scn.sap.com/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

thanks for any suggestions

Alex

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member745782
Active Participant
0 Kudos

hi michael,

thanks for answer.

I already used your suggestion At the moment we are mapping one inbound messages in o-unbounded idoc.

The problem in in SAP. when i have 1000 idoc, they are processed just 5 on same time (dialog process). So i need wait 1 our.

I read PI 7.1 tuning guide and they suggest to use outbound message package.

former_member745782
Active Participant
0 Kudos

other suggestions?

i read this document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac6221...

on page 18 i read this:

 

You can collect IDocs in the Integration Engine outbound, and send to a receiver as a package, calling transaction code IDXPW. ...

....

...

This saves system resource, and reduces overhead caused by setting up RFC

connections.

but seem don't work

 

rajasekhar_reddy14
Active Contributor
0 Kudos

I worked on extensively IDoc scenarions but i never faced performanc prblem like 1 lac IDoc(individual) created in SAP ECC using PI.

What is your load per hour/day(avg)

1)Check with Basis team to investiaget PI and ECC ocmmunication perfromance issues.

2)Use ABAP proxy .

Best Regards,

Raj

former_member745782
Active Participant
0 Kudos

ok

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>when i process a message , the idocs don't go out and stay on PI. And i don't see any package.

How work this method?

don't use IDXPW

just use the mapping to map from one file to many IDOCs (change IDOC occurance as per my blog)

and send many IDOCs in one tRFC call (it will happen automatically once you map to many idocs with changed occurance) - this is the nicer way

Regards,

Michal Krawczyk