Case 1. C_PREF (Loading time from 70 minutes to 4 minutes)
- DTP Changes
1.1 Setup the Semantic Group 2
1.2 Package size 2 - Tuning the ABAP Code in the Start Routine 3
2.1 Made changes to internal table declaration 3
2.2 Replaced COLLECT Statement with APPEND : 4
2.3 Bypassed collecting the data into an internal table in a loop 4
2.4 Added the condition ‘OBJVERS = ‘A’ ’ in the where clause of the select statement 5
2.5 Created secondary index on the IO 0SLL_PROD on the filed /BIC/C_PRNO -
Case 2. CUB_RKWA (Loading time from 23 minutes to 2 minutes)
- Change routine mapping at field move to end routine
- Use End routine and send internal table instead of each record
Note
More detail click on the link at the case study topic