Application Development 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: 

Taking lot of time to Create Routing ....

keyur_pawar
Active Participant
0 Kudos

Hi friends,

    We are going to upload Routing (CA01) in Quality server,

I made program for routing upload with the help of 'BAPI_ROUTING_CREATE'.

Here I pass long text for Operations (near about 600 characters per record).

Routing Uploaded successfully but, when I Pass 1000 or more records to upload,

It taks lot of time (approximt 200 records per hr only).

My question is that, is this BAPI takes more time or We have any system issue (such as RAM or any other....)

I attach my program for reference.

Thanks & Regrds,

Keyur Pawar.

1 REPLY 1

volker_borowski2
Active Contributor
0 Kudos

Hi,

please start the program via transaction SE30 to get a runtime analysis.

Sort the result by net-time.

Watch the running program in SM50. Are there long periods of time where the same DB table is listed? Run an ST05 trace then to identify the expensive statement. If in doubt what to do with that, post the EXPLAIN PLAN from the ST05 trace here.

Volker