2013 Dec 20 4:51 PM
Hi experts,
After an SAP security upgrade we are actually having wierd issue.
Well while creation of CA the master data grouping and collection strategy used to be automatically updated but now it is not anymore for some case.
Also while creating dunning lock we are getting message for some CA " Master data for contact partner not maintained", I corrected it via FPCG and FPCGA. In case I want to update this in mass is there a mass transaction to do it. Also, which table can I find the details of the FPCG screen.
2013 Dec 20 10:55 PM
Hi Priyanka,
I don't think there is any standard mass program for what FPCG does.
However, if you are looking to update the master data grouping and the collection strategy, then you can use FM FKK_PUT_CM_MASTERDATA. in a custom program to update it for mass BP's.
Another option would be to create a BDC for FPCG through SM35 and use it in a custom program to update the master data grouping and col. strategy for BP's in mass.(Please use this as a last option as it's not recommended solution)
You will find the data in the FPCG screen in FKKVKP\EVER table or you can retrieve it through FKK_GET_CM_MASTERDATA.
Hope it helps,,
Thanks,
Amlan
2013 Dec 20 10:55 PM
Hi Priyanka,
I don't think there is any standard mass program for what FPCG does.
However, if you are looking to update the master data grouping and the collection strategy, then you can use FM FKK_PUT_CM_MASTERDATA. in a custom program to update it for mass BP's.
Another option would be to create a BDC for FPCG through SM35 and use it in a custom program to update the master data grouping and col. strategy for BP's in mass.(Please use this as a last option as it's not recommended solution)
You will find the data in the FPCG screen in FKKVKP\EVER table or you can retrieve it through FKK_GET_CM_MASTERDATA.
Hope it helps,,
Thanks,
Amlan
2013 Dec 21 7:27 AM
2015 May 15 6:29 AM
Isn't the program RFKK_UPDATE_MASTERDATA supposed to do mass update for the BPs?