2008 Nov 21 8:34 AM
We worte a code for data masking of business partner details in the developement server. We used standard bapi BAPI_BUPA_* .... When we run for more than 10 million records.. its taking more than 35 hours... How to solve this issue...
Thanks.
We worte a code for data masking of business partner details in the developement server. We used standard bapi BAPI_BUPA_* .... When we run for more than 10 million records.. its taking more than 35 hours... How to solve this issue...
Thanks.
2008 Nov 26 2:06 PM
When you have millions of records, instead of sending whole lot of data at a time, execute the BAPI for small group of data. say 1000 entries at a time. and if possible, try to use parallel processing technique.
How can you make it is, first fetch 1000 records and its corresponding data from all other tables and pass data to BAPI by activating options AS SEPARATE UNIT / STARTING NEW TASK. Repleat same process and it would give better result.
Regards,
Prasanth
2008 Nov 27 4:03 AM
Thank you very much. We created a wrapper program which will split the datas into packets and execute it in background sequentially.....
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |