Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Performance abt Batch jobs

Former Member
0 Kudos
294

Hi,

we had a integration between non-sap and sap system.The non-sap system saves a doc in their system and it generates a csv file. The middleware server picks 100 records for every half an hr and put it into application server folder.For every 1 hr our back ground job will run.so it picks the files from Application server and upload into SAP.But the thing is some times the Production server is dead slow.For reduce this problem what can we do??

Can any body help me to resolve this prob??Hope my req is understandable.

Thanks,

Krishna.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
265

Hi,

There can be two ways to solve this problem..

1. Improve the performance of your system.

2. Go for the Transational Interface instead of File interface between the SAP and non-SAP system.

Regards,

Rushikesh

4 REPLIES 4

Former Member
0 Kudos
266

Hi,

There can be two ways to solve this problem..

1. Improve the performance of your system.

2. Go for the Transational Interface instead of File interface between the SAP and non-SAP system.

Regards,

Rushikesh

0 Kudos
263

Hi Rushikesh,

First I would like to say thanks for your quick response...

Can you pls explain about Transactional Interface in detail??what are the things to do??

I have a doubt.Now our current batch job runs for every one hr.My question is if we reduce the time duration of that batch job from 1 hr to some 1/2 hr, Does the performance will increase??

Thanks,

Krishna.

0 Kudos
263

Hi Krishna,

If you are talking about only 100 or 200 records then it will not impact the performance of SAP systeeem. Also the data is on application server hence the performance will be good.

There seems nothing wrong with the program but may be with system.

check with your basis as why the system is runnig so slow, they will be able to answer your query.

Regards,

Atish

Former Member
0 Kudos
263

Thanks alot for your great help.