cancel
Showing results for 
Search instead for 
Did you mean: 

TPVS: Optimization Profiles

Former Member
0 Kudos

Dear Gurus,

I'd like to ask your help again.

I am creating the optimization profiles and facing problems.

I have ciffed about 20.000 customers and 10.000 suppliers to APO and now I need to plan shipments to all these locations.

Scenario:

10 shipping points

Outbound and Inbound deliveries for all shipping points.

All customers are source and target.

Problems:

1) open /SAPAPO/VS_OPT2 is extremely slow. For reading all data take a long time.

2) open /SAPAPO/VS01 is again extremely slow.

How can I solve the performance problem for this situation?

Regards,

Thiago

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Thiago,

The performance depends on many things

1) Your server architecture

2) Number of Freight units being read at a time

3) Any split rules getting applied on the freight units (large data will further deteriorate the performance as freight units gets recreated during split)

4) Any incorrectly designed ABAP development (generally freight unit enhancements

I suggest you check following

1) Try disabling Freight unit ABAP development is any to see any performance improvement

2) Change the split size to form less number of freight units

3) Try splitting optimizer profile to limit input freight units being read at a time

Regards

Sandeep Patil

Former Member
0 Kudos

Could you please tell me how did you solve this issue?