Hi all
I had Cluster on each table ( VBUK, VBFCL... )
SP13 all need notes are implemented,
Parameter P_ROLL = 'X'
P_CUST = 'Y'
but system dumpt all 6 hours Remote error
one question does für VBUK fill also gave a Paramter p_full ?
thanks for feedback or other inputs
L
Hi,
@Sri: In case of Lou, it is indeed not possible to create an index on VBFA since it is a cluster table. This in turn leads to access of the VBFCL cluster which was known to have performance issues. This is the reason VBFA was shipped as a transparent table later on.
@Lou: If possible, you can convert the cluster table to a transparent table on which indexes can be built to speedup the process. But yes, this takes quite some time. You can refer to note 77282 for the conversion process. So once you have converted VBFA to a transparent table, it would be possible to create the secondary indices and hence bring about considerable improvement in the performance of the activity.
Best Regards,
Suman
Hi,
Have you executed below settings as per operation guide ?
When you start working in the phase u2018Data Transferu2019 (which means that this phase
is the technically active phase), set parameter u2018P_CLUu2019 to u2018Yu2019 in the following
activities before you start the activities for filling internal header tables:
TD05X_FILL_BKPF
TD05X_FILL_CE
TD05X_FILL_EKKO
TD05X_FILL_VBUK
TD05X_FILL_VBUK_1
TD05X_FILL_VBUK_2
TD05X_FILL_VSRESB
TD05X_FILL_WBRK_1
You can do so by placing the cursor on each of these activities, then using the
Troubleshooting button and executing activity 'Adjust parameter for excution in
Troubleshooting treeu2019. Then you get a list of possible parameters for the
activity. Set P_CLU to Selection value low = Y
Thanks
Sunny
Add a comment