cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Speed Up Tunning

Former Member
0 Kudos

My Scenario is Real-Time.

My Scenario is

RFC(Destination)->XI(BPM)->FILE.

So, BPM scenario is start->reciecve->transformation->Send. BPM is very simple.

But the scenario time is 3.3 second. But I woud like to 0.1 to 0.5 second.

How to ?

Help me

Message was edited by: JuYeop Kim

Message was edited by: april19

Message was edited by: JuYeop Kim

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Client has given one BAPI and IDOC. Before start the development I want to test the IDOC and BAPI are working or not. Please help me how to test.

regards

walter stephen

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

<i>My Scenario is

RFC(Destination)->XI(BPM)->FILE.</i>

A BPM is not needed for this scenario.

Also, ake sure all mappings take place outside the BPM if possible and , take a look at this perfromance tuning docs,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c93...

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

As Bhavesh as suggested, try your best to avoid transformation steps within the BPM. This would definitely improve the performance..

Please go through these links to know more about Performance tuning in XI:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c93...

http://help.sap.com/saphelp_erp2005/helpdata/en/42/e7bb8f7c9d3ee0e10000000a1553f6/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/88/21bc3ff6beeb0ce10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/ee3441d95dd92be10000000a1550b0/frameset.htm

/people/susanne.janssen/blog/2005/06/09/efficient-sap-hardware-sizing-quick-sizer

Also go through SAP Note 857530

I hope it helps....

Regards,

Abhy

Former Member
0 Kudos

Sorry. I don't understand the document.

I want to real time scenario. But, my scenario is taken 9 seconds. Maybe BPM is wrong.

So I woudl'd like to 9 seconds -> 1seconds.

Do you example?

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Can you give us more details on the BPM steps involved.

Regards,

Bhavesh

Former Member
0 Kudos

Thank you...

My BPM Scenario is

case1 - RFC to FILE : Request,

case2 - FILE to RFC : Response.

start

step1. Receive - Sync : S/A Bridge

Step2. Transformation : correlation

step3. Send : FILE write

step4. Receive ---> Response

Step5. Transformation

step6. Transformation

Step7. Send

So, Step1 ~ Step3 is taken 9 seconds

I want speed up step1 ~ step3 that is 1 seconds.

Do u understand?

Sorry, I can't english very well...

Message was edited by: JuYeop Kim

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Move Mapping outside the BPM. The transformation in STEP 2 can be moved outsice the BPM in your Interface Determintion and this will surely speed up things.

Regards,

Bhavesh

Former Member
0 Kudos