2012 Apr 23 10:26 PM
Hi all,
We are migrating dunning procedure to dunning strategy in ECC6.
So we have to clear dunning procedure for all contract account (5 000 000) and update dunning strategy on the same time (only 1 strategy).
We think to use :
- specific program which call bapi_isuaccount_change in parallel mode
- or EMIGALL
Do you know what is the best way to mass update contract account ?
Thanks
Mathieu
2012 Apr 23 10:39 PM
Mathieu:
Program RFKK_UPDATE_MASTERDATA is provided for that purpose.
regards,
bill.
2012 Apr 23 10:39 PM
Mathieu:
Program RFKK_UPDATE_MASTERDATA is provided for that purpose.
regards,
bill.
2012 Apr 24 1:25 PM
Hi William an thanks,
Could you explain what the program do ?
I read that we can use event ISU_SAMPLE_1044 to change dunning strategy.
Is it faster than a parallel program ?
Thanks,
Mathieu
2012 Apr 24 2:10 PM
Mathieu:
The program calls the events for master data changes with collections - so event 1044 is already used in the program. It would operate based on your logic and your config in the posting areas.
You could copy it and adjust the selection parameters to make it more useful with parallel processing. I would not expect a long runtime though.
regards,
bill.
2012 May 02 8:16 PM
Hi and thanks for your answers.
But RFKK_UPDATE_MASTERDATA is used for Grouping Contract Account :
http://help.sap.com/erp2005_ehp_05/helpdata/en/45/fec5b69ba860d6e10000000a11466f/frameset.htm
And in my project we won't use Groups.
We want dunning by strategy for each contract account.
So, we will use bapi_isuaccount_change in parallel mode to update procedure & strategy.
With EMIGALL we can't update strategy (FKKVP-STRAT) because it is not an updatable field.
Regards,
Mathieu
2012 May 02 8:28 PM
Mathieu:
Just some clarification - the program does update both group and strategy. There is no application requirement for the dunning procedure to be cleared either - it is simply ignored once strategy is in place - so there is not a mechanism for removing it.
regards,
bill.